BagPlotViewsAndFilters_server_manager_modules.h
Go to the documentation of this file.
1 #ifndef BagPlotViewsAndFilters_server_manager_modules_h
2 #define BagPlotViewsAndFilters_server_manager_modules_h
3 
5 #include <string>
6 #include <vector>
7 
8 void BagPlotViewsAndFilters_server_manager_modules_initialize(std::vector<std::string>& xmls)
9 {
10  (void)xmls;
11 }
12 
13 #endif
void BagPlotViewsAndFilters_server_manager_modules_initialize(std::vector< std::string > &xmls)