summaryrefslogtreecommitdiff
path: root/TAO/tao/poaC.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/poaC.h')
-rw-r--r--TAO/tao/poaC.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/TAO/tao/poaC.h b/TAO/tao/poaC.h
index 8fa3bfef643..b6946166d36 100644
--- a/TAO/tao/poaC.h
+++ b/TAO/tao/poaC.h
@@ -10,6 +10,7 @@
class TAO_ServantBase;
class TAO_Local_ServantBase;
+class TAO_DynamicImplementation;
class TAO_Export PortableServer{
public:
@@ -18,6 +19,7 @@ public:
typedef ServantBase *Servant;
typedef TAO_Local_ServantBase LocalServantBase;
+ typedef TAO_DynamicImplementation DynamicImplementation;
typedef CORBA::String Identifier;
typedef CORBA::String_var Identifier_var;