ekiga r7843 - in trunk/lib/engine/components: call-history local-roster



Author: jpuydt
Date: Fri Apr  3 11:57:09 2009
New Revision: 7843
URL: http://svn.gnome.org/viewvc/ekiga?rev=7843&view=rev

Log:
Better cleaning on shutdown for the call history and the local roster

Modified:
   trunk/lib/engine/components/call-history/history-book.h
   trunk/lib/engine/components/local-roster/local-cluster.h

Modified: trunk/lib/engine/components/call-history/history-book.h
==============================================================================
--- trunk/lib/engine/components/call-history/history-book.h	(original)
+++ trunk/lib/engine/components/call-history/history-book.h	Fri Apr  3 11:57:09 2009
@@ -51,8 +51,9 @@
  * @{
  */
 
-  class Book
-    : public Ekiga::BookImpl<Contact>
+  class Book:
+    public Ekiga::BookImpl<Contact>,
+    public sigc::trackable
   {
   public:
 

Modified: trunk/lib/engine/components/local-roster/local-cluster.h
==============================================================================
--- trunk/lib/engine/components/local-roster/local-cluster.h	(original)
+++ trunk/lib/engine/components/local-roster/local-cluster.h	Fri Apr  3 11:57:09 2009
@@ -50,7 +50,8 @@
 
   class Cluster :
     public Ekiga::ClusterImpl<Heap>,
-    public Ekiga::Trigger
+    public Ekiga::Trigger,
+    public sigc::trackable
   {
   public:
 



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