Initial commit
[remote/remote-mci.git] / diku_mch / Configuration.h
blob4a1c065b798dac77a568397e3a8238bcbb37967c
1 #ifndef CONFIGURATION_H_
2 #define CONFIGURATION_H_
4 #include <iostream>
5 #include <fstream>
6 #include <boost/program_options.hpp>
7 #include <netinet/in.h>
9 namespace remote { namespace diku_mch {
11 namespace po = boost::program_options;
13 class Configuration
15 public:
16 static void read( int ac, char** av );
17 static po::variables_map vm;
21 #endif /*CONFIGURATION_H_*/