CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_1/src/FWCore/ServiceRegistry/interface/SaveConfiguration.h

Go to the documentation of this file.
00001 #ifndef FWCore_ServiceRegistry_SaveConfiguration_h
00002 #define FWCore_ServiceRegistry_SaveConfiguration_h
00003 // -*- C++ -*-
00004 //
00005 // Package:     ServiceRegistry
00006 // Class  :     SaveConfiguration
00007 // 
00017 //
00018 // Original Author:  Chris Jones
00019 //         Created:  Fri Mar 12 14:55:07 CST 2010
00020 // $Id: SaveConfiguration.h,v 1.1 2010/03/12 22:48:21 chrjones Exp $
00021 //
00022 
00023 // system include files
00024 
00025 // user include files
00026 
00027 // forward declarations
00028 
00029 namespace edm {
00030    namespace serviceregistry {
00031       class SaveConfiguration
00032       {
00033       };
00034    }
00035 }
00036 
00037 #endif