summaryrefslogtreecommitdiff
path: root/TAO/tao/PortableServer/Servant_Upcall.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2005-06-17 08:53:21 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2005-06-17 08:53:21 +0000
commitaa993c304a315e453a85c9505b3694ea99cb41ed (patch)
tree165b091ff40c7bbd824ce3917b07b4e3c3c22b88 /TAO/tao/PortableServer/Servant_Upcall.h
parent6dc951f8b9dda269749feb001348ebc0882d47a4 (diff)
downloadATCD-aa993c304a315e453a85c9505b3694ea99cb41ed.tar.gz
ChangeLogTag: Fri Jun 17 08:40:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/PortableServer/Servant_Upcall.h')
-rw-r--r--TAO/tao/PortableServer/Servant_Upcall.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/TAO/tao/PortableServer/Servant_Upcall.h b/TAO/tao/PortableServer/Servant_Upcall.h
index 11f7c07421c..b9564e8d7a8 100644
--- a/TAO/tao/PortableServer/Servant_Upcall.h
+++ b/TAO/tao/PortableServer/Servant_Upcall.h
@@ -35,6 +35,14 @@ class TAO_Object_Adapter;
class TAO_RT_Collocation_Resolver;
struct TAO_Active_Object_Map_Entry;
+namespace CORBA
+{
+ class Object;
+ typedef Object *Object_ptr;
+ typedef TAO_Pseudo_Var_T<Object> Object_var;
+ typedef TAO_Pseudo_Out_T<Object, Object_var> Object_out;
+}
+
namespace TAO
{
namespace Portable_Server