attempt to support custom properties in dbus. will seg fault
[profile/ivi/automotive-message-broker.git] / plugins / dbus / custompropertyinterface.h
1 #ifndef CUSTOMPROPERTYINTERFACE_H_
2 #define CUSTOMPROPERTYINTERFACE_H_
3
4 #include "dbusplugin.h"
5
6 class CustomPropertyInterface: DBusSink
7 {
8 public:
9         CustomPropertyInterface(AbstractRoutingEngine* re, GDBusConnection* connection);
10 };
11
12
13 #endif