#include <SV_Message.h>
Public Member Functions | |
| ACE_SV_Message (long type=0) | |
| Constructor. | |
| ~ACE_SV_Message (void) | |
| Destructor. | |
| long | type (void) const |
| Get the message type. | |
| void | type (long) |
| Set the message type. | |
| void | dump (void) const |
| Dump the state of an object. | |
Public Attributes | |
| ACE_ALLOC_HOOK_DECLARE | |
| Declare the dynamic allocation hooks. | |
Protected Attributes | |
| long | type_ |
| Type of the message. | |
Definition at line 32 of file SV_Message.h.
|
|
Constructor.
Definition at line 11 of file SV_Message.inl. References ACE_TRACE.
|
|
|
Destructor.
Definition at line 18 of file SV_Message.inl. References ACE_TRACE.
00019 {
00020 ACE_TRACE ("ACE_SV_Message::~ACE_SV_Message");
00021 }
|
|
|
Dump the state of an object.
Definition at line 17 of file SV_Message.cpp. References ACE_TRACE.
00018 {
00019 #if defined (ACE_HAS_DUMP)
00020 ACE_TRACE ("ACE_SV_Message::dump");
00021 #endif /* ACE_HAS_DUMP */
00022 }
|
|
|
Set the message type.
Definition at line 31 of file SV_Message.inl. References ACE_TRACE.
|
|
|
Get the message type.
Definition at line 24 of file SV_Message.inl. References ACE_TRACE.
|
|
|
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. |
1.3.6