summaryrefslogtreecommitdiff
path: root/TAO/tao/client_factory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/client_factory.cpp')
-rw-r--r--TAO/tao/client_factory.cpp25
1 files changed, 25 insertions, 0 deletions
diff --git a/TAO/tao/client_factory.cpp b/TAO/tao/client_factory.cpp
new file mode 100644
index 00000000000..a15184198a4
--- /dev/null
+++ b/TAO/tao/client_factory.cpp
@@ -0,0 +1,25 @@
+// ============================================================================
+//
+// = LIBRARY
+// TAO
+//
+// = FILENAME
+// client_factory.cpp
+//
+// = AUTHOR
+// Chris Cleeland
+//
+// = VERSION
+// $Id$
+// ============================================================================
+
+#include "tao/corba.h"
+
+TAO_Client_Strategy_Factory::TAO_Client_Strategy_Factory (void)
+{
+}
+
+TAO_Client_Strategy_Factory::~TAO_Client_Strategy_Factory (void)
+{
+}
+