summaryrefslogtreecommitdiff
path: root/examples/echo_ecore/echo-client.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/echo_ecore/echo-client.h')
-rw-r--r--examples/echo_ecore/echo-client.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/echo_ecore/echo-client.h b/examples/echo_ecore/echo-client.h
index 47c7374..d46093d 100644
--- a/examples/echo_ecore/echo-client.h
+++ b/examples/echo_ecore/echo-client.h
@@ -8,15 +8,15 @@
#include "echo-client-glue.h"
class EchoClient
-: public org::freedesktop::DBus::EchoDemo_proxy,
+ : public org::freedesktop::DBus::EchoDemo_proxy,
public DBus::IntrospectableProxy,
public DBus::ObjectProxy
{
public:
- EchoClient(DBus::Connection &connection, const char *path, const char *name);
+ EchoClient(DBus::Connection &connection, const char *path, const char *name);
- void Echoed(const DBus::Variant &value);
+ void Echoed(const DBus::Variant &value);
};
#endif//__DEMO_ECHO_CLIENT_H