14 #include "boost/algorithm/string.hpp"
29 prop!=cur->second.end(); prop++)
30 {
if(NULL != *prop){
delete *prop; } }
41 removeProperty(client,property->
name()).ignore();
59 PropertiesT::iterator toRemove;
60 if(findProperty(props,name,toRemove))
63 props->
erase(toRemove);
71 (
const std::string& client)
const {
return findProperties(client); }
86 return &result->second;
94 for(result = props->
begin();result!=props->
end();result++){
95 if(boost::to_lower_copy((*result)->name()) == boost::to_lower_copy(name))
108 o <<
"Client '" << iclient->first <<
"'" <<
std::endl ;
110 props.
end() != ip ; ++ip )
113 if ( 0 == p ) { continue ; }