39 map< string, p_xmlcmd_builder> BESXMLCommand::cmd_list ;
63 string err(
"Command " ) ;
64 err +=
_dhi.
action +
" does not have a registered response handler" ;
70 <<
" [" <<
_str_cmd <<
"] received" << endl ;
87 BESXMLCommand::cmd_list[cmd_str] = cmd ;
100 BESXMLCommand::cmd_iter iter = BESXMLCommand::cmd_list.find( cmd_str ) ;
101 if( iter != BESXMLCommand::cmd_list.end() )
103 BESXMLCommand::cmd_list.erase( iter ) ;
115 return BESXMLCommand::cmd_list[cmd_str] ;
128 << (
void *)
this <<
")" << endl ;