12 #ifndef DtJoinConfirmMsg_H_
13 #define DtJoinConfirmMsg_H_
18 #include <vlutil/vlString.h>
41 errorCodes errorCodeValue,
42 DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER);
46 DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER);
55 virtual void set(
unsigned long sourceIDValue,
56 errorCodes errorCodeValue);
62 virtual unsigned long sourceID()
const;
63 virtual void setSourceID(
unsigned long sourceIDValue);
67 virtual void setErrorCode( errorCodes errorCodeVal );
68 virtual errorCodes errorCode()
const;
77 DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER);
80 static DtRtiMsg* create(DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER);
98 virtual int minSize()
const;