diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2002-09-25 18:04:43 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2002-09-25 18:04:43 +0000 |
commit | 28f1a17034246f1e39f2c563c25e690a1273f4ff (patch) | |
tree | b6c5bc1596eec9964ef7650331f1f886c3715255 /protocols/ace | |
parent | 7ce70916842c86a4f4b3b25e0f9ec4a0b20bd22c (diff) | |
download | ATCD-28f1a17034246f1e39f2c563c25e690a1273f4ff.tar.gz |
ChangeLogTag: Wed Sep 25 18:03:45 UTC 2002 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'protocols/ace')
-rw-r--r-- | protocols/ace/RMCast/RMCast_Reliable_Factory.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/ace/RMCast/RMCast_Reliable_Factory.h b/protocols/ace/RMCast/RMCast_Reliable_Factory.h index ee18b03f44a..0115344c7e3 100644 --- a/protocols/ace/RMCast/RMCast_Reliable_Factory.h +++ b/protocols/ace/RMCast/RMCast_Reliable_Factory.h @@ -42,7 +42,7 @@ public: virtual ~ACE_RMCast_Reliable_Factory (void); /** - * The create() method will return always \param reliable. + * The create() method will return always @c reliable. */ virtual ACE_RMCast_Module *create (void); virtual void destroy (ACE_RMCast_Module *); |