commit | 7960606cf266c3e63b260e41773d36ffe763bdaf | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Thu Jul 11 00:57:28 2013 -0700 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Mon Jul 15 19:29:16 2013 -0700 |
tree | c673979f837141cd287f2567dbbbe71716a96822 | |
parent | ee76255f615695357e2bdd54dc13d556e11ffb35 [diff] [blame] |
model: A basic implementation of ndn::ApiFace that can be used as an NDN handler in any "normal" NS-3 application Refs #1005 (http://redmine.named-data.net/)
diff --git a/helper/ndn-app-helper.cc b/helper/ndn-app-helper.cc index 58f62d3..d835da4 100644 --- a/helper/ndn-app-helper.cc +++ b/helper/ndn-app-helper.cc
@@ -94,7 +94,7 @@ } #endif - Ptr<App> app = m_factory.Create<App> (); + Ptr<Application> app = m_factory.Create<Application> (); node->AddApplication (app); return app;