summaryrefslogtreecommitdiff
path: root/src/KM_util.h
diff options
context:
space:
mode:
authormsheby <msheby@cinecert.com>2009-08-25 20:37:34 +0000
committermsheby <>2009-08-25 20:37:34 +0000
commitdb7fa5c0ca1143b100edd42e06dec560a9c0e26e (patch)
tree22224f3272acb5ac2cbfff6df91bcc729f96d084 /src/KM_util.h
parent34164501e089d942417c741a0c305c2c620f8866 (diff)
Add GetSecondsSinceEpoch for Waimea.
Diffstat (limited to 'src/KM_util.h')
-rwxr-xr-xsrc/KM_util.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/KM_util.h b/src/KM_util.h
index a9c96c6..28bea68 100755
--- a/src/KM_util.h
+++ b/src/KM_util.h
@@ -413,6 +413,9 @@ namespace Kumu
virtual ui32_t ArchiveLength() const { return 8L; }
virtual bool Archive(MemIOWriter* Writer) const;
virtual bool Unarchive(MemIOReader* Reader);
+
+ // Get the number of seconds since the Unix epoch (1970-01-01T00:00:00+00:00)
+ long GetSecondsSinceEpoch(void) const;
};
//