Remove ALL the unneeded "author date id revision" svn properties.
[reactos.git] / rosapps / applications / sysutils / regexpl / ShellCommandVersion.h
1 /* $Id: ShellCommandVersion.h 15091 2005-05-07 21:24:31Z sedwards $ */
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_)