Go to the documentation of this file.00001 #ifndef FWCore_PluginManager_standard_h
00002 #define FWCore_PluginManager_standard_h
00003
00004
00005
00006
00007
00016
00017
00018
00019
00020
00021
00022
00023 #include <string>
00024 #include <boost/filesystem/path.hpp>
00025
00026
00027 #include "FWCore/PluginManager/interface/PluginManager.h"
00028
00029
00030
00031 namespace edmplugin {
00032 namespace standard {
00033
00034 PluginManager::Config config();
00035
00036 const boost::filesystem::path& cachefileName();
00037
00038 const std::string& pluginPrefix();
00039 }
00040 }
00041 #endif