summaryrefslogtreecommitdiff
path: root/TAO/tao/Object.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Object.h')
-rw-r--r--TAO/tao/Object.h11
1 files changed, 4 insertions, 7 deletions
diff --git a/TAO/tao/Object.h b/TAO/tao/Object.h
index c5f2998c831..6a53f13a84f 100644
--- a/TAO/tao/Object.h
+++ b/TAO/tao/Object.h
@@ -37,19 +37,16 @@ class TAO_Abstract_ServantBase;
class TAO_Export CORBA_Object
{
public:
- /// Destructor.
+ /// destructor
virtual ~CORBA_Object (void);
- /// Address of this variable used in <_unchecked_narrow>.
- static int _tao_class_id;
-
- /// Increment the ref count.
+ /// increment the ref count
static CORBA_Object_ptr _duplicate (CORBA_Object_ptr obj);
- /// Return a NULL object.
+ /// return a NUL object
static CORBA_Object_ptr _nil (void);
- /// No-op it is just here to simplify some templates.
+ /// no-op it is just here to simplify some templates.
ACE_INLINE_FOR_GNUC
static CORBA_Object_ptr _narrow (CORBA_Object_ptr obj,
CORBA_Environment &ACE_TRY_ENV =