From e4130dfc7c8b75aa2e8a81bb90b03dd3c3aba0a1 Mon Sep 17 00:00:00 2001 From: Kevron Rees Date: Mon, 23 Jun 2014 08:53:20 -0700 Subject: [PATCH] fixed to work with latest amb 0.11.810 Change-Id: I5f7de9fa1bbc3f489e3fa1b5b45f6bbf5be16ba7 --- src/ambinterface.cc | 2 +- src/ambinterface.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ambinterface.cc b/src/ambinterface.cc index bdf6fdd..b6e8e12 100644 --- a/src/ambinterface.cc +++ b/src/ambinterface.cc @@ -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; } diff --git a/src/ambinterface.h b/src/ambinterface.h index 516f712..0a5db0b 100644 --- a/src/ambinterface.h +++ b/src/ambinterface.h @@ -206,7 +206,7 @@ public: * Unused virtual function. */ void - supportedChanged(PropertyList) + supportedChanged(const PropertyList &) { } -- 2.7.4