add some separation markers
This commit is contained in:
@@ -28,6 +28,10 @@
|
||||
|
||||
NS_LOG_COMPONENT_DEFINE ("Object");
|
||||
|
||||
/*********************************************************************
|
||||
* Helper code
|
||||
*********************************************************************/
|
||||
|
||||
namespace {
|
||||
|
||||
class IidManager : public ns3::UidManager
|
||||
@@ -58,6 +62,10 @@ IidTree::LookupParent (uint16_t child)
|
||||
|
||||
} // anonymous namespace
|
||||
|
||||
/*********************************************************************
|
||||
* The InterfaceId TraceResolver
|
||||
*********************************************************************/
|
||||
|
||||
namespace ns3 {
|
||||
|
||||
class InterfaceIdTraceResolver : public TraceResolver
|
||||
@@ -121,6 +129,10 @@ InterfaceIdTraceResolver::TraceAll (std::ostream &os, const TraceContext &contex
|
||||
m_aggregate->DoTraceAll (os, context);
|
||||
}
|
||||
|
||||
/*********************************************************************
|
||||
* The InterfaceId class
|
||||
*********************************************************************/
|
||||
|
||||
|
||||
InterfaceId::InterfaceId (uint16_t iid)
|
||||
: m_iid (iid)
|
||||
@@ -175,6 +187,11 @@ MakeObjectInterfaceId (void)
|
||||
}
|
||||
|
||||
|
||||
/*********************************************************************
|
||||
* The Object implementation
|
||||
*********************************************************************/
|
||||
|
||||
|
||||
InterfaceId
|
||||
Object::iid (void)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user