summaryrefslogtreecommitdiff
path: root/trunk/TAO/tao/Pluggable_Messaging_Utils.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/TAO/tao/Pluggable_Messaging_Utils.cpp')
-rw-r--r--trunk/TAO/tao/Pluggable_Messaging_Utils.cpp23
1 files changed, 23 insertions, 0 deletions
diff --git a/trunk/TAO/tao/Pluggable_Messaging_Utils.cpp b/trunk/TAO/tao/Pluggable_Messaging_Utils.cpp
new file mode 100644
index 00000000000..9f50cc1119f
--- /dev/null
+++ b/trunk/TAO/tao/Pluggable_Messaging_Utils.cpp
@@ -0,0 +1,23 @@
+//$Id$
+
+#include "tao/Pluggable_Messaging_Utils.h"
+#include "tao/ORB_Core.h"
+
+#if !defined (__ACE_INLINE__)
+#include "tao/Pluggable_Messaging_Utils.inl"
+#endif /* __ACE_INLINE__ */
+
+ACE_RCSID (tao,
+ Pluggable_Messaging_Utils,
+ "$Id$")
+
+
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
+
+TAO_Pluggable_Reply_Params::TAO_Pluggable_Reply_Params (TAO_Transport *t)
+ : input_cdr_ (0)
+ , transport_ (t)
+{
+}
+
+TAO_END_VERSIONED_NAMESPACE_DECL