#include <bulkDataSenderDefaultCb.h>
Public Member Functions | |
BulkDataSenderDefaultCallback (TAO_StreamCtrl *stream_p) | |
virtual int | handle_timeout (void *arg) |
virtual int | handle_end_stream (void) |
virtual void | get_timeout (ACE_Time_Value *&tv, void *&arg) |
void | set_protocol_object (TAO_AV_Protocol_Object *prtclObject_p) |
virtual int | handle_destroy (void) |
Private Attributes | |
TAO_StreamCtrl * | stream_p |
TAO_AV_Protocol_Object * | protocolObject_p |
|
Constructor
|
|
Sets the timeout tv which determines the period of sending data. (zoer means that the callback is never activated).
|
|
|
|
|
|
Method called with a period determined by the the timeout tv parameter (see method get_timeout(...).
|
|
|
|
|
|
|