summaryrefslogtreecommitdiff
path: root/plugins/websocketsourceplugin/websocketsource.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/websocketsourceplugin/websocketsource.cpp')
-rw-r--r--plugins/websocketsourceplugin/websocketsource.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/plugins/websocketsourceplugin/websocketsource.cpp b/plugins/websocketsourceplugin/websocketsource.cpp
index 76a94759..58958df6 100644
--- a/plugins/websocketsourceplugin/websocketsource.cpp
+++ b/plugins/websocketsourceplugin/websocketsource.cpp
@@ -126,6 +126,12 @@ void WebSocketSource::setConfiguration(map<string, string> config)
}
+
+PropertyInfo WebSocketSource::getPropertyInfo(VehicleProperty::Property property)
+{
+ return PropertyInfo::invalid();
+}
+
bool gioPollingFunc(GIOChannel *source, GIOCondition condition, gpointer data)
{
//This is the polling function. If it return false, glib will stop polling this FD.