summaryrefslogtreecommitdiff
path: root/protocols
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2002-08-21 06:09:53 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2002-08-21 06:09:53 +0000
commitb9836654489f2b5d9f4249b943204bf7daae620e (patch)
tree9a50766be760cae09bac7f515713a8984affca01 /protocols
parentc2e3a45c40229f0ab3352b5e6e7b3cfc38ced0af (diff)
downloadATCD-b9836654489f2b5d9f4249b943204bf7daae620e.tar.gz
ChangeLogTag: Wed Aug 21 07:52:12 2002 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'protocols')
-rw-r--r--protocols/ace/RMCast/RMCast_Reliable_Factory.h6
-rw-r--r--protocols/ace/RMCast/RMCast_UDP_Proxy.h2
2 files changed, 4 insertions, 4 deletions
diff --git a/protocols/ace/RMCast/RMCast_Reliable_Factory.h b/protocols/ace/RMCast/RMCast_Reliable_Factory.h
index e41c7fd9e74..ee18b03f44a 100644
--- a/protocols/ace/RMCast/RMCast_Reliable_Factory.h
+++ b/protocols/ace/RMCast/RMCast_Reliable_Factory.h
@@ -36,14 +36,14 @@ class ACE_RMCast_Export ACE_RMCast_Reliable_Factory : public ACE_RMCast_Module_F
{
public:
/// Constructor
- /**
- * The create() method will return always \param reliable.
- */
ACE_RMCast_Reliable_Factory (ACE_RMCast_Module_Factory *factory);
//! Destructor
virtual ~ACE_RMCast_Reliable_Factory (void);
+ /**
+ * The create() method will return always \param reliable.
+ */
virtual ACE_RMCast_Module *create (void);
virtual void destroy (ACE_RMCast_Module *);
diff --git a/protocols/ace/RMCast/RMCast_UDP_Proxy.h b/protocols/ace/RMCast/RMCast_UDP_Proxy.h
index f1a7f77a25a..29e9816168d 100644
--- a/protocols/ace/RMCast/RMCast_UDP_Proxy.h
+++ b/protocols/ace/RMCast/RMCast_UDP_Proxy.h
@@ -60,7 +60,7 @@ public:
//@{
/**
* Implement the ACE_RMCast_Proxy methods, in this case we use the
- * \param io_udp_ object to send the data, using the address of our
+ * @var io_udp_ object to send the data, using the address of our
* remote peer.
*/
virtual int reply_data (ACE_RMCast::Data &);