Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
Actor Framework
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
cpp-libs
Actor Framework
Commits
6c3a8c43
Commit
6c3a8c43
authored
Apr 24, 2012
by
neverlord
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
reformatting
parent
ef061e14
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
11 deletions
+2
-11
src/actor_proxy.cpp
src/actor_proxy.cpp
+2
-11
No files found.
src/actor_proxy.cpp
View file @
6c3a8c43
...
@@ -35,24 +35,15 @@
...
@@ -35,24 +35,15 @@
#include "cppa/exit_reason.hpp"
#include "cppa/exit_reason.hpp"
#include "cppa/detail/mailman.hpp"
#include "cppa/detail/mailman.hpp"
namespace
{
inline
constexpr
std
::
uint64_t
to_int
(
cppa
::
atom_value
value
)
{
return
static_cast
<
std
::
uint64_t
>
(
value
);
}
}
// namespace <anonymous>
namespace
cppa
{
namespace
cppa
{
actor_proxy
::
actor_proxy
(
std
::
uint32_t
mid
,
const
process_information_ptr
&
pptr
)
actor_proxy
::
actor_proxy
(
std
::
uint32_t
mid
,
process_information_ptr
const
&
pptr
)
:
super
(
mid
,
pptr
)
:
super
(
mid
,
pptr
)
{
{
attach
(
get_scheduler
()
->
register_hidden_context
());
attach
(
get_scheduler
()
->
register_hidden_context
());
}
}
void
actor_proxy
::
forward_message
(
const
process_information_ptr
&
piptr
,
void
actor_proxy
::
forward_message
(
process_information_ptr
const
&
piptr
,
actor
*
sender
,
actor
*
sender
,
any_tuple
&&
msg
)
any_tuple
&&
msg
)
{
{
...
...
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