summaryrefslogtreecommitdiff
path: root/protocols/ace/RMCast/RMCast_Reordering.i
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/ace/RMCast/RMCast_Reordering.i')
-rw-r--r--protocols/ace/RMCast/RMCast_Reordering.i8
1 files changed, 8 insertions, 0 deletions
diff --git a/protocols/ace/RMCast/RMCast_Reordering.i b/protocols/ace/RMCast/RMCast_Reordering.i
new file mode 100644
index 00000000000..ccbf852bc67
--- /dev/null
+++ b/protocols/ace/RMCast/RMCast_Reordering.i
@@ -0,0 +1,8 @@
+// $Id$
+
+ACE_INLINE
+ACE_RMCast_Reordering::ACE_RMCast_Reordering (void)
+ : next_expected_ (0)
+ , highest_received_ (0)
+{
+}