commit | b697c5de00e3f23ede710c2538b161802dffb70d | [log] [tgz] |
---|---|---|
author | Jeff Thompson <jefft0@gmail.com> | Tue Sep 17 17:58:37 2013 -0700 |
committer | Jeff Thompson <jefft0@gmail.com> | Tue Sep 17 17:58:37 2013 -0700 |
tree | d62a68d04b28e72fbee7a5ceb9d0452f3be8da34 | |
parent | 707b77d5cd4a5516ff6b89f946edbcd000ca365c [diff] |
Added getWireEncoding.
diff --git a/ndn-cpp/data.hpp b/ndn-cpp/data.hpp index 26fb9f9..e8434b4 100644 --- a/ndn-cpp/data.hpp +++ b/ndn-cpp/data.hpp
@@ -207,6 +207,12 @@ getContent() const { return content_; } /** + * Return a pointer to the wireEncoding. It may be null. + */ + const SignedBlob& + getWireEncoding() const { return wireEncoding_; } + + /** * Set the signature to a copy of the given signature. * @param signature The signature object which is cloned. */