add two patches from Richard Hughes to fix bug in parentdata comparison and update...
[vss2svn.git] / ssphys / SSPhys / PropertiesCommand.h
blobe6580a7728c80707812675f50fea0e634b64a1c4
1 // PropertiesCommand.h: interface for the CPropertiesCommand class.
2 //
3 //////////////////////////////////////////////////////////////////////
5 #if !defined(AFX_PROPERTIESCOMMAND_H__0F1C2110_04E9_4DC1_A999_D40711F4DE15__INCLUDED_)
6 #define AFX_PROPERTIESCOMMAND_H__0F1C2110_04E9_4DC1_A999_D40711F4DE15__INCLUDED_
8 #if _MSC_VER > 1000
9 #pragma once
10 #endif // _MSC_VER > 1000
12 #include "Command.h"
13 #include "Formatter.h"
15 class CPropertiesCommand : public CMultiArgCommand, public IFormattingContext
17 public:
18 CPropertiesCommand ();
19 virtual void Execute (po::variables_map const& options, std::string const& arg);
21 // IFormattingContext
22 virtual bool GetExtendedOutput () const { return true; }
24 protected:
27 #endif // !defined(AFX_PROPERTIESCOMMAND_H__0F1C2110_04E9_4DC1_A999_D40711F4DE15__INCLUDED_)