fixed to work with latest amb 0.11.810 26/23326/1 tizen_3.0.m14.2_ivi accepted/tizen/ivi/20140624.123154 submit/tizen_ivi/20140624.111111 tizen_3.0.m14.2_ivi_release
authorKevron Rees <kevron.m.rees@intel.com>
Mon, 23 Jun 2014 15:53:20 +0000 (08:53 -0700)
committerKevron Rees <kevron.m.rees@intel.com>
Mon, 23 Jun 2014 15:54:05 +0000 (08:54 -0700)
Change-Id: I5f7de9fa1bbc3f489e3fa1b5b45f6bbf5be16ba7

src/ambinterface.cc
src/ambinterface.h

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;
 }
index 516f712..0a5db0b 100644 (file)
@@ -206,7 +206,7 @@ public:
      * Unused virtual function.
      */
     void
-    supportedChanged(PropertyList)
+    supportedChanged(const PropertyList &)
     {
     }