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

#include "dbusplugin.h"

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


#endif