1 // PropertiesCommand.h: interface for the CPropertiesCommand class.
3 //////////////////////////////////////////////////////////////////////
5 #if !defined(AFX_PROPERTIESCOMMAND_H__0F1C2110_04E9_4DC1_A999_D40711F4DE15__INCLUDED_)
6 #define AFX_PROPERTIESCOMMAND_H__0F1C2110_04E9_4DC1_A999_D40711F4DE15__INCLUDED_
10 #endif // _MSC_VER > 1000
13 #include "Formatter.h"
15 class CPropertiesCommand
: public CCommand
, public IFormattingContext
18 CPropertiesCommand ();
20 virtual COptionInfoList
GetOptionsInfo () const;
21 virtual bool SetOption (const COption
& option
);
22 virtual bool SetArguments (CArguments
& args
);
26 virtual bool GetExtendedOutput () const { return true; }
29 std::string m_PhysFile
;
32 #endif // !defined(AFX_PROPERTIESCOMMAND_H__0F1C2110_04E9_4DC1_A999_D40711F4DE15__INCLUDED_)