CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
CondDBImport.h
Go to the documentation of this file.
1 #ifndef Utilities_CondDBImport_h
2 #define Utilities_CondDBImport_h
3 
6 //
7 
8 namespace cond {
9 
10  namespace persistency {
11 
12  cond::Hash import( const std::string& inputTypeName, const void* inputPtr, Session& destination );
13 
14  std::pair<std::string,boost::shared_ptr<void> > fetch( const cond::Hash& payloadId, Session& session );
15 
16  }
17 
18 }
19 
20 #endif
std::string Hash
Definition: Types.h:34
std::pair< std::string, boost::shared_ptr< void > > fetch(const cond::Hash &payloadId, Session &session)