22 #define GAUDISVC_TAGCOLLECTIONSVC_CPP
73 status = INVALID_ROOT;
78 long loc = ident.find(
" ");
80 logname = ident.
substr(0,loc);
81 tok.
analyse(ident.substr(loc+1,ident.length()),
" ",
"",
"",
"=",
"'",
"'");
90 filename = (*i).value();
93 switch( ::
toupper((*i).value()[0]) ) {
96 case 'W': typ =
'N';
break;
97 case 'U': typ =
'U';
break;
100 switch( ::
toupper((*i).value()[2]) ) {
101 case 'C': typ =
'R';
break;
103 default: typ =
'O';
break;
106 default: typ = 0;
break;
111 case 'V': svc = (*i).value();
break;
113 switch(::
toupper((*i).value()[0])) {
122 switch(::
toupper((*i).value()[0])) {
124 svc =
"HbookCnv::ConvSvc";
128 svc =
"PoolDbCnvSvc";
154 log <<
MSG::ERROR <<
"Cannot add " << ident <<
" invalid filename!" <<
endmsg;
163 using Gaudi::Utils::TypeNameString;
175 status = NO_INTERFACE;
178 iprop->setProperty(
StringProperty((*j).first, (*j).second)).ignore();
181 status = isvc->sysInitialize();