summaryrefslogtreecommitdiff
path: root/TAO/tao/PortableServer/ImR_Client_Adapter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/PortableServer/ImR_Client_Adapter.cpp')
-rw-r--r--TAO/tao/PortableServer/ImR_Client_Adapter.cpp21
1 files changed, 21 insertions, 0 deletions
diff --git a/TAO/tao/PortableServer/ImR_Client_Adapter.cpp b/TAO/tao/PortableServer/ImR_Client_Adapter.cpp
new file mode 100644
index 00000000000..c5a9d148f85
--- /dev/null
+++ b/TAO/tao/PortableServer/ImR_Client_Adapter.cpp
@@ -0,0 +1,21 @@
+// $Id$
+
+#include "tao/PortableServer/ImR_Client_Adapter.h"
+
+ACE_RCSID (tao,
+ ImR_Client_Adapter,
+ "$Id$")
+
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
+
+namespace TAO
+{
+ namespace Portable_Server
+ {
+ ImR_Client_Adapter::~ImR_Client_Adapter (void)
+ {
+ }
+ }
+}
+
+TAO_END_VERSIONED_NAMESPACE_DECL