// This may look like C code, but it is really -*- C++ -*- // Classe : commands copntour drawing in Peida Interactive // (c) DAPNIA (CEA) LAL (IN2P3/CNRS) // R. Ansari O.Perdereau 11/2001 // #ifndef CONTMODEXE_H_SEEN #define CONTMODEXE_H_SEEN #include "machdefs.h" #include #include #include #include "piacmd.h" #include "nobjmgr.h" class ContModExecutor : public CmdExecutor { public: ContModExecutor(PIACmd* , PIStdImgApp* ); virtual ~ContModExecutor(); virtual int Execute(string& keyw, vector& args, string& toks); }; #endif