34 #pragma implementation
58 if( _info )
delete _info ;
64 add_version(
"library", name, vers ) ;
70 add_version(
"module", name, vers ) ;
76 map<string,string> props ;
77 props[
"name"] = name ;
79 list<string>::const_iterator i = vers.begin() ;
80 list<string>::const_iterator e = vers.end() ;
89 BESVersionInfo::add_version(
const string &type,
93 map<string,string> attrs ;
94 attrs[
"name"] = name ;
109 << (
void *)
this <<
")" << endl ;
117 _info->
dump( strm ) ;