ekiga r6561 - in trunk: . lib/engine/account/skel



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]