ekiga r7613 - trunk/lib/engine
- From: jpuydt svn gnome org
- To: svn-commits-list gnome org
- Subject: ekiga r7613 - trunk/lib/engine
- Date: Mon, 26 Jan 2009 20:51:14 +0000 (UTC)
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]