ekiga r5945 - in trunk/lib/engine: addressbook/skel presence/skel



Author: jpuydt
Date: Mon Jan 28 18:38:58 2008
New Revision: 5945
URL: http://svn.gnome.org/viewvc/ekiga?rev=5945&view=rev

Log:
Added missing sigc::trackable inheritance clauses

Modified:
   trunk/lib/engine/addressbook/skel/book-impl.h
   trunk/lib/engine/addressbook/skel/source-impl.h
   trunk/lib/engine/presence/skel/cluster-impl.h
   trunk/lib/engine/presence/skel/heap-impl.h

Modified: trunk/lib/engine/addressbook/skel/book-impl.h
==============================================================================
--- trunk/lib/engine/addressbook/skel/book-impl.h	(original)
+++ trunk/lib/engine/addressbook/skel/book-impl.h	Mon Jan 28 18:38:58 2008
@@ -73,6 +73,7 @@
   template<typename ContactType = Contact>
   class BookImpl:
     public Book,
+    public sigc::trackable,
     protected Lister<ContactType>
   {
 

Modified: trunk/lib/engine/addressbook/skel/source-impl.h
==============================================================================
--- trunk/lib/engine/addressbook/skel/source-impl.h	(original)
+++ trunk/lib/engine/addressbook/skel/source-impl.h	Mon Jan 28 18:38:58 2008
@@ -81,6 +81,7 @@
   template<typename BookType = Book>
   class SourceImpl:
     public Source,
+    public sigc::trackable,
     protected Lister<BookType>
   {
 

Modified: trunk/lib/engine/presence/skel/cluster-impl.h
==============================================================================
--- trunk/lib/engine/presence/skel/cluster-impl.h	(original)
+++ trunk/lib/engine/presence/skel/cluster-impl.h	Mon Jan 28 18:38:58 2008
@@ -68,6 +68,7 @@
   template<typename HeapType = Heap>
   class ClusterImpl:
     public Cluster,
+    public sigc::trackable,
     protected Lister<HeapType>
   {
 

Modified: trunk/lib/engine/presence/skel/heap-impl.h
==============================================================================
--- trunk/lib/engine/presence/skel/heap-impl.h	(original)
+++ trunk/lib/engine/presence/skel/heap-impl.h	Mon Jan 28 18:38:58 2008
@@ -66,6 +66,7 @@
   template<typename PresentityType = Presentity>
   class HeapImpl:
     public Heap,
+    public sigc::trackable,
     protected Lister<PresentityType>
   {
 



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