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 66495 2005-06-17 15:36:33Z boris $
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 Sun Jan 27 13:02:56 2008 for ACE_RMCast by doxygen 1.3.6