summaryrefslogtreecommitdiff
path: root/plugins/dbus/uncategorizedproperty.h
blob: 1c5446c60c5a79d6a8b1bcf7084c7a1b13bda474 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef UncategorizedPropertyInterface_H_
#define UncategorizedPropertyInterface_H_

#include "dbusplugin.h"

class UncategorizedPropertyInterface: public DBusSink
{
public:
	UncategorizedPropertyInterface(VehicleProperty::Property, AbstractRoutingEngine* re, GDBusConnection* connection);
};


#endif