00001 #ifndef FWCore_PluginManager_standard_h 00002 #define FWCore_PluginManager_standard_h 00003 // -*- C++ -*- 00004 // 00005 // Package: PluginManager 00006 // Class : standard 00007 // 00016 // 00017 // Original Author: Chris Jones 00018 // Created: Sat Apr 7 17:06:34 EDT 2007 00019 // $Id: standard.h,v 1.2 2007/04/12 12:51:12 wmtan Exp $ 00020 // 00021 00022 // system include files 00023 #include <string> 00024 #include <boost/filesystem/path.hpp> 00025 00026 // user include files 00027 #include "FWCore/PluginManager/interface/PluginManager.h" 00028 00029 // forward declarations 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