summaryrefslogtreecommitdiff
path: root/ACE/ace
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
parentc65b20c49ad53425e29e833c90517ea50ef18e86 (diff)
downloadATCD-887e081413f2153553bfaca73457853fdbfc7dd5.tar.gz
Fri May 25 12:54:55 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'ACE/ace')
-rw-r--r--ACE/ace/Active_Map_Manager.h8
-rw-r--r--ACE/ace/Priority_Reactor.h4
-rw-r--r--ACE/ace/Signal.h4
3 files changed, 8 insertions, 8 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.
diff --git a/ACE/ace/Priority_Reactor.h b/ACE/ace/Priority_Reactor.h
index 9ecfb9d4d26..67edbb98497 100644
--- a/ACE/ace/Priority_Reactor.h
+++ b/ACE/ace/Priority_Reactor.h
@@ -39,11 +39,11 @@ class ACE_Export ACE_Priority_Reactor : public ACE_Select_Reactor
public:
// = Initialization and termination methods.
- /// Initialize <ACE_Priority_Reactor> with the default size.
+ /// Initialize ACE_Priority_Reactor with the default size.
ACE_Priority_Reactor (ACE_Sig_Handler * = 0,
ACE_Timer_Queue * = 0);
- /// Initialize <ACE_Priority_Reactor> with size @a size.
+ /// Initialize ACE_Priority_Reactor with size @a size.
ACE_Priority_Reactor (size_t size,
int restart = 0,
ACE_Sig_Handler * = 0,
diff --git a/ACE/ace/Signal.h b/ACE/ace/Signal.h
index b93b8c0c39c..f1d679f766b 100644
--- a/ACE/ace/Signal.h
+++ b/ACE/ace/Signal.h
@@ -75,10 +75,10 @@ public:
/// Checks whether the signal specified by @a signo is in the set.
int is_member (int signo) const;
- /// Returns a pointer to the underlying <sigset_t>.
+ /// Returns a pointer to the underlying @c sigset_t.
operator sigset_t *();
- /// Returns a copy of the underlying <sigset_t>.
+ /// Returns a copy of the underlying @c sigset_t.
sigset_t sigset (void) const;
/// Dump the state of an object.