rename time.h to nstime.h
This commit is contained in:
@@ -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',
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
#include <stdint.h>
|
||||
#include "event-id.h"
|
||||
#include "event-impl.h"
|
||||
#include "time.h"
|
||||
#include "nstime.h"
|
||||
|
||||
namespace ns3 {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user