automotive-message-broker  0.14.803
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
custompropertyinterface.h
1 #ifndef CUSTOMPROPERTYINTERFACE_H_
2 #define CUSTOMPROPERTYINTERFACE_H_
3 
4 #include "dbusplugin.h"
5 
7 {
8 public:
9  CustomPropertyInterface(VehicleProperty::Property, AbstractRoutingEngine* re, GDBusConnection* connection);
10  virtual ~CustomPropertyInterface();
11 };
12 
13 
14 #endif