rename node.h to i-node.h

This commit is contained in:
Mathieu Lacage
2007-05-14 09:09:43 +02:00
parent 01f945c459
commit 1b0dbb2b34
22 changed files with 22 additions and 22 deletions

View File

@@ -22,7 +22,7 @@
// George F. Riley, Georgia Tech, Fall 2006
#include "application.h"
#include "ns3/node.h"
#include "ns3/i-node.h"
#include "ns3/nstime.h"
#include "ns3/random-variable.h"
#include "ns3/simulator.h"

View File

@@ -25,7 +25,7 @@
#include "ns3/nstime.h"
#include "ns3/object.h"
#include "ns3/ptr.h"
#include "ns3/node.h"
#include "ns3/i-node.h"
namespace ns3 {

View File

@@ -22,7 +22,7 @@
// Implement the basic Node object for ns3.
// George F. Riley, Georgia Tech, Fall 2006
#include "node.h"
#include "i-node.h"
#include "node-list.h"
#include "net-device.h"
#include "application.h"

View File

@@ -26,7 +26,7 @@
#include "channel.h"
#include "net-device.h"
#include "llc-snap-header.h"
#include "node.h"
#include "i-node.h"
namespace ns3 {

View File

@@ -25,7 +25,7 @@
#include "ns3/simulator.h"
#include "ns3/simulation-singleton.h"
#include "node-list.h"
#include "node.h"
#include "i-node.h"
namespace {
static class Initialization

View File

@@ -25,7 +25,7 @@ def build(bld):
headers = bld.create_obj('ns3header')
headers.source = [
'node.h',
'i-node.h',
'ipv4-address.h',
'net-device.h',
'mac-address.h',