summaryrefslogtreecommitdiff
path: root/TAO/tao/PortableServer/ImplicitActivationStrategy.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/PortableServer/ImplicitActivationStrategy.cpp')
-rw-r--r--TAO/tao/PortableServer/ImplicitActivationStrategy.cpp23
1 files changed, 0 insertions, 23 deletions
diff --git a/TAO/tao/PortableServer/ImplicitActivationStrategy.cpp b/TAO/tao/PortableServer/ImplicitActivationStrategy.cpp
deleted file mode 100644
index 3bc68da0d7e..00000000000
--- a/TAO/tao/PortableServer/ImplicitActivationStrategy.cpp
+++ /dev/null
@@ -1,23 +0,0 @@
-// -*- C++ -*-
-#include "tao/PortableServer/ImplicitActivationStrategy.h"
-
-TAO_BEGIN_VERSIONED_NAMESPACE_DECL
-
-namespace TAO
-{
- namespace Portable_Server
- {
- void
- ImplicitActivationStrategy::strategy_init (TAO_Root_POA * /*poa*/)
- {
- // dependent on type create the correct strategy.
- }
-
- void
- ImplicitActivationStrategy::strategy_cleanup ()
- {
- }
- }
-}
-
-TAO_END_VERSIONED_NAMESPACE_DECL