NAME
ACE_SV_Message -
Defines the header file for the C++ wrapper for message queues. */
SYNOPSIS
#include <ace/SV_Message.h>
class ACE_SV_Message
{
public:
ACE_SV_Message (long type = 0);
~ACE_SV_Message (void);
long type (void) const;
void type (long);
void dump (void) const;
ACE_ALLOC_HOOK_DECLARE;
protected:
long type_;
};
Initialization and termination methods.
ACE_SV_Message (long type = 0);
~ACE_SV_Message (void);
Get/set the message type.
long type (void) const;
void type (long);
void dump (void) const;
Dump the state of an object.
ACE_ALLOC_HOOK_DECLARE;
Declare the dynamic allocation hooks.
AUTHOR
Doug Schmidt
LIBRARY
ace