Make examples use new generated names (João Xavier)

This commit is contained in:
pd 2008-08-16 16:33:02 +02:00
parent acc230eb98
commit 119579f106
3 changed files with 3 additions and 3 deletions

View file

@ -5,7 +5,7 @@
#include "echo-client-glue.h"
class EchoClient
: public org::freedesktop::DBus::EchoDemo,
: public org::freedesktop::DBus::EchoDemo_proxy,
public DBus::IntrospectableProxy,
public DBus::ObjectProxy
{

View file

@ -5,7 +5,7 @@
#include "echo-server-glue.h"
class EchoServer
: public org::freedesktop::DBus::EchoDemo,
: public org::freedesktop::DBus::EchoDemo_adaptor,
public DBus::IntrospectableAdaptor,
public DBus::ObjectAdaptor
{

View file

@ -5,7 +5,7 @@
#include "props-glue.h"
class PropsServer
: public org::freedesktop::DBus::PropsDemo,
: public org::freedesktop::DBus::PropsDemo_adaptor,
public DBus::IntrospectableAdaptor,
public DBus::PropertiesAdaptor,
public DBus::ObjectAdaptor