7 #ifndef DtCreateEntityEncoder_H_
8 #define DtCreateEntityEncoder_H_
20 #define DtDECLARE_CREATENT_PARAM_ENCODER(paramName) \
21 DtDECLARE_PARAM_ENCODER(DtCreateEntityInteraction, paramName)
23 #define DtDEFINE_SIMPLE_CREATENT_PARAM_ENCODER(paramName, netType, inspector) \
24 DtDEFINE_SIMPLE_PARAM_ENCODER(DtCreateEntityEncoder, \
25 DtCreateEntityInteraction, paramName, netType, inspector)
31 class DT_DLL_VL DtCreateEntityEncoder :
public DtInteractionEncoder
36 DtInterClassDesc* classDesc);
39 virtual ~DtCreateEntityEncoder();
42 DtCreateEntityEncoder(
const DtCreateEntityEncoder& orig);
45 DtCreateEntityEncoder& operator=(
const DtCreateEntityEncoder& orig);
51 DtDECLARE_CREATENT_PARAM_ENCODER(OriginatingEntity);
52 DtDECLARE_CREATENT_PARAM_ENCODER(ReceivingEntity);
54 DtDECLARE_CREATENT_PARAM_ENCODER(RequestID);
56 DtDECLARE_CREATENT_PARAM_ENCODER(RequestIdentifier);