59 map<string, string> props ;
63 string err =
"The specified command " + name
64 +
" is not a show command" ;
67 if( name.length() <= 4 )
69 string err =
"The specified command " + name
70 +
" is not an allowed show command" ;
77 _str_cmd = (string)
"show " + toadd +
";" ;
78 BESDEBUG(
"besxml",
"Converted xml element name to command "
96 << (
void *)
this <<
")" << endl ;