Time to get rid of the horrible coding style
This commit is contained in:
parent
534ee610d8
commit
efc594f888
53 changed files with 1137 additions and 1136 deletions
|
@ -12,10 +12,10 @@ class PropsServer
|
|||
{
|
||||
public:
|
||||
|
||||
PropsServer( DBus::Connection& connection );
|
||||
PropsServer(DBus::Connection &connection);
|
||||
|
||||
void on_set_property
|
||||
( DBus::InterfaceAdaptor& interface, const DBus::String& property, const DBus::Variant& value );
|
||||
(DBus::InterfaceAdaptor &interface, const DBus::String &property, const DBus::Variant &value);
|
||||
};
|
||||
|
||||
#endif//__DEMO_PROPS_SERVER_H
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue