diff options
author | William R. Otte <wotte@dre.vanderbilt.edu> | 2006-07-24 15:50:30 +0000 |
---|---|---|
committer | William R. Otte <wotte@dre.vanderbilt.edu> | 2006-07-24 15:50:30 +0000 |
commit | c44379cc7d9c7aa113989237ab0f56db12aa5219 (patch) | |
tree | 66a84b20d47f2269d8bdc6e0323f338763424d3a /ACE/protocols/ace/RMCast/Protocol.cpp | |
parent | 3aff90f4a822fcf5d902bbfbcc9fa931d6191a8c (diff) | |
download | ATCD-c44379cc7d9c7aa113989237ab0f56db12aa5219.tar.gz |
Repo restructuring
Diffstat (limited to 'ACE/protocols/ace/RMCast/Protocol.cpp')
-rw-r--r-- | ACE/protocols/ace/RMCast/Protocol.cpp | 17 |
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; +} |