#include <Protocol.h>
Inheritance diagram for ACE_RMCast::NoData:


Public Member Functions | |
| NoData (Header const &h, istream &) | |
| NoData () | |
| NoData_ptr | clone () |
| virtual void | serialize_body (ostream &) const |
| virtual void | serialize_body (sstream &) const |
Static Public Attributes | |
| u16 const | id = 0x0007 |
Protected Member Functions | |
| virtual Profile_ptr | clone_ () |
| NoData (NoData const &no_data) | |
|
||||||||||||
|
Definition at line 1121 of file Protocol.h. References ACE_RMCast::istream, and ACE_RMCast::u16.
|
|
|
Definition at line 1126 of file Protocol.h.
|
|
|
Definition at line 1145 of file Protocol.h.
01149 : Profile (no_data) |
|
|
Reimplemented from ACE_RMCast::Profile. Definition at line 1133 of file Protocol.h.
01137 {
|
|
|
Implements ACE_RMCast::Profile. Definition at line 1140 of file Protocol.h. References ACE_RMCast::Profile_ptr.
01141 : 01142 virtual Profile_ptr 01143 clone_ () { |
|
|
Implements ACE_RMCast::Profile. Definition at line 1157 of file Protocol.h.
01161 {
|
|
|
Implements ACE_RMCast::Profile. Definition at line 1152 of file Protocol.h. References ACE_RMCast::ostream.
01153 : 01154 virtual void serialize_body (ostream&) const |
|
|
Definition at line 15 of file Protocol.cpp. |
1.3.6