619e89b3ec1b73c160e882b246e3e2099a66511c
[reactos.git] / rosapps / applications / sysutils / regexpl / ShellCommandExit.h
1 /* $Id: ShellCommandExit.h 15091 2005-05-07 21:24:31Z sedwards $ */
2
3 // ShellCommandExit.h: interface for the CShellCommandExit class.
4 //
5 //////////////////////////////////////////////////////////////////////
6
7 #if !defined(SHELLCOMMANDEXIT_H__848A2501_5A0F_11D4_A039_FC2CE602E70F__INCLUDED_)
8 #define SHELLCOMMANDEXIT_H__848A2501_5A0F_11D4_A039_FC2CE602E70F__INCLUDED_
9
10 #include "ShellCommand.h"
11
12 class CShellCommandExit : public CShellCommand
13 {
14 public:
15 CShellCommandExit();
16 virtual ~CShellCommandExit();
17 virtual BOOL Match(const TCHAR *pchCommand);
18 virtual int Execute(CConsole &rConsole, CArgumentParser& rArguments);
19 virtual const TCHAR * GetHelpString();
20 virtual const TCHAR * GetHelpShortDescriptionString();
21 };
22
23 #endif // !defined(SHELLCOMMANDEXIT_H__848A2501_5A0F_11D4_A039_FC2CE602E70F__INCLUDED_)