Normalizing namespace usage (ndnSIM namespace is now always under ns3)
diff --git a/utils/detail/functor-hook.h b/utils/detail/functor-hook.h
index 94b8b8f..63dcffd 100644
--- a/utils/detail/functor-hook.h
+++ b/utils/detail/functor-hook.h
@@ -23,6 +23,8 @@
 
 #include <boost/intrusive/parent_from_member.hpp>
 
+namespace ns3
+{
 namespace ndnSIM
 {
 namespace detail
@@ -64,5 +66,6 @@
 
 } // detail
 } // ndnSIM
+} // ns3
 
 #endif // FUNCTOR_HOOK_H_