ekiga r7613 - trunk/lib/engine



Author: jpuydt
Date: Mon Jan 26 20:51:14 2009
New Revision: 7613
URL: http://svn.gnome.org/viewvc/ekiga?rev=7613&view=rev

Log:
Display a list of the running components of ekiga

Modified:
   trunk/lib/engine/engine.cpp

Modified: trunk/lib/engine/engine.cpp
==============================================================================
--- trunk/lib/engine/engine.cpp	(original)
+++ trunk/lib/engine/engine.cpp	Mon Jan 26 20:51:14 2009
@@ -112,6 +112,11 @@
 #include "resource-list-main.h"
 #endif
 
+#define DEBUG_STARTUP 1
+
+#ifdef DEBUG_STARTUP
+#include <iostream>
+#endif
 
 static Ekiga::ServiceCore *service_core = NULL;
 
@@ -266,6 +271,11 @@
   conn = hal_core->audioinput_device_removed.connect (sigc::mem_fun (*audioinput_core, &Ekiga::AudioInputCore::remove_device));
   // std::vector<sigc::connection> connections;
   //connections.push_back (conn);
+
+#ifdef DEBUG_STARTUP
+  std::cout << "Here is what ekiga is made of for this run :" << std::endl;
+  service_core->dump (std::cout);
+#endif
 }
 
 



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