commit | e4f0d3cac20612f1984dd8b5db4ff5f91af98fa8 | [log] [tgz] |
---|---|---|
author | Spyridon Mastorakis <spiros.mastorakis@gmail.com> | Wed Oct 29 13:20:03 2014 -0700 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Thu Jan 01 17:30:46 2015 -0800 |
tree | 8de42b28b0fc0ccc84b7545a39ec6067d6ca0af1 | |
parent | 53e922f39f2a4c817cefa710f73c4653a6848933 [diff] [blame] |
model: Removing more legacy code and make code to compile
diff --git a/helper/ndn-face-container.cpp b/helper/ndn-face-container.cpp index 150eea3..bd03ed0 100644 --- a/helper/ndn-face-container.cpp +++ b/helper/ndn-face-container.cpp
@@ -87,12 +87,12 @@ // } void -FaceContainer::Add(const Ptr<Face>& face) +FaceContainer::Add(const shared_ptr<Face>& face) { m_faces.push_back(face); } -Ptr<Face> +shared_ptr<Face> FaceContainer::Get(FaceContainer::Iterator i) const { return *i;