12 #ifndef DtSaveResponseMsg_H_
13 #define DtSaveResponseMsg_H_
37 unsigned short requestIDValue,
40 DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER);
44 DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER);
54 unsigned short requestIDValue,
const char* theLabel,
62 virtual void setRequestID(
unsigned short requestIDValue);
63 virtual unsigned short requestID()
const;
66 virtual void setLabel(
const char* label);
67 virtual const char* label()
const;
80 DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER);
83 static DtRtiMsg* create(DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER);
101 virtual char* labelPtr();
104 virtual int labelFieldSize()
const;
107 virtual void setLabelSize(
int size);
108 virtual int labelSize()
const;
111 virtual int minSize(
const char* theLabel=
NULL)
const;