rename time.h to nstime.h

This commit is contained in:
Mathieu Lacage
2006-10-02 11:41:40 +02:00
parent 21039d13d2
commit a1f245126e
4 changed files with 3 additions and 3 deletions

View File

@@ -63,7 +63,7 @@ simu.add_headers ([
'scheduler-list.h'
])
simu.add_inst_headers ([
'time.h',
'nstime.h',
'event-id.h',
'event-impl.h',
'simulator.h',

View File

@@ -1,6 +1,6 @@
/* -*- Mode:C++; c-basic-offset:4; tab-width:4; indent-tabs-mode:f -*- */
#include "ns3/simulator.h"
#include "ns3/time.h"
#include "ns3/nstime.h"
#include <iostream>
using namespace ns3;

View File

@@ -25,7 +25,7 @@
#include <stdint.h>
#include "event-id.h"
#include "event-impl.h"
#include "time.h"
#include "nstime.h"
namespace ns3 {