summaryrefslogtreecommitdiff
path: root/protocols/ace/RMCast/Socket.h
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/ace/RMCast/Socket.h')
-rw-r--r--protocols/ace/RMCast/Socket.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/protocols/ace/RMCast/Socket.h b/protocols/ace/RMCast/Socket.h
index 98e3b8b0ba8..c1a0a26a565 100644
--- a/protocols/ace/RMCast/Socket.h
+++ b/protocols/ace/RMCast/Socket.h
@@ -12,6 +12,7 @@
#include "ace/Time_Value.h"
#include "RMCast_Export.h"
+#include "Parameters.h"
namespace ACE_RMCast
@@ -27,7 +28,9 @@ namespace ACE_RMCast
// If 'simulator' is 'true' then internal message loss and
// reordering simulator (on IPv4 level) is turned on.
//
- Socket (ACE_INET_Addr const& a, bool loop = true, bool simulator = false);
+ Socket (ACE_INET_Addr const& a,
+ bool loop = true,
+ Parameters const& params = Parameters ());
public:
virtual void