commit | 3776d1c74bb3312e2001811ace93523ab0ff9f68 | [log] [tgz] |
---|---|---|
author | Jeff Thompson <jefft0@gmail.com> | Tue Sep 17 14:22:51 2013 -0700 |
committer | Jeff Thompson <jefft0@gmail.com> | Tue Sep 17 14:22:51 2013 -0700 |
tree | 69f1c850cbdbd52b721468b306adb4843e75a056 | |
parent | 0050abe882cbf906323fc8ed12b66cbed049adf7 [diff] |
Move key.hpp to sha256-with-rsa-signature.hpp.
diff --git a/ndn-cpp/data.hpp b/ndn-cpp/data.hpp index cde7302..26fb9f9 100644 --- a/ndn-cpp/data.hpp +++ b/ndn-cpp/data.hpp
@@ -9,7 +9,6 @@ #include "common.hpp" #include "name.hpp" -#include "key.hpp" #include "util/signed-blob.hpp" #include "c/data.h" @@ -250,6 +249,7 @@ content_ = content; onChanged(); } + void setContent(const unsigned char* content, unsigned int contentLength) {