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.cpp29
1 files changed, 0 insertions, 29 deletions
diff --git a/TAO/tao/PortableServer/StrategyFactory.cpp b/TAO/tao/PortableServer/StrategyFactory.cpp
deleted file mode 100644
index 3f1fd83a956..00000000000
--- a/TAO/tao/PortableServer/StrategyFactory.cpp
+++ /dev/null
@@ -1,29 +0,0 @@
-// $Id$
-
-#include "StrategyFactory.h"
-#include "ace/Dynamic_Service.h"
-
-ACE_RCSID (PortableServer,
- StrategyFactory,
- "$Id$")
-
-namespace TAO
-{
- namespace Portable_Server
- {
- StrategyFactory::~StrategyFactory (void)
- {
- }
-
-#if defined (ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION)
-
-template class ACE_Dynamic_Service<StrategyFactory>;
-
-#elif defined (ACE_HAS_TEMPLATE_INSTANTIATION_PRAGMA)
-
-#pragma instantiate ACE_Dynamic_Service<StrategyFactory>
-
-#endif /* ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION */
-
- } /* namespace Portable_Server */
-} /* namespace TAO */