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
7dd8dd17
Commit
7dd8dd17
authored
Sep 26, 2015
by
David Renshaw
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix some typos in the membrane comments.
parent
37920928
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
membrane.h
c++/src/capnp/membrane.h
+2
-2
No files found.
c++/src/capnp/membrane.h
View file @
7dd8dd17
...
...
@@ -71,7 +71,7 @@ public:
// - Throw an exception to cause the call to fail with that exception.
//
// `target` is the underlying capability (*inside* the membrane) for which the call is destined.
// Generally, the only way you should use `target` is to wrap it in some cap
ba
ility which you
// Generally, the only way you should use `target` is to wrap it in some cap
ab
ility which you
// return as a redirect. The redirect capability may modify the call in some way and send it to
// `target`. Be careful to use `copyIntoMembrane()` and `copyOutOfMembrane()` as appropriate when
// copying parameters or results across the membrane.
...
...
@@ -107,7 +107,7 @@ public:
};
Capability
::
Client
membrane
(
Capability
::
Client
inner
,
kj
::
Own
<
MembranePolicy
>
policy
);
// Wrap `inner` in a membrane specified by `
filter
`. `inner` is considered "inside" the membrane,
// Wrap `inner` in a membrane specified by `
policy
`. `inner` is considered "inside" the membrane,
// while the returned capability should only be called from outside the membrane.
Capability
::
Client
reverseMembrane
(
Capability
::
Client
outer
,
kj
::
Own
<
MembranePolicy
>
policy
);
...
...
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