Cleanup ACE_HAS_PTHREAD_SIGMASK_PROTOTYPE, all platforms support it so far as I can...
[ACE_TAO.git] / ACE / protocols / ace / RMCast / Protocol.cpp
blob464ec1cdcef783aecb8704f8b925b7eb30dac218
1 // author : Boris Kolpackov <boris@kolpackov.net>
2 #include "Protocol.h"
4 namespace ACE_RMCast
6 u16 const From:: id = 0x0001;
7 u16 const To:: id = 0x0002;
8 u16 const Data:: id = 0x0003;
9 u16 const SN:: id = 0x0004;
10 u16 const NAK:: id = 0x0005;
11 u16 const NRTM:: id = 0x0006;
12 u16 const NoData::id = 0x0007;
13 u16 const Part:: id = 0x0008;