summaryrefslogtreecommitdiff
path: root/TAO/tao/ORB.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/ORB.h')
-rw-r--r--TAO/tao/ORB.h13
1 files changed, 9 insertions, 4 deletions
diff --git a/TAO/tao/ORB.h b/TAO/tao/ORB.h
index fa63bff2ce5..f031417a061 100644
--- a/TAO/tao/ORB.h
+++ b/TAO/tao/ORB.h
@@ -27,7 +27,6 @@
#include "tao/orb_typesC.h"
#include "tao/objectid.h"
-#include "tao/CORBA_methods.h"
#include "tao/VarOut_T.h"
#include "tao/Pseudo_VarOut_T.h"
#include "tao/Seq_Var_T.h"
@@ -71,6 +70,9 @@ namespace CORBA
class UnionMemberSeq;
class ValueMemberSeq;
class ORB_ObjectIdList;
+
+ class Object;
+ typedef Object * Object_ptr;
class ExceptionList;
typedef ExceptionList * ExceptionList_ptr;
@@ -89,6 +91,9 @@ namespace CORBA
class Policy;
typedef Policy *Policy_ptr;
+
+ class OperationDef;
+ typedef OperationDef * OperationDef_ptr;
typedef CORBA::ULong PolicyType;
@@ -505,9 +510,9 @@ namespace CORBA
#endif
/// Reference counting...
- unsigned long _incr_refcnt (void);
- unsigned long _decr_refcnt (void);
- unsigned long _refcnt (void) const;
+ unsigned long _incr_refcount (void);
+ unsigned long _decr_refcount (void);
+ unsigned long _refcount (void) const;
/// Set the IOR flag.
void _use_omg_ior_format (CORBA::Boolean ior);