summaryrefslogtreecommitdiff
path: root/TAO/tao/Pluggable_Messaging_Utils.cpp
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2005-11-02 11:03:27 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2005-11-02 11:03:27 +0000
commitd30481a515e68817ee812e6527f0e4afeb21651e (patch)
tree7b729be96bfa676f133f562057cf68f0b4b9ca5e /TAO/tao/Pluggable_Messaging_Utils.cpp
parent1e8a1cead48e985129cbfc3ad2f0935a146b037e (diff)
downloadATCD-d30481a515e68817ee812e6527f0e4afeb21651e.tar.gz
ChangeLogTag:Tue Nov 1 14:49:40 2005 Ossama Othman <ossama@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/tao/Pluggable_Messaging_Utils.cpp')
-rw-r--r--TAO/tao/Pluggable_Messaging_Utils.cpp10
1 files changed, 6 insertions, 4 deletions
diff --git a/TAO/tao/Pluggable_Messaging_Utils.cpp b/TAO/tao/Pluggable_Messaging_Utils.cpp
index d7f79cecec5..3af1a6add70 100644
--- a/TAO/tao/Pluggable_Messaging_Utils.cpp
+++ b/TAO/tao/Pluggable_Messaging_Utils.cpp
@@ -12,10 +12,12 @@ ACE_RCSID (tao,
"$Id$")
-TAO_Pluggable_Reply_Params::TAO_Pluggable_Reply_Params (
- TAO_Transport *t
- )
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
+
+TAO_Pluggable_Reply_Params::TAO_Pluggable_Reply_Params (TAO_Transport *t)
: input_cdr_ (0)
- , transport_ (t)
+ , transport_ (t)
{
}
+
+TAO_END_VERSIONED_NAMESPACE_DECL