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.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/TAO/tao/ORB.h b/TAO/tao/ORB.h
index 749b40ec3cf..3981ca91c63 100644
--- a/TAO/tao/ORB.h
+++ b/TAO/tao/ORB.h
@@ -911,8 +911,6 @@ public:
// provide some more of the CORBA support. Implementations of this
// "CORBA::ORB" class must know how to create stringify/destringify
// their objrefs, as well as how to marshal and unmarshal them.
- virtual CORBA::ULong _incr_refcnt (void);
- virtual CORBA::ULong _decr_refcnt (void);
int open (void);
// Set up the ORB Core's acceptor to listen on the
@@ -927,6 +925,10 @@ public:
// indicates if we have reached a point where all ORB owned resources will be
// deallocated
+ // Reference counting...
+ virtual CORBA::ULong _incr_refcnt (void);
+ virtual CORBA::ULong _decr_refcnt (void);
+
TAO_Leader_Follower_Info &leader_follower_info (void);
// get access to the leader_follower_info