use ZoneList for zones 32/32832/1
authorKevron Rees <kevron.m.rees@intel.com>
Thu, 25 Dec 2014 02:29:02 +0000 (18:29 -0800)
committerKevron Rees <kevron.m.rees@intel.com>
Thu, 25 Dec 2014 02:29:02 +0000 (18:29 -0800)
Change-Id: I85f782ca045db3767a17623e8b35455fa2e37b89

src/ambinterface.cc

index 303b8cb..5106639 100644 (file)
@@ -429,7 +429,7 @@ PropertyInfo AMBIF::getPropertyInfo(const VehicleProperty::Property & property)
     if (propertyInfoMap.find(property) != propertyInfoMap.end()) {
         return propertyInfoMap[property];
     }
-    std::list<Zone::Type> zones;
+    Zone::ZoneList zones;
     AMBVehicleInfo vi;
     vi.name = property;
     std::vector<AMBVehicleInfo>::iterator itr, itr_idx, itr_end;