no message
[reactos.git] / rosapps / sysutils / regexpl / ShellCommandVersion.h
1 /* $Id: ShellCommandVersion.h,v 1.2 2001/01/13 23:55:37 narnaoud Exp $ */
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_)