summaryrefslogtreecommitdiff
path: root/ACE/ace/SOCK_Dgram_Mcast.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/SOCK_Dgram_Mcast.h')
-rw-r--r--ACE/ace/SOCK_Dgram_Mcast.h11
1 files changed, 5 insertions, 6 deletions
diff --git a/ACE/ace/SOCK_Dgram_Mcast.h b/ACE/ace/SOCK_Dgram_Mcast.h
index 48f1610ad20..a3c72714ff4 100644
--- a/ACE/ace/SOCK_Dgram_Mcast.h
+++ b/ACE/ace/SOCK_Dgram_Mcast.h
@@ -89,7 +89,7 @@ ACE_BEGIN_VERSIONED_NAMESPACE_DECL
* Some platforms, such as pSoS, support only cardinal numbers as network
* interface specifications; for these platforms, just give these numbers in
* alphanumeric form and <subscribe> will convert them into numbers via
- * <ACE_OS::atoi>.
+ * ACE_OS::atoi().
*/
class ACE_Export ACE_SOCK_Dgram_Mcast : public ACE_SOCK_Dgram
{
@@ -202,13 +202,13 @@ public:
* This method is optional; if not explicitly invoked, it is invoked by
* the first <subscribe>, using the subscribed address/port# and network
* interface parameters.
- * The <mcast_addr> parameter defines the default send address/port# and
+ * The @a mcast_addr parameter defines the default send address/port# and
* also the port# and, if the OPT_BINDADDR_YES option is used,
* the multicast address that is bound to this socket.
* If the <send_net_if> parameter != 0, it defines the network interface
* used for all sends by this instance, otherwise the system "default"
* interface is used. (The <send_net_if> parameter is ignored if this
- * feature is not supported by the envriornment.)
+ * feature is not supported by the environment.)
* The port# in <mcast_addr> may be 0, in which case a system-assigned
* (ephemeral) port# is used for sending and receiving.
* If @a reuse_addr != 0, the SO_REUSEADDR option and, if it is supported,
@@ -327,7 +327,7 @@ private:
int reuse_addr);
/// Do subscription processing w/out updating the subscription list.
- // (Layered method for <subscribe> processing).
+ /// (Layered method for <subscribe> processing).
int subscribe_i (const ACE_INET_Addr &mcast_addr,
int reuse_addr = 1,
const ACE_TCHAR *net_if = 0);
@@ -337,7 +337,7 @@ private:
const ACE_TCHAR *net_if = 0);
/// Do unsubscription processing w/out udpating subscription list.
- // (Layered method for <unsubscribe> processing).
+ /// (Layered method for <unsubscribe> processing).
int unsubscribe_i (const ACE_INET_Addr &mcast_addr,
const ACE_TCHAR *net_if = 0);
@@ -353,7 +353,6 @@ protected:
int clear_subs_list (void);
private:
-
/// Per-instance options..
int opts_;