summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-06-06 20:41:05 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-06-06 20:41:05 +0000
commiteb4d1b9c33848d6ef4b842b1ddf00fc34531fa2f (patch)
treeecb5404c5a8168ea204f5b1dd5fdb485ea7afaaf
parent41cf990e609fb834a289effc96d746c05d70e8ce (diff)
downloadATCD-eb4d1b9c33848d6ef4b842b1ddf00fc34531fa2f.tar.gz
Added comments to some member functions.
-rw-r--r--TAO/tao/Context.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/TAO/tao/Context.h b/TAO/tao/Context.h
index 1ef307d626e..81334d4018b 100644
--- a/TAO/tao/Context.h
+++ b/TAO/tao/Context.h
@@ -187,12 +187,14 @@ public:
CORBA::ULong count ();
// return the number of elements
- // @@ Jeff, can you please comment these methods?
CORBA_ContextList_ptr _duplicate (void);
+ // Increment the reference count.
void _destroy (void);
+ // Decrement the reference count and delete if it is 0.
static CORBA_ContextList_ptr _nil ();
+ // Return null pointer of this type.
void add (char *ctx);
// Add a string to the list.