/users/dtb26/GITROOT/VetSim-Core/src/util/properties_impl_boost.h

00001 #ifndef PROPERTIES_IMPL_BOOST_H_
00002 #define PROPERTIES_IMPL_BOOST_H_
00003 
00004 #include <util/config.h>
00005 
00006 #ifdef __cplusplus
00007 extern "C" {
00008 #endif
00009 
00010 Property_Manager * properties_impl_boost_instance();
00011 void properties_impl_boost_file(Properties * props, const char * filename);
00012 void properties_impl_boost_args(Properties * props, char **argv, int argc);
00013 
00014 #ifdef __cplusplus
00015 }
00016 #endif
00017 
00018 #endif /* PROPERTIES_IMPL_BOOST_H_ */

Generated on Thu Sep 27 11:11:48 2012 for VetSim by  doxygen 1.4.7