summaryrefslogtreecommitdiff
path: root/ACE/ace/SOCK_Dgram_Mcast.h
diff options
context:
space:
mode:
authorsma <sma@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2012-08-08 15:30:01 +0000
committersma <sma@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2012-08-08 15:30:01 +0000
commit91c08a20d1db5a6639cedeef23dbed3bbedd97c2 (patch)
treed277c4e09791798c0007ee8586dae575b0679472 /ACE/ace/SOCK_Dgram_Mcast.h
parent2fa17de78269bba8c245569f2f727f1a0f0c86c1 (diff)
downloadATCD-91c08a20d1db5a6639cedeef23dbed3bbedd97c2.tar.gz
Wed Aug 8 15:30:00 UTC 2012 Simon Massey <sma at prismtech dot com>
Diffstat (limited to 'ACE/ace/SOCK_Dgram_Mcast.h')
-rw-r--r--ACE/ace/SOCK_Dgram_Mcast.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/ACE/ace/SOCK_Dgram_Mcast.h b/ACE/ace/SOCK_Dgram_Mcast.h
index a2e54969d39..d5b0de0c006 100644
--- a/ACE/ace/SOCK_Dgram_Mcast.h
+++ b/ACE/ace/SOCK_Dgram_Mcast.h
@@ -339,6 +339,14 @@ public:
/// Declare the dynamic allocation hooks.
ACE_ALLOC_HOOK_DECLARE;
+ /// Override write acessor for the constructor options (@see enum options above)
+ /// This class is typically default instantiated in a connection handler templated
+ /// framework so these cannot be specified on construction.
+ void opts (int opts);
+
+ /// Read acessor for the constructor options (@see enum options above)
+ int opts () const;
+
private:
/// Subscribe to a multicast address on one or more network interface(s).