summaryrefslogtreecommitdiff
path: root/TAO/tao/PortableServer/POA.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/PortableServer/POA.h')
-rw-r--r--TAO/tao/PortableServer/POA.h11
1 files changed, 4 insertions, 7 deletions
diff --git a/TAO/tao/PortableServer/POA.h b/TAO/tao/PortableServer/POA.h
index 89c893ff58e..9d45d1db9a1 100644
--- a/TAO/tao/PortableServer/POA.h
+++ b/TAO/tao/PortableServer/POA.h
@@ -56,6 +56,8 @@
// OctetSeq
#include "tao/OctetSeqC.h"
+#include "tao/PortableServer/ObjectReferenceTemplate_Adapter.h"
+
// This is to remove "inherits via dominance" warnings from MSVC.
// MSVC is being a little too paranoid.
#if defined(_MSC_VER)
@@ -131,13 +133,8 @@ protected:
class ServerObject_i;
class TAO_Acceptor_Filter;
class TAO_Acceptor_Registry;
-class TAO_ObjectReferenceTemplate_Adapter;
class TAO_ObjectReferenceTemplate_Adapter_Factory;
-typedef
-ACE_Array_Base<PortableInterceptor::ObjectReferenceTemplate*> TAO_ObjectReferenceTemplate_Array;
-
-
namespace PortableInterceptor
{
class IORInfo;
@@ -274,10 +271,10 @@ public:
ACE_THROW_SPEC ((CORBA::SystemException));
/// Accessor methods to ObjectReferenceTemplate
- PortableInterceptor::ObjectReferenceTemplate * get_adapter_template (void);
+ PortableInterceptor::ObjectReferenceTemplate *get_adapter_template (void);
/// Accessor methods to PortableInterceptor::ObjectReferenceFactory
- PortableInterceptor::ObjectReferenceFactory * get_obj_ref_factory (void);
+ PortableInterceptor::ObjectReferenceFactory *get_obj_ref_factory (void);
/// Set the object reference factory
void set_obj_ref_factory (