rename object-names.{cc,h} to names.{cc,h} per convention

This commit is contained in:
Craig Dowell
2009-01-22 23:07:34 -08:00
parent a715fef8e0
commit 3e652dbc55
23 changed files with 23 additions and 23 deletions

View File

@@ -22,7 +22,7 @@
#include "object.h"
#include "global-value.h"
#include "object-vector.h"
#include "object-names.h"
#include "names.h"
#include "pointer.h"
#include "log.h"
#include <sstream>

View File

@@ -21,7 +21,7 @@
#include "log.h"
#include "assert.h"
#include "abort.h"
#include "object-names.h"
#include "names.h"
#include "ns3/simulator.h"
namespace ns3 {

View File

@@ -53,7 +53,7 @@ def build(bld):
'trace-source-accessor.cc',
'config.cc',
'callback.cc',
'object-names.cc',
'names.cc',
]
core.uselib = 'RT'
@@ -99,7 +99,7 @@ def build(bld):
'object-vector.h',
'deprecated.h',
'abort.h',
'object-names.h',
'names.h',
]
if sys.platform == 'win32':

View File

@@ -18,7 +18,7 @@
* Author: Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
*/
#include "ns3/object-names.h"
#include "ns3/names.h"
#include "application-container.h"
namespace ns3 {

View File

@@ -20,7 +20,7 @@
#include "ns3/log.h"
#include "ns3/bridge-net-device.h"
#include "ns3/node.h"
#include "ns3/object-names.h"
#include "ns3/names.h"
NS_LOG_COMPONENT_DEFINE ("BridgeHelper");

View File

@@ -26,7 +26,7 @@
#include "ns3/pcap-writer.h"
#include "ns3/config.h"
#include "ns3/packet.h"
#include "ns3/object-names.h"
#include "ns3/names.h"
#include <string>
namespace ns3 {

View File

@@ -21,7 +21,7 @@
#include "ns3/log.h"
#include "ns3/simulator.h"
#include "ns3/object-factory.h"
#include "ns3/object-names.h"
#include "ns3/names.h"
#include "ns3/queue.h"
#include "ns3/emu-net-device.h"
#include "ns3/pcap-writer.h"

View File

@@ -21,7 +21,7 @@
#include "ns3/assert.h"
#include "ns3/log.h"
#include "ns3/object.h"
#include "ns3/object-names.h"
#include "ns3/names.h"
#include "ns3/ipv4.h"
#include "internet-stack-helper.h"
#include "ns3/internet-stack.h"

View File

@@ -1,6 +1,6 @@
#include "ipv4-interface-container.h"
#include "ns3/node-list.h"
#include "ns3/object-names.h"
#include "ns3/names.h"
namespace ns3 {

View File

@@ -25,7 +25,7 @@
#include "ns3/pointer.h"
#include "ns3/config.h"
#include "ns3/simulator.h"
#include "ns3/object-names.h"
#include "ns3/names.h"
#include <iostream>
namespace ns3 {

View File

@@ -19,7 +19,7 @@
*/
#include "net-device-container.h"
#include "ns3/object-names.h"
#include "ns3/names.h"
namespace ns3 {

View File

@@ -19,7 +19,7 @@
*/
#include "node-container.h"
#include "ns3/node-list.h"
#include "ns3/object-names.h"
#include "ns3/names.h"
namespace ns3 {

View File

@@ -20,7 +20,7 @@
#include "olsr-helper.h"
#include "ns3/olsr-agent.h"
#include "ns3/node-list.h"
#include "ns3/object-names.h"
#include "ns3/names.h"
namespace ns3 {

View File

@@ -21,7 +21,7 @@
#include "ns3/inet-socket-address.h"
#include "ns3/packet-socket-address.h"
#include "ns3/string.h"
#include "ns3/object-names.h"
#include "ns3/names.h"
namespace ns3 {

View File

@@ -21,7 +21,7 @@
#include "packet-sink-helper.h"
#include "ns3/string.h"
#include "ns3/inet-socket-address.h"
#include "ns3/object-names.h"
#include "ns3/names.h"
namespace ns3 {

View File

@@ -20,7 +20,7 @@
#include "packet-socket-helper.h"
#include "ns3/packet-socket-factory.h"
#include "ns3/object-names.h"
#include "ns3/names.h"
namespace ns3 {

View File

@@ -25,7 +25,7 @@
#include "ns3/pcap-writer.h"
#include "ns3/config.h"
#include "ns3/packet.h"
#include "ns3/object-names.h"
#include "ns3/names.h"
namespace ns3 {

View File

@@ -23,7 +23,7 @@
#include "ns3/assert.h"
#include "ns3/ipv4-address.h"
#include "ns3/ipv4.h"
#include "ns3/object-names.h"
#include "ns3/names.h"
#include "static-multicast-route-helper.h"
namespace ns3 {

View File

@@ -21,7 +21,7 @@
#include "ns3/udp-echo-server.h"
#include "ns3/udp-echo-client.h"
#include "ns3/uinteger.h"
#include "ns3/object-names.h"
#include "ns3/names.h"
namespace ns3 {

View File

@@ -20,7 +20,7 @@
#include "v4ping-helper.h"
#include "ns3/v4ping.h"
#include "ns3/object-names.h"
#include "ns3/names.h"
namespace ns3 {

View File

@@ -31,7 +31,7 @@
#include "ns3/pcap-writer.h"
#include "ns3/config.h"
#include "ns3/simulator.h"
#include "ns3/object-names.h"
#include "ns3/names.h"
NS_LOG_COMPONENT_DEFINE ("WifiHelper");

View File

@@ -27,7 +27,7 @@
#include "ns3/pcap-writer.h"
#include "ns3/simulator.h"
#include "ns3/config.h"
#include "ns3/object-names.h"
#include "ns3/names.h"
namespace ns3 {