Add ActiveState PerlApp build definition
[vss2svn.git] / ssphys / SSPhys / FileTypeCommand.h
blob20caca33aecb54bd6c8d530945ab59a9124732c0
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 CMultiArgCommand
16 public:
17 CFileTypeCommand ();
19 virtual void Execute (const po::variables_map& vm, std::string const& arg);
21 protected:
24 #endif // !defined(AFX_FILETYPECOMMAND_H__A66D5425_5DF0_46BD_8664_EF74FE905B1B__INCLUDED_)