9 #ifndef DtEnvironmentProcessEncoder_H_
10 #define DtEnvironmentProcessEncoder_H_
28 #define DtDECLARE_ENVPROC_ATTR_CHECKER(attrName) \
29 DtDECLARE_ATTR_CHECKER(DtEnvironmentProcessRepository, attrName)
33 #define DtDECLARE_ENVPROC_ATTR_ENCODER(attrName) \
34 DtDECLARE_ATTR_ENCODER(DtEnvironmentProcessRepository, attrName)
63 static int recordSize_RPR_20014(
unsigned long theType) ;
90 #define DtDEFINE_SIMPLE_ENVPROC_ATTR_ENCODER( \
91 attrName, netType, inspector) \
92 DtDEFINE_SIMPLE_ATTR_ENCODER( \
93 DtEnvironmentProcessEncoder, \
94 DtEnvironmentProcessRepository, \
95 attrName, netType, inspector)
102 #define DtDEFINE_SIMPLE_ENVPROC_ATTR_CHECKER( \
103 attrName, inspector) \
104 DtDEFINE_SIMPLE_ATTR_CHECKER( \
105 DtEnvironmentProcessEncoder, \
106 DtEnvironmentProcessRepository, \