9 MsgStream mlog(msgSvc(),
"LUCID_RawDataContainerCnv");
11 mlog << MSG::DEBUG <<
"In LUCID_RawDataContainerCnv::createPersistent " <<
endmsg;
21 MsgStream mlog(msgSvc(),
"LUCID_RawDataContainer");
23 mlog << MSG::DEBUG <<
"In LUCID_RawDataContainerCnv::createTransient " <<
endmsg;
29 static const pool::Guid p0_guid(
"0C023583-E3D4-4C7D-9B20-B6B2A1018D2F");
30 static const pool::Guid p1_guid(
"88937AAE-D299-4A80-8608-96EFB3068F9A");
42 throw std::runtime_error(
"Unsupported persistent version of Data container");
LUCID_RawDataContainer_p1 LUCID_RawDataContainer_PERS
virtual LUCID_RawDataContainer_PERS * createPersistent(LUCID_RawDataContainer *transCont)
virtual LUCID_RawDataContainer * createTransient()
virtual PERS * createPersistent(const TRANS *transObj, MsgStream &log)
Create persistent representation of a transient object.
virtual TRANS * createTransient(const PERS *persObj, MsgStream &log)
Create transient representation of a persistent object.
virtual bool compareClassGuid(const Guid &clid) const