summaryrefslogtreecommitdiff
path: root/ACE/TAO/tao/IFR_Client_Adapter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/TAO/tao/IFR_Client_Adapter.cpp')
-rw-r--r--ACE/TAO/tao/IFR_Client_Adapter.cpp16
1 files changed, 16 insertions, 0 deletions
diff --git a/ACE/TAO/tao/IFR_Client_Adapter.cpp b/ACE/TAO/tao/IFR_Client_Adapter.cpp
new file mode 100644
index 00000000000..1ebfa2ca0df
--- /dev/null
+++ b/ACE/TAO/tao/IFR_Client_Adapter.cpp
@@ -0,0 +1,16 @@
+// $Id$
+
+#include "tao/IFR_Client_Adapter.h"
+
+ACE_RCSID (tao,
+ IFR_Client_Adapter,
+ "$Id$")
+
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
+
+TAO_IFR_Client_Adapter::~TAO_IFR_Client_Adapter ()
+{
+}
+
+TAO_END_VERSIONED_NAMESPACE_DECL
+