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