added overload for subscribe that includes a zone filter. it is unimplemented in...
[profile/ivi/automotive-message-broker.git] / ambd / core.cpp
index 83622ea..8e96bb5 100644 (file)
@@ -319,6 +319,11 @@ void Core::subscribeToProperty(VehicleProperty::Property property, string source
        subscribeToProperty(property,sink);
 }
 
+void Core::subscribeToProperty(VehicleProperty::Property, string sourceUuidFilter, Zone::Type zoneFilter, AbstractSink *self)
+{
+
+}
+
 void Core::unsubscribeToProperty(VehicleProperty::Property property, AbstractSink* self)
 {
        if(propertySinkMap.find(property) == propertySinkMap.end())