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