d92b74ef6cc5b64d297bad693b4f608b6410a658
[reactos.git] / rosapps / applications / sysutils / regexpl / ShellCommandVersion.h
1 /* $Id$ */
2
3 // ShellCommandVersion.h: interface for the CShellCommandVersion class.
4 //
5 //////////////////////////////////////////////////////////////////////
6
7 #if !defined(SHELLCOMMANDVERSION_H__D29C1196_5942_11D4_A037_C5AC8D00940F__INCLUDED_)
8 #define SHELLCOMMANDVERSION_H__D29C1196_5942_11D4_A037_C5AC8D00940F__INCLUDED_
9
10 #include "ShellCommand.h"
11
12 class CShellCommandVersion : public CShellCommand
13 {
14 public:
15 CShellCommandVersion();
16 virtual ~CShellCommandVersion();
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(SHELLCOMMANDVERSION_H__D29C1196_5942_11D4_A037_C5AC8D00940F__INCLUDED_)