diff options
Diffstat (limited to 'protocols/ace/RMCast/Protocol.cpp')
-rw-r--r-- | protocols/ace/RMCast/Protocol.cpp | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/protocols/ace/RMCast/Protocol.cpp b/protocols/ace/RMCast/Protocol.cpp deleted file mode 100644 index 755872371cb..00000000000 --- a/protocols/ace/RMCast/Protocol.cpp +++ /dev/null @@ -1,17 +0,0 @@ -// 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; -} |