commit | 4454bf729222c0ce6017306292c91a80be9c1c97 | [log] [tgz] |
---|---|---|
author | Jeff Thompson <jefft0@gmail.com> | Tue Jun 18 13:33:12 2013 -0700 |
committer | Jeff Thompson <jefft0@gmail.com> | Tue Jun 18 13:33:12 2013 -0700 |
tree | bc1c5e45bf2b0b8fccaeedc51cbce0b53ab4ef84 | |
parent | fa30664a666e3d00b5469ee5204219e53eae0ba8 [diff] [blame] |
In common.h, remove Ptr. In interest.h, etc. typedef InterestPtr and ConstInterestPtr, etc. We will centralize and allow these to be typedef as boost::shared_ptr or std::shared_ptr.
diff --git a/ndn-cpp/helpers/hash.h b/ndn-cpp/helpers/hash.h index 1652f2b..8ac23fa 100644 --- a/ndn-cpp/helpers/hash.h +++ b/ndn-cpp/helpers/hash.h
@@ -25,6 +25,7 @@ class Hash; typedef boost::shared_ptr<Hash> HashPtr; +typedef boost::shared_ptr<const Hash> ConstHashPtr; class Hash {