31 MsgStream log(msgSvc(),
"RpcPadContainerCnv" );
32 if (log.level() <= MSG::DEBUG) log << MSG::DEBUG <<
" **** Entered createTransient() "<<
endmsg;
38 static const pool::Guid p2_guid(
"3B29433B-015F-4664-AB3F-A6B2FAA8C97F");
39 static const pool::Guid p1_guid(
"60A912DD-7920-4DCE-986E-6CD5644835BD");
40 static const pool::Guid p0_guid(
"85B897F6-E15D-4215-9DAC-EA2828BCEEC9");
42 if (log.level() <= MSG::DEBUG) log << MSG::DEBUG <<
" **** createTransient - p2 " <<
endmsg;
45 trans_cont =
m_TPconverter.createTransient( col_vect.get(), log );
47 if (log.level() <= MSG::DEBUG)log << MSG::DEBUG <<
" **** createTransient - p1 "
54 if (log.level() <= MSG::DEBUG) log << MSG::DEBUG <<
" **** createTransient - p0 "
62 throw std::runtime_error(
"Unsupported persistent version of RPC RDO container");