summaryrefslogtreecommitdiff
path: root/ACE/ace/Active_Map_Manager.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2007-05-25 12:57:18 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2007-05-25 12:57:18 +0000
commit887e081413f2153553bfaca73457853fdbfc7dd5 (patch)
treee7051431e6ab9625b8ce60dcf11c461151831417 /ACE/ace/Active_Map_Manager.h
parentc65b20c49ad53425e29e833c90517ea50ef18e86 (diff)
downloadATCD-887e081413f2153553bfaca73457853fdbfc7dd5.tar.gz
Fri May 25 12:54:55 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'ACE/ace/Active_Map_Manager.h')
-rw-r--r--ACE/ace/Active_Map_Manager.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/ACE/ace/Active_Map_Manager.h b/ACE/ace/Active_Map_Manager.h
index 2dce8070980..1281302fdf8 100644
--- a/ACE/ace/Active_Map_Manager.h
+++ b/ACE/ace/Active_Map_Manager.h
@@ -48,16 +48,16 @@ public:
ACE_Active_Map_Manager_Key (ACE_UINT32 slot_index,
ACE_UINT32 slot_generation);
- /// Get the <slot_index>.
+ /// Get the slot_index.
ACE_UINT32 slot_index (void) const;
- /// Set the <slot_index>.
+ /// Set the slot_index.
void slot_index (ACE_UINT32 i);
- /// Get the <slot_generation> number.
+ /// Get the slot_generation number.
ACE_UINT32 slot_generation (void) const;
- /// Set the <slot_generation> number.
+ /// Set the slot_generation number.
void slot_generation (ACE_UINT32 g);
/// Size required to store information about active key.