summaryrefslogtreecommitdiff
path: root/ACE/protocols/ace/RMCast/Protocol.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/protocols/ace/RMCast/Protocol.cpp')
-rw-r--r--ACE/protocols/ace/RMCast/Protocol.cpp17
1 files changed, 17 insertions, 0 deletions
diff --git a/ACE/protocols/ace/RMCast/Protocol.cpp b/ACE/protocols/ace/RMCast/Protocol.cpp
new file mode 100644
index 00000000000..755872371cb
--- /dev/null
+++ b/ACE/protocols/ace/RMCast/Protocol.cpp
@@ -0,0 +1,17 @@
+// file : ace/RMCast/Protocol.cpp
+// author : Boris Kolpackov <boris@kolpackov.net>
+// cvs-id : $Id$
+
+#include "Protocol.h"
+
+namespace ACE_RMCast
+{
+ u16 const From:: id = 0x0001;
+ u16 const To:: id = 0x0002;
+ u16 const Data:: id = 0x0003;
+ u16 const SN:: id = 0x0004;
+ u16 const NAK:: id = 0x0005;
+ u16 const NRTM:: id = 0x0006;
+ u16 const NoData::id = 0x0007;
+ u16 const Part:: id = 0x0008;
+}