Sync with 2.3.2's sensor timestamp compensation
[platform/core/context/context-provider.git] / src / sensor / TimeUtil.h
index 0fb3169..bdacf06 100644 (file)
@@ -25,7 +25,7 @@ namespace ctx {
        class TimeUtil {
        public:
                static uint64_t getTime();
-               static uint64_t getTime(unsigned long long monotonic);
+               static uint64_t getTime(unsigned long long sensorTimestamp);
 
        private:
                TimeUtil();