1 // GetCommand.h: interface for the GetCommand class.
3 //////////////////////////////////////////////////////////////////////
5 #if !defined(AFX_GETCOMMAND_H__26EB05F6_F335_4169_8754_A7BEEF5FB29E__INCLUDED_)
6 #define AFX_GETCOMMAND_H__26EB05F6_F335_4169_8754_A7BEEF5FB29E__INCLUDED_
10 #endif // _MSC_VER > 1000
14 //---------------------------------------------------------------------------
15 class CGetCommand
: public CCommand
20 virtual COptionInfoList
GetOptionsInfo () const;
21 virtual bool SetOption (const COption
& option
);
22 virtual bool SetArguments (CArguments
& args
);
26 std::string m_PhysFile
;
27 std::string m_DestFile
;
28 bool m_bForceOverwrite
;
33 #endif // !defined(AFX_GETCOMMAND_H__26EB05F6_F335_4169_8754_A7BEEF5FB29E__INCLUDED_)