value-helper.h -> attribute-helper.h
This commit is contained in:
@@ -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 {
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
#define BOOLEAN_VALUE_H
|
||||
|
||||
#include "attribute.h"
|
||||
#include "value-helper.h"
|
||||
#include "attribute-helper.h"
|
||||
|
||||
namespace ns3 {
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
#define FP_VALUE_H
|
||||
|
||||
#include "attribute.h"
|
||||
#include "value-helper.h"
|
||||
#include "attribute-helper.h"
|
||||
#include <stdint.h>
|
||||
|
||||
namespace ns3 {
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
#define INTEGER_H
|
||||
|
||||
#include "attribute.h"
|
||||
#include "value-helper.h"
|
||||
#include "attribute-helper.h"
|
||||
#include <stdint.h>
|
||||
|
||||
namespace ns3 {
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
#include <istream>
|
||||
#include <ostream>
|
||||
#include "attribute.h"
|
||||
#include "value-helper.h"
|
||||
#include "attribute-helper.h"
|
||||
|
||||
/**
|
||||
* \ingroup core
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
#define UINTEGER_H
|
||||
|
||||
#include "attribute.h"
|
||||
#include "value-helper.h"
|
||||
#include "attribute-helper.h"
|
||||
#include <stdint.h>
|
||||
|
||||
namespace ns3 {
|
||||
|
||||
@@ -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',
|
||||
]
|
||||
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
#define RECTANGLE_H
|
||||
|
||||
#include "ns3/attribute.h"
|
||||
#include "ns3/value-helper.h"
|
||||
#include "ns3/attribute-helper.h"
|
||||
|
||||
namespace ns3 {
|
||||
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
#define VECTOR_H
|
||||
|
||||
#include "ns3/attribute.h"
|
||||
#include "ns3/value-helper.h"
|
||||
#include "ns3/attribute-helper.h"
|
||||
|
||||
namespace ns3 {
|
||||
|
||||
|
||||
@@ -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 {
|
||||
|
||||
|
||||
@@ -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 {
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user