14 #ifndef DtDeleteSocketMsg_H_
15 #define DtDeleteSocketMsg_H_
32 DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER);
36 DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER);
48 DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER);
50 static DtRtiMsg*
create(DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER);
DtRtiMsgKind
Definition: rtiMsgKind.h:9
static void removeCallback(DtConnectionMgr *conn, DtConnectCb cb, void *usr, bool isMomCallback=false)
static DtRtiMsg * create(const DtNetMsgHeader *initial, DtBufferPtr buffer=DtUSE_INTERNAL_BUFFER)
Creator.
virtual DtRtiMsgKind internalDtRtiMsgKind()
Returns the kind of an Connect Msg.
Definition: netConnectMsg.h:15
Definition: deleteSocketMsg.h:23
void(* DtDeleteSocketCb)(const DtDeleteSocketMsg &inter, void *usr)
Definition: deleteSocketMsg.h:21
static void addCallback(DtConnectionMgr *conn, DtConnectCb cb, void *usr, bool isMomCallback=false)
Callback management.
Instances of DtConnectionMgr manage the communication objects that the RTI will use to either communi...
Definition: connectMgr.h:67
DtRtiMsg is the base class for messages between RTI components.
Definition: rtiMsg.h:34
Definition: connectMsg.h:22
#define DT_DLL_LRC
Definition: rtiMsConfig.h:155
virtual DtRtiMsg * clone(bool copy=true) const
Return a copy/empty object of the same type as this.