rename NodeList::GetNode to NodeList::PeekNode to avoid memory leaks. Call Dispose from NodeListPriv::~NodeListPriv

This commit is contained in:
Mathieu Lacage
2007-05-02 13:59:29 +02:00
parent acf2d25cd5
commit 1893fea2ea
5 changed files with 8 additions and 14 deletions

View File

@@ -42,7 +42,7 @@ public:
static Iterator End (void);
static TraceResolver *CreateTraceResolver (TraceContext const &context);
static Node *GetNode (uint32_t n);
static Node *PeekNode (uint32_t n);
};
}//namespace ns3