Skip to content
Snippets Groups Projects
Commit da0832bf authored by Scott Snyder's avatar Scott Snyder Committed by Graeme Stewart
Browse files

'messageService -> msgSvc; endreq -> endmsg.' (EventBookkeeperAthenaPool-00-00-11)

	* Tagging EventBookkeeperAthenaPool-00-00-11.
	* messageService -> msgSvc;  endreq -> endmsg.


Former-commit-id: 92504740
parent f90acd83
No related branches found
No related tags found
No related merge requests found
...@@ -11,13 +11,13 @@ ...@@ -11,13 +11,13 @@
#include "EventBookkeeperTPCnv/EventBookkeeper_p1.h" #include "EventBookkeeperTPCnv/EventBookkeeper_p1.h"
EventBookkeeper_PERS* EventBookkeeperCnv::createPersistent(EventBookkeeper* transCont) { EventBookkeeper_PERS* EventBookkeeperCnv::createPersistent(EventBookkeeper* transCont) {
MsgStream log(messageService(), "EventBookkeeperConverter" ); MsgStream log(msgSvc(), "EventBookkeeperConverter" );
EventBookkeeper_PERS * persObj = m_TPConverter.createPersistent( transCont, log ); EventBookkeeper_PERS * persObj = m_TPConverter.createPersistent( transCont, log );
return persObj; return persObj;
} }
EventBookkeeper* EventBookkeeperCnv::createTransient() { EventBookkeeper* EventBookkeeperCnv::createTransient() {
MsgStream log(messageService(), "EventBookkeeperConverter" ); MsgStream log(msgSvc(), "EventBookkeeperConverter" );
//p1_guid matches the number in EventBookkeeperTPCnv/selection.xtml and is generated with uuidgen | tr "[:lower:]" "[:upper:]" //p1_guid matches the number in EventBookkeeperTPCnv/selection.xtml and is generated with uuidgen | tr "[:lower:]" "[:upper:]"
static pool::Guid p1_guid("A1550FE9-B52A-451D-A2B8-3B09E046A481"); static pool::Guid p1_guid("A1550FE9-B52A-451D-A2B8-3B09E046A481");
static pool::Guid p2_guid("EACBE9F1-84F1-4A51-9303-A39619FE965A"); static pool::Guid p2_guid("EACBE9F1-84F1-4A51-9303-A39619FE965A");
......
...@@ -12,13 +12,13 @@ ...@@ -12,13 +12,13 @@
EventBookkeeperCollection_PERS* EventBookkeeperCollectionCnv::createPersistent(EventBookkeeperCollection* transCont) { EventBookkeeperCollection_PERS* EventBookkeeperCollectionCnv::createPersistent(EventBookkeeperCollection* transCont) {
MsgStream log(messageService(), "EventBookkeeperCollectionConverter" ); MsgStream log(msgSvc(), "EventBookkeeperCollectionConverter" );
EventBookkeeperCollection_PERS * persObj = m_TPConverter.createPersistent( transCont, log ); EventBookkeeperCollection_PERS * persObj = m_TPConverter.createPersistent( transCont, log );
return persObj; return persObj;
} }
EventBookkeeperCollection* EventBookkeeperCollectionCnv::createTransient() { EventBookkeeperCollection* EventBookkeeperCollectionCnv::createTransient() {
MsgStream log(messageService(), "EventBookkeeperCollectionConverter" ); MsgStream log(msgSvc(), "EventBookkeeperCollectionConverter" );
//p1_guid matches the number in EventBookkeeperTPCnv/selection.xtml and is generated with uuidgen | tr "[:lower:]" "[:upper:]" //p1_guid matches the number in EventBookkeeperTPCnv/selection.xtml and is generated with uuidgen | tr "[:lower:]" "[:upper:]"
static pool::Guid p1_guid("461506EA-7376-448C-A4AF-640654D313C3"); static pool::Guid p1_guid("461506EA-7376-448C-A4AF-640654D313C3");
static pool::Guid p2_guid("4CB34AE0-ECE5-404B-8CB7-B2E20F509DBE"); static pool::Guid p2_guid("4CB34AE0-ECE5-404B-8CB7-B2E20F509DBE");
......
...@@ -10,15 +10,15 @@ ...@@ -10,15 +10,15 @@
#include "SkimDecisionCnv.h" #include "SkimDecisionCnv.h"
SkimDecision_PERS* SkimDecisionCnv::createPersistent(SkimDecision* transCont) { SkimDecision_PERS* SkimDecisionCnv::createPersistent(SkimDecision* transCont) {
MsgStream log(messageService(), "SkimDecisionConverter" ); MsgStream log(msgSvc(), "SkimDecisionConverter" );
SkimDecision_PERS * persObj = m_TPConverter.createPersistent( transCont, log ); SkimDecision_PERS * persObj = m_TPConverter.createPersistent( transCont, log );
log << MSG::DEBUG << "Success" << endreq; log << MSG::DEBUG << "Success" << endmsg;
return persObj; return persObj;
} }
SkimDecision* SkimDecisionCnv::createTransient() { SkimDecision* SkimDecisionCnv::createTransient() {
MsgStream log(messageService(), "SkimDecisionConverter" ); MsgStream log(msgSvc(), "SkimDecisionConverter" );
//p1_guid matches the number in EventBookkeeperTPCnv/selection.xtml and is generated with uuidgen | tr "[:lower:]" "[:upper:]" //p1_guid matches the number in EventBookkeeperTPCnv/selection.xtml and is generated with uuidgen | tr "[:lower:]" "[:upper:]"
static pool::Guid p1_guid("61CEDFF0-46DD-42BD-B43A-12F850D3752E"); static pool::Guid p1_guid("61CEDFF0-46DD-42BD-B43A-12F850D3752E");
if( compareClassGuid(p1_guid) ) { if( compareClassGuid(p1_guid) ) {
......
...@@ -10,15 +10,15 @@ ...@@ -10,15 +10,15 @@
#include "SkimDecisionCollectionCnv.h" #include "SkimDecisionCollectionCnv.h"
SkimDecisionCollection_PERS* SkimDecisionCollectionCnv::createPersistent(SkimDecisionCollection* transCont) { SkimDecisionCollection_PERS* SkimDecisionCollectionCnv::createPersistent(SkimDecisionCollection* transCont) {
MsgStream log(messageService(), "SkimDecisionCollectionConverter" ); MsgStream log(msgSvc(), "SkimDecisionCollectionConverter" );
SkimDecisionCollection_PERS * persObj = m_TPConverter.createPersistent( transCont, log ); SkimDecisionCollection_PERS * persObj = m_TPConverter.createPersistent( transCont, log );
log << MSG::DEBUG << "Success" << endreq; log << MSG::DEBUG << "Success" << endmsg;
return persObj; return persObj;
} }
SkimDecisionCollection* SkimDecisionCollectionCnv::createTransient() { SkimDecisionCollection* SkimDecisionCollectionCnv::createTransient() {
MsgStream log(messageService(), "SkimDecisionCollectionConverter" ); MsgStream log(msgSvc(), "SkimDecisionCollectionConverter" );
//p1_guid matches the number in EventBookkeeperTPCnv/selection.xtml and is generated with uuidgen | tr "[:lower:]" "[:upper:]" //p1_guid matches the number in EventBookkeeperTPCnv/selection.xtml and is generated with uuidgen | tr "[:lower:]" "[:upper:]"
static pool::Guid p1_guid("5705559E-F062-4F15-A220-78A8542EFBF3"); static pool::Guid p1_guid("5705559E-F062-4F15-A220-78A8542EFBF3");
if( compareClassGuid(p1_guid) ) { if( compareClassGuid(p1_guid) ) {
......
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