commit | 9a8e82fd3905b0b7d90c4867f0debb67d0487fc7 | [log] [tgz] |
---|---|---|
author | Jeff Thompson <jefft0@gmail.com> | Thu Oct 17 14:13:43 2013 -0700 |
committer | Jeff Thompson <jefft0@gmail.com> | Thu Oct 17 14:13:43 2013 -0700 |
tree | 167fd071d8ecf114aeed5176a9bd429d7ee95bf6 | |
parent | 6d59197a1bdfcbcea8a15a99707293549c3a5ebb [diff] [blame] |
common.hpp: time: Added typedef for Milliseconds and MillisecondsSince1970, and use instead of double where appropriate.
diff --git a/include/ndn-cpp/security/identity/basic-identity-storage.hpp b/include/ndn-cpp/security/identity/basic-identity-storage.hpp index ee1a886..d841548 100644 --- a/include/ndn-cpp/security/identity/basic-identity-storage.hpp +++ b/include/ndn-cpp/security/identity/basic-identity-storage.hpp
@@ -200,7 +200,7 @@ sqlite3 *database_; #if 0 - Time lastUpdated_; + MillisecondsSince1970 lastUpdated_; #endif };