7 #ifndef DtSetRecordDec_H_
8 #define DtSetRecordDec_H_
20 #define DtDECLARE_SETRECORD_PARAM_DECODER(paramName) \
21 DtDECLARE_PARAM_DECODER(DtSetRecordInteraction, paramName)
23 #define DtDEFINE_SIMPLE_SETRECORD_PARAM_DECODER(paramName, netType, mutator) \
24 DtDEFINE_SIMPLE_PARAM_DECODER( \
25 DtSetRecordDecoder, DtSetRecordInteraction, \
26 paramName, netType, mutator)
33 class DT_DLL_VL DtSetRecordDecoder :
public DtInteractionDecoder
39 DtInterClassDesc *classDesc);
41 DtSetRecordDecoder(
const DtSetRecordDecoder &orig);
43 virtual ~DtSetRecordDecoder();
45 DtSetRecordDecoder &operator=(
const DtSetRecordDecoder &orig);
50 DtDECLARE_SETRECORD_PARAM_DECODER(OriginatingEntity);
51 DtDECLARE_SETRECORD_PARAM_DECODER(ReceivingEntity);
52 DtDECLARE_SETRECORD_PARAM_DECODER(RequestIdentifier);
53 DtDECLARE_SETRECORD_PARAM_DECODER(AcknowledgementProtocol);
54 DtDECLARE_SETRECORD_PARAM_DECODER(RecordSetData);