rename ns-unknown.h/cc ns-unknown-manager.h/cc
This commit is contained in:
@@ -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):
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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>
|
||||
@@ -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 {
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
|
||||
#include <stdint.h>
|
||||
#include "ns3/ipv4-address.h"
|
||||
#include "ns3/ns-unknown.h"
|
||||
#include "ns3/interface.h"
|
||||
|
||||
namespace ns3 {
|
||||
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
|
||||
#include <vector>
|
||||
|
||||
#include "ns3/ns-unknown.h"
|
||||
#include "ns3/interface.h"
|
||||
|
||||
namespace ns3 {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user