8 #ifndef aggregateEntityEncoder_H_
9 #define aggregateEntityEncoder_H_
100 #define DtDEFINE_SIMPLE_AGG_ENTITY_ATTR_ENCODER( \
101 attrName, netType, inspector) \
102 DtDEFINE_SIMPLE_ATTR_ENCODER(DtAggregateEntityEncoder, \
103 DtAggregateStateRepository, \
104 attrName, netType, inspector)
111 #define DtDEFINE_SIMPLE_AGG_ENTITY_ATTR_CHECKER( \
112 attrName, inspector) \
113 DtDEFINE_SIMPLE_ATTR_CHECKER(DtAggregateEntityEncoder, \
114 DtAggregateStateRepository, \