1 // HelpCommand.h: interface for the CHelpCommand class.
3 //////////////////////////////////////////////////////////////////////
5 #if !defined(AFX_HELPCOMMAND_H__653D5862_B13A_46B2_8AA1_55E8D414AE54__INCLUDED_)
6 #define AFX_HELPCOMMAND_H__653D5862_B13A_46B2_8AA1_55E8D414AE54__INCLUDED_
10 #endif // _MSC_VER > 1000
15 class CCommandFactory
;
16 //---------------------------------------------------------------------------
17 class CHelpCommand
: public CMultiArgCommand
20 CHelpCommand (CCommandFactory
* pFactory
= NULL
);
22 virtual void Execute (po::variables_map
const& options
, std::string
const& arg
);
25 CCommandFactory
* m_pFactory
;
26 std::auto_ptr
<CCommand
> m_pCommand
;
30 #endif // !defined(AFX_HELPCOMMAND_H__653D5862_B13A_46B2_8AA1_55E8D414AE54__INCLUDED_)