From 1706273d74ffcd41adc8b637579527853aeecc7f Mon Sep 17 00:00:00 2001 From: Mathieu Lacage Date: Thu, 21 Feb 2008 18:54:02 +0100 Subject: [PATCH] value-helper.h -> attribute-helper.h --- src/common/data-rate.h | 2 +- src/core/{value-helper.h => attribute-helper.h} | 0 src/core/boolean-value.h | 2 +- src/core/fp-value.h | 2 +- src/core/int-value.h | 2 +- src/core/random-variable.h | 2 +- src/core/uint-value.h | 2 +- src/core/wscript | 2 +- src/mobility/rectangle.h | 2 +- src/mobility/vector.h | 2 +- src/node/address.h | 2 +- src/node/mac48-address.h | 2 +- src/simulator/nstime.h | 2 +- 13 files changed, 12 insertions(+), 12 deletions(-) rename src/core/{value-helper.h => attribute-helper.h} (100%) diff --git a/src/common/data-rate.h b/src/common/data-rate.h index 59f385c41..d9075550b 100644 --- a/src/common/data-rate.h +++ b/src/common/data-rate.h @@ -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 { diff --git a/src/core/value-helper.h b/src/core/attribute-helper.h similarity index 100% rename from src/core/value-helper.h rename to src/core/attribute-helper.h diff --git a/src/core/boolean-value.h b/src/core/boolean-value.h index 239f66479..29fe4c94c 100644 --- a/src/core/boolean-value.h +++ b/src/core/boolean-value.h @@ -2,7 +2,7 @@ #define BOOLEAN_VALUE_H #include "attribute.h" -#include "value-helper.h" +#include "attribute-helper.h" namespace ns3 { diff --git a/src/core/fp-value.h b/src/core/fp-value.h index e04802aee..4c4f3b762 100644 --- a/src/core/fp-value.h +++ b/src/core/fp-value.h @@ -2,7 +2,7 @@ #define FP_VALUE_H #include "attribute.h" -#include "value-helper.h" +#include "attribute-helper.h" #include namespace ns3 { diff --git a/src/core/int-value.h b/src/core/int-value.h index 28fac4d27..cc757c48c 100644 --- a/src/core/int-value.h +++ b/src/core/int-value.h @@ -2,7 +2,7 @@ #define INTEGER_H #include "attribute.h" -#include "value-helper.h" +#include "attribute-helper.h" #include namespace ns3 { diff --git a/src/core/random-variable.h b/src/core/random-variable.h index ace5a048b..16797f4c9 100644 --- a/src/core/random-variable.h +++ b/src/core/random-variable.h @@ -27,7 +27,7 @@ #include #include #include "attribute.h" -#include "value-helper.h" +#include "attribute-helper.h" /** * \ingroup core diff --git a/src/core/uint-value.h b/src/core/uint-value.h index 4c7fb3124..f3ef09199 100644 --- a/src/core/uint-value.h +++ b/src/core/uint-value.h @@ -2,7 +2,7 @@ #define UINTEGER_H #include "attribute.h" -#include "value-helper.h" +#include "attribute-helper.h" #include namespace ns3 { diff --git a/src/core/wscript b/src/core/wscript index c7ca4f764..128a0e6cf 100644 --- a/src/core/wscript +++ b/src/core/wscript @@ -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', ] diff --git a/src/mobility/rectangle.h b/src/mobility/rectangle.h index 1820e7515..e86bda181 100644 --- a/src/mobility/rectangle.h +++ b/src/mobility/rectangle.h @@ -21,7 +21,7 @@ #define RECTANGLE_H #include "ns3/attribute.h" -#include "ns3/value-helper.h" +#include "ns3/attribute-helper.h" namespace ns3 { diff --git a/src/mobility/vector.h b/src/mobility/vector.h index eb6ea47e3..8eadff2dd 100644 --- a/src/mobility/vector.h +++ b/src/mobility/vector.h @@ -21,7 +21,7 @@ #define VECTOR_H #include "ns3/attribute.h" -#include "ns3/value-helper.h" +#include "ns3/attribute-helper.h" namespace ns3 { diff --git a/src/node/address.h b/src/node/address.h index 57f500e09..728d0d438 100644 --- a/src/node/address.h +++ b/src/node/address.h @@ -4,7 +4,7 @@ #include #include #include "ns3/attribute.h" -#include "ns3/value-helper.h" +#include "ns3/attribute-helper.h" namespace ns3 { diff --git a/src/node/mac48-address.h b/src/node/mac48-address.h index 51ba20bec..e2992831b 100644 --- a/src/node/mac48-address.h +++ b/src/node/mac48-address.h @@ -23,7 +23,7 @@ #include #include #include "ns3/attribute.h" -#include "ns3/value-helper.h" +#include "ns3/attribute-helper.h" namespace ns3 { diff --git a/src/simulator/nstime.h b/src/simulator/nstime.h index 096639434..d679790db 100644 --- a/src/simulator/nstime.h +++ b/src/simulator/nstime.h @@ -22,7 +22,7 @@ #include "ns3/assert.h" #include "ns3/attribute.h" -#include "ns3/value-helper.h" +#include "ns3/attribute-helper.h" #include #include #include