index.html: add new file
[vss2svn.git] / ssphys / SSPhys / FileTypeCommand.h
blobce91cd97a46f4d072bafc7906a5afdf0eebae036
1 // FileTypeCommand.h: interface for the CFileTypeCommand class.
2 //
3 //////////////////////////////////////////////////////////////////////
5 #if !defined(AFX_FILETYPECOMMAND_H__A66D5425_5DF0_46BD_8664_EF74FE905B1B__INCLUDED_)
6 #define AFX_FILETYPECOMMAND_H__A66D5425_5DF0_46BD_8664_EF74FE905B1B__INCLUDED_
8 #if _MSC_VER > 1000
9 #pragma once
10 #endif // _MSC_VER > 1000
12 #include "Command.h"
14 class CFileTypeCommand : public CCommand
16 public:
17 CFileTypeCommand ();
19 virtual COptionInfoList GetOptionsInfo () const;
20 virtual bool SetOption (const COption& option);
21 virtual bool SetArguments (CArguments& args);
22 void Execute ();
24 protected:
25 std::string m_PhysFile;
28 #endif // !defined(AFX_FILETYPECOMMAND_H__A66D5425_5DF0_46BD_8664_EF74FE905B1B__INCLUDED_)