Protocol.cpp

Go to the documentation of this file.
00001 // file      : ace/RMCast/Protocol.cpp
00002 // author    : Boris Kolpackov <boris@kolpackov.net>
00003 // cvs-id    : $Id: Protocol.cpp 80826 2008-03-04 14:51:23Z wotte $
00004 
00005 #include "Protocol.h"
00006 
00007 namespace ACE_RMCast
00008 {
00009   u16 const From::  id = 0x0001;
00010   u16 const To::    id = 0x0002;
00011   u16 const Data::  id = 0x0003;
00012   u16 const SN::    id = 0x0004;
00013   u16 const NAK::   id = 0x0005;
00014   u16 const NRTM::  id = 0x0006;
00015   u16 const NoData::id = 0x0007;
00016   u16 const Part::  id = 0x0008;
00017 }

Generated on Tue Feb 2 17:36:25 2010 for ACE_RMCast by  doxygen 1.4.7