7 #ifndef DtCreateObjectResultEncoder_H_
8 #define DtCreateObjectResultEncoder_H_
18 class DT_DLL_VL DtCreateObjectResultInter;
20 #define DtDECLARE_CRTOBJRES_PARAM_ENCODER(paramName) \
21 DtDECLARE_PARAM_ENCODER(DtCreateObjectResultInter, paramName)
23 #define DtDEFINE_SIMPLE_CRTOBJRES_PARAM_ENCODER(paramName, netType, inspector) \
24 DtDEFINE_SIMPLE_PARAM_ENCODER(DtCreateObjectResultEncoder, \
25 DtCreateObjectResultInter, paramName, netType, inspector)
31 class DT_DLL_VL DtCreateObjectResultEncoder :
public DtInteractionEncoder
36 DtInterClassDesc* classDesc);
39 virtual ~DtCreateObjectResultEncoder();
42 DtCreateObjectResultEncoder(
const DtCreateObjectResultEncoder& orig);
45 DtCreateObjectResultEncoder& operator=(
46 const DtCreateObjectResultEncoder& orig);
52 DtDECLARE_CRTOBJRES_PARAM_ENCODER(CreateObjectResult);
53 DtDECLARE_CRTOBJRES_PARAM_ENCODER(RequestIdentifier);
56 DtDECLARE_CRTOBJRES_PARAM_ENCODER(RequestID);
59 DtDECLARE_CRTOBJRES_PARAM_ENCODER(CreateObjectResultPre08);
Instances of DtExerciseConn are used to provide an application's interface or connection to the netwo...
Definition: exerciseConnDIS.h:62
#define DT_DLL_VL
Definition: vlMachineTypes.h:108