14 #ifndef DtRtiexecCmdProc_H_
15 #define DtRtiexecCmdProc_H_
19 #include <vlutil/vlSmartPointers.h>
40 virtual void setExec( DtBoost::shared_ptr<DtRtiExec> exec );
43 virtual void postCommand( std::auto_ptr<DtRtiExecCmd> cmd );
46 static void tick(
void* usr );
54 virtual bool executeCommand();
69 DtBoost::shared_ptr<DtRtiExec>
myExec;