fix tracing

This commit is contained in:
Mathieu Lacage
2007-08-01 13:53:48 +02:00
parent dd3ca3aa63
commit 707b722c36
11 changed files with 70 additions and 100 deletions

View File

@@ -25,6 +25,7 @@
#include "ns3/object.h"
#include "ns3/callback.h"
#include "ns3/array-trace-resolver.h"
namespace ns3 {
@@ -57,6 +58,7 @@ class Node : public Object
{
public:
static const InterfaceId iid;
typedef ArrayTraceResolver<Ptr<NetDevice> >::Index NetDeviceIndex;
/**
* Must be invoked by subclasses only.