CMS 3D CMS Logo

LoadAllDictionaries.h

Go to the documentation of this file.
00001 #ifndef FWCore_Services_LoadAllDictionaries_h
00002 #define FWCore_Services_LoadAllDictionaries_h
00003 // -*- C++ -*-
00004 //
00005 // Package:     Services
00006 // Class  :     LoadAllDictionaries
00007 // 
00016 //
00017 // Original Author:  Chris Jones
00018 //         Created:  Thu Sep 15 09:47:42 EDT 2005
00019 // $Id: LoadAllDictionaries.h,v 1.4 2007/06/14 21:03:39 wmtan Exp $
00020 //
00021 
00022 // system include files
00023 
00024 // user include files
00025 
00026 // forward declarations
00027 namespace edm {
00028    class ParameterSet;
00029    namespace service {
00030       class LoadAllDictionaries
00031    {
00032       
00033    public:
00034       LoadAllDictionaries(const edm::ParameterSet&);
00035       //virtual ~LoadAllDictionaries();
00036 
00037       // ---------- const member functions ---------------------
00038 
00039       // ---------- static member functions --------------------
00040 
00041       // ---------- member functions ---------------------------
00042 
00043    private:
00044       LoadAllDictionaries(const LoadAllDictionaries&); // stop default
00045 
00046       const LoadAllDictionaries& operator=(const LoadAllDictionaries&); // stop default
00047 
00048       // ---------- member data --------------------------------
00049 
00050    };
00051    }
00052 }
00053 
00054 #endif

Generated on Tue Jun 9 17:36:39 2009 for CMSSW by  doxygen 1.5.4