add two patches from Richard Hughes to fix bug in parentdata comparison and update...
[vss2svn.git] / ssphys / SSPhys / Options.h
blobca1488f26dc899ec4d8de9de9afd65a7193cf80e
1 // Options.h: interface for the COptions class.
2 //
3 //////////////////////////////////////////////////////////////////////
5 #if !defined(AFX_OPTIONS_H__8B59AD68_C12F_44E7_9236_3C800593E961__INCLUDED_)
6 #define AFX_OPTIONS_H__8B59AD68_C12F_44E7_9236_3C800593E961__INCLUDED_
8 #if _MSC_VER > 1000
9 #pragma once
10 #endif // _MSC_VER > 1000
12 #include <list>
14 #include <boost/program_options.hpp>
15 namespace po = boost::program_options;
17 po::options_description GetGlobalOptions ();
18 bool HandleGlobalOptions (po::variables_map vm);
20 #endif // !defined(AFX_OPTIONS_H__8B59AD68_C12F_44E7_9236_3C800593E961__INCLUDED_)