summaryrefslogtreecommitdiff
path: root/TAO/tao/corba.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/corba.h')
-rw-r--r--TAO/tao/corba.h12
1 files changed, 10 insertions, 2 deletions
diff --git a/TAO/tao/corba.h b/TAO/tao/corba.h
index b1317f4e032..b76d2ee11d8 100644
--- a/TAO/tao/corba.h
+++ b/TAO/tao/corba.h
@@ -91,11 +91,12 @@
#include "tao/sequence.h"
#include "tao/sequence_T.h"
+#include "tao/objkeyC.h"
+
typedef TAO_Unbounded_Sequence<CORBA::Octet> TAO_opaque;
extern CORBA::TypeCode TC_opaque;
#include "tao/any.h"
-#include "tao/poa.h"
#include "tao/params.h"
#include "tao/client_factory.h"
@@ -119,6 +120,14 @@ extern CORBA::TypeCode TC_opaque;
#include "tao/cdr.h"
#include "tao/stub.h"
+#include "tao/poa.h"
+
+extern TAO_Export int operator== (const PortableServer::ObjectId &l,
+ const PortableServer::ObjectId &r);
+
+extern TAO_Export int operator== (const TAO::ObjectKey &l,
+ const TAO::ObjectKey &r);
+
// TAO specific includes
#include "tao/connect.h"
#include "tao/orb_core.h"
@@ -151,7 +160,6 @@ extern CORBA::TypeCode TC_opaque;
#include "tao/orbobj.i"
#include "tao/marshal.i"
#include "tao/cdr.i"
-#include "tao/poa.i"
#include "tao/giop.i"
#include "tao/iioporb.i"
#include "tao/iiopobj.i"