[ekiga] Removed more api from the abstract Ekiga::Account class



commit 41f362d11099adecd6193e59b8185508f86f8067
Author: Julien Puydt <jpuydt gnome org>
Date:   Tue Jun 9 17:45:52 2009 +0200

    Removed more api from the abstract Ekiga::Account class
    
    It isn't used anymore anyway *g*
---
 lib/engine/account/account.h |   13 -------------
 1 files changed, 0 insertions(+), 13 deletions(-)

diff --git a/lib/engine/account/account.h b/lib/engine/account/account.h
index d5b6400..528bd8a 100644
--- a/lib/engine/account/account.h
+++ b/lib/engine/account/account.h
@@ -78,19 +78,6 @@ namespace Ekiga
      */
     virtual const std::string get_status () const = 0;
 
-    /** Returns the address of record for that Ekiga::Account.
-     * @return The address of record.
-     */
-    virtual const std::string get_aor () const = 0;
-
-
-    /** Returns the hostname for the Ekiga::Account.
-     * This function is purely virtual and should be implemented by the
-     * Ekiga::Account descendant.
-     * @return The host name of the Ekiga::Account.
-     */
-    virtual const std::string get_host () const = 0;
-
 
     /** Subscribe the given account.
      * This function is purely virtual and should be implemented by the



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]