ekiga r7781 - trunk/lib/engine/components/resource-list
- From: jpuydt svn gnome org
- To: svn-commits-list gnome org
- Subject: ekiga r7781 - trunk/lib/engine/components/resource-list
- Date: Tue, 17 Mar 2009 20:28:27 +0000 (UTC)
Author: jpuydt
Date: Tue Mar 17 20:28:26 2009
New Revision: 7781
URL: http://svn.gnome.org/viewvc/ekiga?rev=7781&view=rev
Log:
Another round of "let's make sigc::mem_fun uses look all alike".
Modified:
trunk/lib/engine/components/resource-list/rl-heap.cpp
trunk/lib/engine/components/resource-list/rl-presentity.cpp
Modified: trunk/lib/engine/components/resource-list/rl-heap.cpp
==============================================================================
--- trunk/lib/engine/components/resource-list/rl-heap.cpp (original)
+++ trunk/lib/engine/components/resource-list/rl-heap.cpp Tue Mar 17 20:28:26 2009
@@ -412,8 +412,7 @@
void
RL::Heap::edit ()
{
- Ekiga::FormRequestSimple request(sigc::mem_fun (this,
- &RL::Heap::on_edit_form_submitted));
+ Ekiga::FormRequestSimple request(sigc::mem_fun (this, &RL::Heap::on_edit_form_submitted));
std::string name_str;
std::string root_str;
@@ -629,8 +628,7 @@
gmref_ptr<XCAP::Core> xcap(services.get ("xcap-core"));
xcap->write (path, "application/xcap-el+xml",
(const char*)xmlBufferContent (buffer),
- sigc::mem_fun (this,
- &RL::Heap::new_entry_result));
+ sigc::mem_fun (this, &RL::Heap::new_entry_result));
}
xmlBufferFree (buffer);
} catch (Ekiga::Form::not_found exc) {
Modified: trunk/lib/engine/components/resource-list/rl-presentity.cpp
==============================================================================
--- trunk/lib/engine/components/resource-list/rl-presentity.cpp (original)
+++ trunk/lib/engine/components/resource-list/rl-presentity.cpp Tue Mar 17 20:28:26 2009
@@ -313,8 +313,7 @@
gmref_ptr<XCAP::Core> xcap(services.get ("xcap-core"));
xcap->write (path, "application/xcap-el+xml",
(const char*)xmlBufferContent (buffer),
- sigc::bind (sigc::mem_fun (this,
- &RL::Presentity::save_result),
+ sigc::bind (sigc::mem_fun (this, &RL::Presentity::save_result),
reload));
}
@@ -333,8 +332,7 @@
gmref_ptr<XCAP::Core> xcap(services.get ("xcap-core"));
xcap->erase (path,
- sigc::mem_fun (this,
- &RL::Presentity::erase_result));
+ sigc::mem_fun (this, &RL::Presentity::erase_result));
}
void
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]