00001 #ifndef CmdActionCCAShell_h_seen
00002 #define CmdActionCCAShell_h_seen
00003
00004
00005
00008 class CmdActionCCAShell : public virtual CmdAction {
00009
00010 private:
00011
00012 char * namelist[3];
00013
00014 public:
00015
00016 CmdActionCCAShell() ;
00017
00018 virtual ~CmdActionCCAShell() ;
00019
00020 virtual char *argtype() ;
00021
00022 virtual char **names(int & name_length) ;
00023
00024 virtual char *help() ;
00025
00026 virtual int doIt(CmdContext *cc, JCPN(Vector) *args) ;
00027
00028 };
00029 #endif // CmdActionCCAShell_h_seen