summaryrefslogtreecommitdiff
path: root/ACE/protocols/ace/RMCast/Stack.cpp
diff options
context:
space:
mode:
authorAbdullah Sowayan <sowayan@users.noreply.github.com>2007-07-04 06:06:59 +0000
committerAbdullah Sowayan <sowayan@users.noreply.github.com>2007-07-04 06:06:59 +0000
commit7af050dbf90dce30c7d10a24c66f4dbf20705087 (patch)
tree4132e4aad214de151dff974f033606b98bc6f71e /ACE/protocols/ace/RMCast/Stack.cpp
parenta173fd069078b45fd479601c68b9313582933fd2 (diff)
downloadATCD-7af050dbf90dce30c7d10a24c66f4dbf20705087.tar.gz
Wed Jul 4 06:02:38 UTC 2007 Abdullah Sowayan <abdullah.sowayan@lmco.com>
Diffstat (limited to 'ACE/protocols/ace/RMCast/Stack.cpp')
-rw-r--r--ACE/protocols/ace/RMCast/Stack.cpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/ACE/protocols/ace/RMCast/Stack.cpp b/ACE/protocols/ace/RMCast/Stack.cpp
index aa62558b4c9..19d592f5c21 100644
--- a/ACE/protocols/ace/RMCast/Stack.cpp
+++ b/ACE/protocols/ace/RMCast/Stack.cpp
@@ -26,8 +26,7 @@ namespace ACE_RMCast
out_ = out;
}
- void Out_Element::
- send (Message_ptr m)
+ void Out_Element::send (Message_ptr m)
{
if (out_) out_->send (m);
}
@@ -59,8 +58,7 @@ namespace ACE_RMCast
in_ = in;
}
- void In_Element::
- recv (Message_ptr m)
+ void In_Element::recv (Message_ptr m)
{
if (in_) in_->recv (m);
}