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

@ -6,12 +6,15 @@
#include <xml.h>
#include <iostream>
#include <vector>
using namespace std;
static const char* DBUS_SERVER_NAME = "org.freedesktop.DBus";
static const char* DBUS_SERVER_PATH = "/org/freedesktop/DBus";
typedef vector <string> Names;
DBusBrowser::DBusBrowser( ::DBus::Connection& conn )
: ::DBus::ObjectProxy(conn, DBUS_SERVER_PATH, DBUS_SERVER_NAME)
{