commit | cf6b431e2cb6c45d8f197b72f6f3e2de1613238a | [log] [tgz] |
---|---|---|
author | Jeff Thompson <jefft0@gmail.com> | Sat Oct 12 17:52:33 2013 -0700 |
committer | Jeff Thompson <jefft0@gmail.com> | Sat Oct 12 17:52:33 2013 -0700 |
tree | b15593972150bde59359090bf458a7badf0eb068 | |
parent | e589c3fd93e35c231e88ba99333d86b27811cabf [diff] [blame] |
security: Temporarily move the Time definition into common.hpp.
diff --git a/include/ndn-cpp/common.hpp b/include/ndn-cpp/common.hpp index e9d0c88..a4ced37 100644 --- a/include/ndn-cpp/common.hpp +++ b/include/ndn-cpp/common.hpp
@@ -53,6 +53,9 @@ namespace ndn { +// TODO: Implement Time, used in certificates and DER encoding. +typedef double Time; + /** * Return the hex representation of the bytes in array. * @param array The array of bytes.