CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
AutoLibraryLoader.cc
Go to the documentation of this file.
1 // -*- C++ -*-
2 //
3 // Package: LibraryLoader
4 // Class : AutoLibraryLoader
5 //
6 // Implementation:
7 // <Notes on implementation>
8 //
9 // Original Author:
10 // Created: Wed Nov 30 14:55:01 EST 2005
11 //
12 
13 // system include files
14 
15 #include <iostream>
16 // user include files
19 //
20 // constants, enums and typedefs
21 //
22 
23 //
24 // static data member definitions
25 //
26 
27 
28 //
29 // constructors and destructor
30 //
32 }
33 
34 
35 //
36 // member functions
37 //
38 
39 void
41  std::cerr << "WARNING: AutoLibraryloader::enable() and AutoLibraryLoader.h are deprecated.\n" <<
42  "Use FWLiteEnabler::enable() and FWLiteEnabler.h instead" << std::endl;
44 }
45 
46 void
48 {
49  std::cerr << "WARNING: AutoLibraryloader::loadAll() and AutoLibraryLoader.h are deprecated.\n" <<
50  "Use FWLiteEnabler::enable() and FWLiteEnabler.h instead" << std::endl;
52 }
53 
static void loadAll()
load all known libraries holding dictionaries
static void enable()
enable automatic library loading
static void enable()
enable automatic library loading