manual merge
[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(VehicleProperty::Property, AbstractRoutingEngine* re, GDBusConnection* connection);
10 };
11
12
13 #endif