always subscribe whether supported or not.
authorKevron Rees <kevron_m_rees@linux.intel.com>
Wed, 15 May 2013 22:20:11 +0000 (15:20 -0700)
committerKevron Rees <kevron_m_rees@linux.intel.com>
Wed, 15 May 2013 22:20:11 +0000 (15:20 -0700)
ambd/core.cpp

index 8d17a19..d369ea9 100644 (file)
@@ -249,11 +249,11 @@ void Core::subscribeToProperty(VehicleProperty::Property property, AbstractSink*
         *  the sources what properties have already been subscribed to.
         */
 
-       if(!ListPlusPlus<VehicleProperty::Property>(&mMasterPropertyList).contains((property)))
+       /*if(!ListPlusPlus<VehicleProperty::Property>(&mMasterPropertyList).contains((property)))
        {
                DebugOut(1)<<__FUNCTION__<<"(): property not supported: "<<property<<endl;
                return; 
-       }
+       }*/
        
        if(propertySinkMap.find(property) == propertySinkMap.end())
        {