28 MsgStream mlog(msgSvc(),
"TrigOperationalInfoCollectionConverter" );
38 MsgStream mlog(msgSvc(),
"TrigOperationalInfoCollectionConverter" );
40 static const pool::Guid tlp1_guid(
"7D5A0227-E28B-4228-83C5-22F8BBB90BBF");
41 static const pool::Guid p1_guid(
"B6C95F89-C1B9-4B9D-A533-F6F4B57BD277");
48 trans_obj =
m_impl->m_TPConverter_tlp1.createTransient( col_vect.get(), mlog );
54 trans_obj =
m_impl->m_TPConverter.createTransient( col_vect.get(), mlog );
59 throw std::runtime_error(
"Unsupported persistent version of TrigOperationalInfoCollection");
TrigOperationalInfoCollection_tlp1 TrigOperationalInfoCollection_PERS
virtual bool compareClassGuid(const Token *token, const Guid &clid) const
P * poolReadObject(const Token *token)
Compatibility for old converter classes that don't get passed the key.
This class provides a token that identifies in a unique way objects on the persistent storage.
~TrigOperationalInfoCollectionCnv()
TrigOperationalInfoCollectionCnv(ISvcLocator *svcloc)
TrigOperationalInfoCollection * createTransient(const Token *token)
TrigOperationalInfoCollection_PERS * createPersistent(TrigOperationalInfoCollection *transObj)
TrigOperationalInfoCollectionCnv_impl * m_impl
TrigOperationalInfoCollectionCnv_p1 m_TPConverter
TrigOperationalInfoCollectionCnv_tlp1 m_TPConverter_tlp1