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