#include <message.h>
Public Member Functions | |
ABA_MESSAGE () | |
~ABA_MESSAGE () | |
The destructor. | |
ACE_SOCK_Stream & | stream () |
Static Protected Member Functions | |
Static helper functions to read/write data from/to the stream | |
static int | readit (ABA_MESSAGE *msg, char *buf, int len) |
static int | writeit (ABA_MESSAGE *msg, const char *buf, int len) |
Protected Attributes | |
ACE_SOCK_Stream | stream_ |
Definition at line 48 of file message.h.
ABA_MESSAGE::ABA_MESSAGE | ( | ) |
The constructor.
A message buffer encapsulates a bidirectional communication stream. The underlaying ACE has to be initialized later by using the member function |stream()|.
ABA_MESSAGE::~ABA_MESSAGE | ( | ) |
The destructor.
static int ABA_MESSAGE::readit | ( | ABA_MESSAGE * | msg, | |
char * | buf, | |||
int | len | |||
) | [static, protected] |
static int ABA_MESSAGE::writeit | ( | ABA_MESSAGE * | msg, | |
const char * | buf, | |||
int | len | |||
) | [static, protected] |
ACE_SOCK_Stream ABA_MESSAGE::stream_ [protected] |