summaryrefslogtreecommitdiff
path: root/TAO/tao/PortableServer/RequestProcessingStrategyServantActivator.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2006-04-19 09:27:05 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2006-04-19 09:27:05 +0000
commitc760501c5e5f95aae57d479dbe7000c77e45776c (patch)
treea2eaf3485e2ac37d089471db6d34895c1efdf942 /TAO/tao/PortableServer/RequestProcessingStrategyServantActivator.h
parent7705858cbd07f03562e3c930cf4649c1eac56f33 (diff)
downloadATCD-c760501c5e5f95aae57d479dbe7000c77e45776c.tar.gz
ChangeLogTag: Wed Apr 19 07:44:49 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/PortableServer/RequestProcessingStrategyServantActivator.h')
-rw-r--r--TAO/tao/PortableServer/RequestProcessingStrategyServantActivator.h13
1 files changed, 3 insertions, 10 deletions
diff --git a/TAO/tao/PortableServer/RequestProcessingStrategyServantActivator.h b/TAO/tao/PortableServer/RequestProcessingStrategyServantActivator.h
index 3108a053031..66c6fb00397 100644
--- a/TAO/tao/PortableServer/RequestProcessingStrategyServantActivator.h
+++ b/TAO/tao/PortableServer/RequestProcessingStrategyServantActivator.h
@@ -20,21 +20,14 @@
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
+#if (TAO_HAS_MINIMUM_POA == 0)
+
#include "tao/PortableServer/Servant_Location.h"
#include "tao/PortableServer/PortableServer.h"
-
-#if (TAO_HAS_MINIMUM_POA == 0)
+#include "tao/PortableServer/ServantActivatorC.h"
TAO_BEGIN_VERSIONED_NAMESPACE_DECL
-namespace PortableServer
-{
- class ServantActivator;
-
- typedef ServantActivator *ServantActivator_ptr;
- typedef TAO_Objref_Var_T<ServantActivator> ServantActivator_var;
-}
-
namespace TAO
{
namespace Portable_Server