diff options
| author | jhurst <jhurst@cinecert.com> | 2011-05-13 01:50:36 +0000 |
|---|---|---|
| committer | jhurst <> | 2011-05-13 01:50:36 +0000 |
| commit | 50fab55d36abf7f01c733d2f80833408dbe0f761 (patch) | |
| tree | d4f8c7be9b104debe87f560b6ed892786f3a0741 /src/KM_util.cpp | |
| parent | 6a19e4f305c6936ea3a09e2f96a622372e1f4ab2 (diff) | |
the story so far
Diffstat (limited to 'src/KM_util.cpp')
| -rwxr-xr-x | src/KM_util.cpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/KM_util.cpp b/src/KM_util.cpp index 8e4fa7c..b84f7f5 100755 --- a/src/KM_util.cpp +++ b/src/KM_util.cpp @@ -970,6 +970,16 @@ Kumu::Timestamp::Timestamp(const Timestamp& rhs) : IArchive() Second = rhs.Second; } +// +Kumu::Timestamp::Timestamp(const char* datestr) : IArchive() +{ + if ( ! DecodeString(datestr) ) + { + *this = Timestamp(); + } +} + +// Kumu::Timestamp::~Timestamp() { } |
