9 MsgStream mlog(msgSvc(),
"LUCID_DigitContainerCnv");
11 mlog << MSG::DEBUG <<
"In LUCID_DigitContainerCnv::createPersistent " <<
endmsg;
21 MsgStream mlog(msgSvc(),
"LUCID_DigitContainer");
23 mlog << MSG::DEBUG <<
"In LUCID_DigitContainerCnv::createTransient " <<
endmsg;
29 static const pool::Guid p2_guid (
"08BBB3C5-BCAE-4540-8F3A-76D873045585");
30 static const pool::Guid p1_guid (
"681CDB46-D6D0-4C59-98C9-398B43873B50");
31 static const pool::Guid old_guid(
"49672224-A5AB-4D4C-802E-CA0749038ECC");
47 else throw std::runtime_error(
"Unsupported persistent version of Data container");
LUCID_DigitContainer_p2 LUCID_DigitContainer_PERS
virtual LUCID_DigitContainer * createTransient()
virtual LUCID_DigitContainer_PERS * createPersistent(LUCID_DigitContainer *transCont)
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