commit | 3073da833401498649b500fd6c0449ceb0739472 | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Tue Jun 19 14:57:43 2012 -0700 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Tue Jun 19 14:57:43 2012 -0700 |
tree | f7ad1e97e308a9df7bc3c09454b2ddf673ae42f9 | |
parent | 1503ecfe82afe157b0f8cf3fd628d8ba1b6af675 [diff] [blame] |
Correcting small bug in CcnxAppFace (unnecessary function was defined and never implemented). Rescanned bindings
diff --git a/model/ccnx-app-face.cc b/model/ccnx-app-face.cc index e47d35b..f032cd7 100644 --- a/model/ccnx-app-face.cc +++ b/model/ccnx-app-face.cc
@@ -39,6 +39,8 @@ namespace ns3 { +NS_OBJECT_ENSURE_REGISTERED (CcnxAppFace); + TypeId CcnxAppFace::GetTypeId () {