sensord: add/change enums and types for avoiding build-break
[platform/core/system/sensord.git] / src / shared / sensor_base.h
index 1cc6636..16d3dba 100755 (executable)
@@ -76,7 +76,7 @@ public:
 
 
        void get_sensor_info(sensor_info &info);
-       virtual bool get_properties(sensor_properties_t &properties);
+       virtual bool get_properties(sensor_properties_s &properties);
        bool is_supported(unsigned int event_type);
 
        virtual long set_command(unsigned int cmd, long value);