10 #ifndef DtEnvironmentProcessPublisher_H_
11 #define DtEnvironmentProcessPublisher_H_
88 virtual void sendFinalPduOnDestruction(
bool onOff);
97 static void setStateRepCreator(DtStateRepCreator creator);
98 static DtStateRepCreator stateRepCreator(
void);
100 static void setClassDfltTimeThreshold(
DtTime threshold);
122 bool mySendFinalInDtor;
125 static DtStateRepCreator theStateRepCreator;
126 static DtTime theClassDfltTimeThreshold;
127 static bool theClassDfltIsSetFlag;
152 inline void DtEnvironmentProcessPublisher::sendFinalPduOnDestruction(
bool onOff)
154 mySendFinalInDtor = onOff;