fixed to work with latest amb 0.11.810
[profile/ivi/ico-vic-amb-plugin.git] / src / ambinterface.cc
index bdf6fdd..b6e8e12 100644 (file)
@@ -213,7 +213,7 @@ AMBIF::initialize(VICCommunicator *comm, AMBConfig *conf)
                        << "\n";
         }
     }
-    routingEngine->setSupported(supported(), this);
+    routingEngine->updateSupported(supported(), PropertyList(), this);
     DebugOut(1) << "INFO CHG_VIC_INF The number of AMB vehicle info is " << vehicleinfoArray.size() << ".\n";
     return true;
 }