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    : Protocol.cpp,v 1.6 2005/06/17 15:36:33 boris Exp
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 Thu Nov 9 11:40:40 2006 for ACE_RMCast by doxygen 1.3.6