summaryrefslogtreecommitdiff
path: root/examples/ecore/dbus_ecore.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/ecore/dbus_ecore.h')
-rw-r--r--examples/ecore/dbus_ecore.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/examples/ecore/dbus_ecore.h b/examples/ecore/dbus_ecore.h
index d00d6ea..130091d 100644
--- a/examples/ecore/dbus_ecore.h
+++ b/examples/ecore/dbus_ecore.h
@@ -8,21 +8,21 @@
#include "dbus_ecore-glue.h"
class DBusBrowser
-: public org::freedesktop::DBus_proxy,
+ : public org::freedesktop::DBus_proxy,
public DBus::IntrospectableProxy,
public DBus::ObjectProxy
{
public:
- DBusBrowser( ::DBus::Connection& conn );
+ DBusBrowser(::DBus::Connection &conn);
private:
- void NameOwnerChanged( const std::string&, const std::string&, const std::string& );
+ void NameOwnerChanged(const std::string &, const std::string &, const std::string &);
- void NameLost( const std::string& );
+ void NameLost(const std::string &);
- void NameAcquired( const std::string& );
+ void NameAcquired(const std::string &);
private: