value-helper.h -> attribute-helper.h

This commit is contained in:
Mathieu Lacage
2008-02-21 18:54:02 +01:00
parent 23d972d9dd
commit 1706273d74
13 changed files with 12 additions and 12 deletions

View File

@@ -28,7 +28,7 @@
#include "ns3/nstime.h"
#include "ns3/default-value.h"
#include "ns3/attribute.h"
#include "ns3/value-helper.h"
#include "ns3/attribute-helper.h"
namespace ns3 {

View File

@@ -2,7 +2,7 @@
#define BOOLEAN_VALUE_H
#include "attribute.h"
#include "value-helper.h"
#include "attribute-helper.h"
namespace ns3 {

View File

@@ -2,7 +2,7 @@
#define FP_VALUE_H
#include "attribute.h"
#include "value-helper.h"
#include "attribute-helper.h"
#include <stdint.h>
namespace ns3 {

View File

@@ -2,7 +2,7 @@
#define INTEGER_H
#include "attribute.h"
#include "value-helper.h"
#include "attribute-helper.h"
#include <stdint.h>
namespace ns3 {

View File

@@ -27,7 +27,7 @@
#include <istream>
#include <ostream>
#include "attribute.h"
#include "value-helper.h"
#include "attribute-helper.h"
/**
* \ingroup core

View File

@@ -2,7 +2,7 @@
#define UINTEGER_H
#include "attribute.h"
#include "value-helper.h"
#include "attribute-helper.h"
#include <stdint.h>
namespace ns3 {

View File

@@ -114,7 +114,7 @@ def build(bld):
'fp-value.h',
'enum-value.h',
'object-factory.h',
'value-helper.h',
'attribute-helper.h',
'initial-value.h',
]

View File

@@ -21,7 +21,7 @@
#define RECTANGLE_H
#include "ns3/attribute.h"
#include "ns3/value-helper.h"
#include "ns3/attribute-helper.h"
namespace ns3 {

View File

@@ -21,7 +21,7 @@
#define VECTOR_H
#include "ns3/attribute.h"
#include "ns3/value-helper.h"
#include "ns3/attribute-helper.h"
namespace ns3 {

View File

@@ -4,7 +4,7 @@
#include <stdint.h>
#include <ostream>
#include "ns3/attribute.h"
#include "ns3/value-helper.h"
#include "ns3/attribute-helper.h"
namespace ns3 {

View File

@@ -23,7 +23,7 @@
#include <stdint.h>
#include <ostream>
#include "ns3/attribute.h"
#include "ns3/value-helper.h"
#include "ns3/attribute-helper.h"
namespace ns3 {

View File

@@ -22,7 +22,7 @@
#include "ns3/assert.h"
#include "ns3/attribute.h"
#include "ns3/value-helper.h"
#include "ns3/attribute-helper.h"
#include <stdint.h>
#include <math.h>
#include <ostream>