#include <SV_Message.h>
Public Methods | |
| ACE_SV_Message (long type=0) | |
| Constructor. More... | |
| ~ACE_SV_Message (void) | |
| Destructor. More... | |
| long | type (void) const |
| Get the message type. More... | |
| void | type (long) |
| Set the message type. More... | |
| void | dump (void) const |
| Dump the state of an object. More... | |
Public Attributes | |
| ACE_ALLOC_HOOK_DECLARE | |
| Declare the dynamic allocation hooks. More... | |
Protected Attributes | |
| long | type_ |
| Type of the message. More... | |
Definition at line 32 of file SV_Message.h.
|
|
Constructor.
Definition at line 7 of file SV_Message.i. References ACE_TRACE.
|
|
|
Destructor.
Definition at line 14 of file SV_Message.i. References ACE_TRACE.
00015 {
00016 ACE_TRACE ("ACE_SV_Message::~ACE_SV_Message");
00017 }
|
|
|
Dump the state of an object.
Definition at line 16 of file SV_Message.cpp. References ACE_TRACE.
00017 {
00018 ACE_TRACE ("ACE_SV_Message::dump");
00019 }
|
|
|
Set the message type.
Definition at line 27 of file SV_Message.i. References ACE_TRACE, and type_.
|
|
|
Get the message type.
Definition at line 20 of file SV_Message.i. References ACE_TRACE, and type_.
|
|
|
Declare the dynamic allocation hooks.
Definition at line 51 of file SV_Message.h. |
|
|
Type of the message.
Definition at line 55 of file SV_Message.h. Referenced by type. |
1.2.14 written by Dimitri van Heesch,
© 1997-2002