5 #ifndef pEventReportinter_H_
6 #define pEventReportinter_H_
17 class DtPortalConnection;
27 typedef void (*functionCallback_type)
65 virtual const char *interactionKindName()
const;
68 virtual unsigned int netSize()
const;
71 virtual void writeSelfToBuffer(
void *buffer )
const;
74 virtual void readSelfFromBuffer(
const void *buffer );
85 functionCallback_type callbackFunction,
97 functionCallback_type callbackFunction,
110 virtual std::ostream &printDataToStream( std::ostream &str )
const;
132 return "Event Report";
142 #endif //end #ifndef pEventReportinter_H_