CMS 3D CMS Logo

IDbAuthentication.h
Go to the documentation of this file.
1 #ifndef CondCore_CondDB_IDbAuthentication_h
2 #define CondCore_CondDB_IDbAuthentication_h
3 
4 #include <string>
5 
6 namespace cond {
7 
8  namespace persistency {
9 
11  public:
12  virtual ~IDbAuthentication() {}
13  virtual std::string principalName() = 0;
14  };
15  } // namespace persistency
16 } // namespace cond
17 #endif
cond::persistency::IDbAuthentication::principalName
virtual std::string principalName()=0
cond::persistency::IDbAuthentication::~IDbAuthentication
virtual ~IDbAuthentication()
Definition: IDbAuthentication.h:12
AlCaHLTBitMon_QueryRunRegistry.string
string
Definition: AlCaHLTBitMon_QueryRunRegistry.py:256
cond
Definition: plugin.cc:23
cond::persistency::IDbAuthentication
Definition: IDbAuthentication.h:10