Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
C
capnproto
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
capnproto
Commits
ca8de28e
Commit
ca8de28e
authored
Jan 24, 2017
by
Harris Hancock
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix deeply-nested-generic build failure (2/2)
parent
fe457524
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
persistent.capnp.h
c++/src/capnp/persistent.capnp.h
+6
-6
No files found.
c++/src/capnp/persistent.capnp.h
View file @
ca8de28e
...
...
@@ -163,8 +163,8 @@ template <typename SturdyRef, typename Owner>
class
Persistent
<
SturdyRef
,
Owner
>::
Client
:
public
virtual
::
capnp
::
Capability
::
Client
{
public
:
typedef
Persistent
<
SturdyRef
,
Owner
>
Calls
;
typedef
Persistent
<
SturdyRef
,
Owner
>
Reads
;
typedef
Persistent
Calls
;
typedef
Persistent
Reads
;
Client
(
decltype
(
nullptr
));
explicit
Client
(
::
kj
::
Own
<
::
capnp
::
ClientHook
>&&
hook
);
...
...
@@ -194,7 +194,7 @@ template <typename SturdyRef, typename Owner>
class
Persistent
<
SturdyRef
,
Owner
>::
Server
:
public
virtual
::
capnp
::
Capability
::
Server
{
public
:
typedef
Persistent
<
SturdyRef
,
Owner
>
Serves
;
typedef
Persistent
Serves
;
::
kj
::
Promise
<
void
>
dispatchCall
(
uint64_t
interfaceId
,
uint16_t
methodId
,
::
capnp
::
CallContext
<
::
capnp
::
AnyPointer
,
::
capnp
::
AnyPointer
>
context
)
...
...
@@ -411,8 +411,8 @@ template <typename InternalRef, typename ExternalRef, typename InternalOwner, ty
class
RealmGateway
<
InternalRef
,
ExternalRef
,
InternalOwner
,
ExternalOwner
>::
Client
:
public
virtual
::
capnp
::
Capability
::
Client
{
public
:
typedef
RealmGateway
<
InternalRef
,
ExternalRef
,
InternalOwner
,
ExternalOwner
>
Calls
;
typedef
RealmGateway
<
InternalRef
,
ExternalRef
,
InternalOwner
,
ExternalOwner
>
Reads
;
typedef
RealmGateway
Calls
;
typedef
RealmGateway
Reads
;
Client
(
decltype
(
nullptr
));
explicit
Client
(
::
kj
::
Own
<
::
capnp
::
ClientHook
>&&
hook
);
...
...
@@ -444,7 +444,7 @@ template <typename InternalRef, typename ExternalRef, typename InternalOwner, ty
class
RealmGateway
<
InternalRef
,
ExternalRef
,
InternalOwner
,
ExternalOwner
>::
Server
:
public
virtual
::
capnp
::
Capability
::
Server
{
public
:
typedef
RealmGateway
<
InternalRef
,
ExternalRef
,
InternalOwner
,
ExternalOwner
>
Serves
;
typedef
RealmGateway
Serves
;
::
kj
::
Promise
<
void
>
dispatchCall
(
uint64_t
interfaceId
,
uint16_t
methodId
,
::
capnp
::
CallContext
<
::
capnp
::
AnyPointer
,
::
capnp
::
AnyPointer
>
context
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment