forgot stuff at last commit

This commit is contained in:
Andreas Volz 2008-08-30 13:57:15 +02:00
parent 14ff30abdf
commit 7db1248454
48 changed files with 18 additions and 81 deletions

View file

@ -1,14 +1,13 @@
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "dbus-browser.h"
#include <xml.h>
#include <iostream>
#include <vector>
using namespace std;
typedef vector <string> Names;
static const char *DBUS_SERVER_NAME = "org.freedesktop.DBus";
static const char *DBUS_SERVER_PATH = "/org/freedesktop/DBus";

View file

@ -19,7 +19,7 @@ public:
};
class DBusBrowser
: public org::freedesktop::DBus,
: public org::freedesktop::DBus_proxy,
public DBus::IntrospectableProxy,
public DBus::ObjectProxy,
public Gtk::Window