12 #ifndef DtGenericObjectDecoder_H_
13 #define DtGenericObjectDecoder_H_
24 class DT_DLL_VL DtGenericObjectDecoder :
public DtHlaStateDecoder
29 DtGenericObjectDecoder(
DtExerciseConn* exConn, DtObjClassDesc* classDesc);
32 virtual ~DtGenericObjectDecoder();
35 virtual void decodeAttribute(
37 const RTI::AttributeHandleValuePairSet& attrs,
38 unsigned long pairSetIndex)
const;
43 static DtHlaStateDecoder* create(
45 DtObjClassDesc* classDesc);