[Box Backup-commit] COMMIT r1316 - box/chris/general/lib/common

boxbackup-dev at fluffy.co.uk boxbackup-dev at fluffy.co.uk
Sat Mar 3 21:41:32 GMT 2007


Author: chris
Date: 2007-03-03 21:41:31 +0000 (Sat, 03 Mar 2007)
New Revision: 1316

Modified:
   box/chris/general/lib/common/BoxTime.h
Log:
Added a function to get BoxTime in microseconds (from chris/merge)


Modified: box/chris/general/lib/common/BoxTime.h
===================================================================
--- box/chris/general/lib/common/BoxTime.h	2007-03-03 21:41:00 UTC (rev 1315)
+++ box/chris/general/lib/common/BoxTime.h	2007-03-03 21:41:31 UTC (rev 1316)
@@ -35,6 +35,9 @@
 {
 	return Time / MILLI_SEC_IN_NANO_SEC_LL;
 }
+inline uint64_t BoxTimeToMicroSeconds(box_time_t Time)
+{
+	return Time;
+}
 
 #endif // BOXTIME__H
-




More information about the Boxbackup-commit mailing list