Skip to content
Snippets Groups Projects
Commit e8de8726 authored by Hass AbouZeid's avatar Hass AbouZeid Committed by John Derek Chapman
Browse files

Merge branch 'G4SimAthenaPOOL_buildWarning' into '21.0-mc16a'

Fix Gaudi build warnings in G4SimAthenaPOOL

See merge request !749
parent 0b8e5fa3
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@
typedef AtlasHitsVector<TrackRecord> TrackRecordCollection_p0;
TrackRecordCollection_PERS* TrackRecordCollectionCnv::createPersistent(TrackRecordCollection* transCont) {
MsgStream mlog(messageService(), "TrackRecordCollectionConverter" );
MsgStream mlog(msgSvc(), "TrackRecordCollectionConverter" );
TrackRecordCollectionCnv_p2 converter;
TrackRecordCollection_PERS *persObj = converter.createPersistent( transCont, mlog );
return persObj;
......@@ -19,7 +19,7 @@ TrackRecordCollection_PERS* TrackRecordCollectionCnv::createPersistent(TrackReco
TrackRecordCollection* TrackRecordCollectionCnv::createTransient() {
MsgStream mlog(messageService(), "TrackRecordCollectionConverter" );
MsgStream mlog(msgSvc(), "TrackRecordCollectionConverter" );
TrackRecordCollectionCnv_p1 converter;
TrackRecordCollectionCnv_p2 converter_p2;
TrackRecordCollection *trans_cont(0);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment