13 #ifndef dGridDataPub_H_
14 #define dGridDataPub_H_
82 virtual void sendFinalPduOnDestruction(
bool onOff);
91 static void setStateRepCreator(DtStateRepCreator creator);
92 static DtStateRepCreator stateRepCreator(
void);
94 static void setClassDfltTimeThreshold(
DtTime threshold);
115 bool mySendFinalInDtor;
118 static DtStateRepCreator theStateRepCreator;
119 static DtTime theClassDfltTimeThreshold;
120 static bool theClassDfltIsSetFlag;
143 inline void DtGriddedDataPublisher::sendFinalPduOnDestruction(
bool onOff)
145 mySendFinalInDtor = onOff;