CCAFFEINE
0.8.8
|
00001 #ifndef CmdActionCCAPath_h_seen 00002 #define CmdActionCCAPath_h_seen 00003 00012 class CmdActionCCAPath : public virtual CmdAction { 00013 00014 private: 00015 00016 char *namelist[1]; 00017 00019 char **pathToArgv(const char *path, int &argc); 00020 00022 void destroyP2A(char **&argv,int argc); 00023 00024 public: 00025 00026 CmdActionCCAPath() ; 00027 00028 virtual ~CmdActionCCAPath() ; 00029 00030 00031 virtual char * argtype() ; 00032 00033 00034 virtual char **names(int & len) ; 00035 00036 00037 virtual char * help() ; 00038 00039 virtual int doIt(CmdContext *cc, JCPN(Vector) *args) ; 00040 00041 }; 00042 #endif // CmdActionCCAPath_h_seen