diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2003-04-09 17:14:24 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2003-04-09 17:14:24 +0000 |
commit | b6f30a7aac5793854b319e7a824787d10d48d29d (patch) | |
tree | f185d49769c4f16ec10d4a446672d3f2e20fedd6 /ace/Module.h | |
parent | 3f2c5466c98296f743b01ad6245ec8ca1dad53cc (diff) | |
download | ATCD-b6f30a7aac5793854b319e7a824787d10d48d29d.tar.gz |
ChangeLogTag: Wed Apr 09 19:13:12 2002 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'ace/Module.h')
-rw-r--r-- | ace/Module.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ace/Module.h b/ace/Module.h index c515ae350df..092f0f915e7 100644 --- a/ace/Module.h +++ b/ace/Module.h @@ -81,8 +81,8 @@ public: /// Shutdown the Module. ~ACE_Module (void); - /// Create an initialized module with <module_name> as its identity - /// and <reader> and <writer> as its tasks. + /// Create an initialized module with @a module_name as its identity + /// and @a reader and @a writer as its tasks. ACE_Module (const ACE_TCHAR *module_name, ACE_Task<ACE_SYNCH_USE> *writer = 0, ACE_Task<ACE_SYNCH_USE> *reader = 0, @@ -136,7 +136,7 @@ public: */ void reader (ACE_Task<ACE_SYNCH_USE> *q, int flags = M_DELETE_READER); - /// Set and get pointer to sibling <ACE_Task> in an <ACE_Module> + /// Set and get pointer to sibling ACE_Task in an ACE_Module ACE_Task<ACE_SYNCH_USE> *sibling (ACE_Task<ACE_SYNCH_USE> *orig); // = Identify the module |