Util.h 232 B

12345678910111213141516
  1. #ifndef UTIL_UTIL_H
  2. #define UTIL_UTIL_H
  3. #include <string>
  4. namespace DataStorageInterface {
  5. namespace Util {
  6. int GetTimestamp();
  7. int GetUTCOffset();
  8. } // namespace Util
  9. } // namespace DataStorageInterface
  10. #endif // UTIL_UTIL_H