Make examples use new generated names (João Xavier)
This commit is contained in:
parent
acc230eb98
commit
119579f106
3 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
{
|
||||
|
|
|
@ -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
|
||||
{
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue