CMS 3D CMS Logo

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/FWCore/RootAutoLibraryLoader/src/stdNamespaceAdder.h

Go to the documentation of this file.
00001 #ifndef FWLite_stdNamespaceAdder_h
00002 #define FWLite_stdNamespaceAdder_h
00003 // -*- C++ -*-
00004 //
00005 // Package:     FWLite
00006 // Class  :     stdNamespaceAdder
00007 // 
00016 //
00017 // Original Author:  
00018 //         Created:  Tue Dec  6 09:18:09 EST 2005
00019 // $Id: stdNamespaceAdder.h,v 1.1 2006/12/16 13:31:42 wmtan Exp $
00020 //
00021 
00022 // system include files
00023 #include <string>
00024 
00025 // user include files
00026 
00027 // forward declarations
00028 namespace edm {
00029   namespace root {
00030     std::string stdNamespaceAdder(const std::string&);
00031   }
00032 }
00033 #endif