rename ns-unknown.h/cc ns-unknown-manager.h/cc

This commit is contained in:
Mathieu Lacage
2007-05-11 18:42:39 +02:00
parent 95280cac61
commit 6495c220a9
13 changed files with 16 additions and 16 deletions

View File

@@ -25,12 +25,12 @@ core.add_sources([
'test.cc',
'random-variable.cc',
'rng-stream.cc',
'ns-unknown.cc',
'interface.cc',
'uid-manager.cc',
'default-value.cc',
'command-line.cc',
'type-name.cc',
'ns-unknown-manager.cc',
'component-manager.cc',
])
env = Environment()
if env['PLATFORM'] == 'posix' or env['PLATFORM'] == 'darwin' or env['PLATFORM'] == 'cygwin':
@@ -58,11 +58,11 @@ core.add_inst_headers([
'test.h',
'random-variable.h',
'rng-stream.h',
'ns-unknown.h',
'interface.h',
'default-value.h',
'command-line.h',
'type-name.h',
'ns-unknown-manager.h',
'component-manager.h',
])
def config_core (env, config):

View File

@@ -25,7 +25,7 @@
#define __APPLICATION_LIST_H__
#include "application.h"
#include "ns3/ns-unknown.h"
#include "ns3/interface.h"
#include "ns3/ptr.h"
#include <vector>

View File

@@ -18,7 +18,7 @@
*
* Author: Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
*/
#include "ns-unknown-manager.h"
#include "component-manager.h"
#include "uid-manager.h"
#include "singleton.h"
@@ -91,7 +91,7 @@ NsUnknownManager::Register (std::string name, CallbackBase *callback)
#ifdef RUN_SELF_TESTS
#include "test.h"
#include "ns-unknown.h"
#include "interface.h"
namespace {

View File

@@ -25,7 +25,7 @@
#include <vector>
#include <stdint.h>
#include "callback.h"
#include "ns-unknown.h"
#include "interface.h"
#include "fatal-error.h"
#include "ptr.h"

View File

@@ -18,7 +18,7 @@
*
* Author: Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
*/
#include "ns-unknown.h"
#include "interface.h"
#include "singleton.h"
#include "uid-manager.h"
#include <string>

View File

@@ -21,7 +21,7 @@
#ifndef I_ARP_PRIVATE_H
#define I_ARP_PRIVATE_H
#include "ns3/ns-unknown.h"
#include "ns3/interface.h"
#include "ns3/ipv4-address.h"
namespace ns3 {

View File

@@ -21,7 +21,7 @@
#ifndef I_IPV4_PRIVATE_H
#define I_IPV4_PRIVATE_H
#include "ns3/ns-unknown.h"
#include "ns3/interface.h"
#include "ns3/ipv4-address.h"
#include "ns3/ptr.h"
#include <stdint.h>

View File

@@ -26,7 +26,7 @@
#define IPV4_L4_DEMUX_H
#include <list>
#include "ns3/ns-unknown.h"
#include "ns3/interface.h"
#include "ns3/ptr.h"
namespace ns3 {

View File

@@ -28,7 +28,7 @@
#define L3_DEMUX_H
#include <map>
#include "ns3/ns-unknown.h"
#include "ns3/interface.h"
#include "ns3/ptr.h"
namespace ns3 {

View File

@@ -23,7 +23,7 @@
#include <stdint.h>
#include "ns3/ipv4-address.h"
#include "ns3/ns-unknown.h"
#include "ns3/interface.h"
namespace ns3 {

View File

@@ -21,7 +21,7 @@
#ifndef I_UDP_H
#define I_UDP_H
#include "ns3/ns-unknown.h"
#include "ns3/interface.h"
#include "ns3/ptr.h"
namespace ns3 {

View File

@@ -27,7 +27,7 @@
#include <vector>
#include "ns3/ns-unknown.h"
#include "ns3/interface.h"
namespace ns3 {