summaryrefslogtreecommitdiff
path: root/TAO/tao/Connect_Strategy.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Connect_Strategy.cpp')
-rw-r--r--TAO/tao/Connect_Strategy.cpp14
1 files changed, 14 insertions, 0 deletions
diff --git a/TAO/tao/Connect_Strategy.cpp b/TAO/tao/Connect_Strategy.cpp
new file mode 100644
index 00000000000..d4b04328118
--- /dev/null
+++ b/TAO/tao/Connect_Strategy.cpp
@@ -0,0 +1,14 @@
+#include "Connect_Strategy.h"
+
+
+ACE_RCSID(tao, Connect_Strategy, "$Id$")
+
+TAO_Connect_Strategy::TAO_Connect_Strategy (TAO_ORB_Core *orb_core)
+ : orb_core_ (orb_core)
+{
+}
+
+
+TAO_Connect_Strategy::~TAO_Connect_Strategy (void)
+{
+}