bool operator() (Ekiga::PresentityPtr pres) { Local::PresentityPtr presentity = boost::dynamic_pointer_cast<Local::Presentity> (pres); if (presentity) presentity->rename_group (old_name, new_name); return true; }
bool rename_group (Local::PresentityPtr presentity) { presentity->rename_group (old_name, new_name); return true; }