[ekiga] Removed more api from the abstract Ekiga::Account class
- From: Julien Puydt <jpuydt src gnome org>
- To: svn-commits-list gnome org
- Subject: [ekiga] Removed more api from the abstract Ekiga::Account class
- Date: Tue, 9 Jun 2009 15:07:25 -0400 (EDT)
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]