ekiga r6561 - in trunk: . lib/engine/account/skel
- From: dsandras svn gnome org
- To: svn-commits-list gnome org
- Subject: ekiga r6561 - in trunk: . lib/engine/account/skel
- Date: Sun, 10 Aug 2008 19:14:07 +0000 (UTC)
Author: dsandras
Date: Sun Aug 10 19:14:07 2008
New Revision: 6561
URL: http://svn.gnome.org/viewvc/ekiga?rev=6561&view=rev
Log:
Made iterators public.
Modified:
trunk/ChangeLog
trunk/lib/engine/account/skel/bank-impl.h
Modified: trunk/lib/engine/account/skel/bank-impl.h
==============================================================================
--- trunk/lib/engine/account/skel/bank-impl.h (original)
+++ trunk/lib/engine/account/skel/bank-impl.h Sun Aug 10 19:14:07 2008
@@ -113,8 +113,6 @@
*/
void new_account ();
- protected:
-
/** Returns an iterator to the first Account of the collection
*/
iterator begin ();
@@ -131,6 +129,8 @@
*/
const_iterator end () const;
+ protected:
+
/** Adds a account to the Ekiga::BankImpl.
* @param: The account to be added.
* @return: The Ekiga::BankImpl 'account_added' signal is emitted when the account
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]