POSITION_H -> MOBILITY_MODEL_H

This commit is contained in:
Mathieu Lacage
2007-07-04 10:18:14 +02:00
parent dd0ff29f66
commit c416887542
6 changed files with 17 additions and 17 deletions

View File

@@ -18,8 +18,8 @@
*
* Author: Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
*/
#ifndef POSITION_H
#define POSITION_H
#ifndef MOBILITY_MODEL_H
#define MOBILITY_MODEL_H
#include "ns3/object.h"
@@ -105,4 +105,4 @@ private:
}; // namespace ns3
#endif /* POSITION_H */
#endif /* MOBILITY_MODEL_H */

View File

@@ -18,8 +18,8 @@
*
* Author: Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
*/
#ifndef RANDOM_DIRECTION_POSITION_H
#define RANDOM_DIRECTION_POSITION_H
#ifndef RANDOM_DIRECTION_MOBILITY_MODEL_H
#define RANDOM_DIRECTION_MOBILITY_MODEL_H
#include "ns3/object.h"
#include "ns3/ptr.h"
@@ -100,4 +100,4 @@ class RandomDirectionMobilityModel : public MobilityModel
} // namespace ns3
#endif /* RANDOM_DIRECTION_POSITION_H */
#endif /* RANDOM_DIRECTION_MOBILITY_MODEL_H */

View File

@@ -18,8 +18,8 @@
*
* Author: Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
*/
#ifndef RANDOM_WALK_POSITION_H
#define RANDOM_WALK_POSITION_H
#ifndef RANDOM_WALK_MOBILITY_MODEL_H
#define RANDOM_WALK_MOBILITY_MODEL_H
#include "ns3/object.h"
#include "ns3/mobility-model.h"
@@ -128,4 +128,4 @@ class RandomWalkMobilityModel : public MobilityModel
} // namespace ns3
#endif /* RANDOM_WALK_POSITION_H */
#endif /* RANDOM_WALK_MOBILITY_MODEL_H */

View File

@@ -18,8 +18,8 @@
*
* Author: Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
*/
#ifndef RANDOM_WALK_POSITION_H
#define RANDOM_WALK_POSITION_H
#ifndef RANDOM_WALK_MOBILITY_MODEL_H
#define RANDOM_WALK_MOBILITY_MODEL_H
#include "ns3/object.h"
#include "ns3/mobility-model.h"
@@ -128,4 +128,4 @@ class RandomWalkMobilityModel : public MobilityModel
} // namespace ns3
#endif /* RANDOM_WALK_POSITION_H */
#endif /* RANDOM_WALK_MOBILITY_MODEL_H */

View File

@@ -18,8 +18,8 @@
*
* Author: Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
*/
#ifndef STATIC_POSITION_H
#define STATIC_POSITION_H
#ifndef STATIC_MOBILITY_MODEL_H
#define STATIC_MOBILITY_MODEL_H
#include "ns3/component-manager.h"
#include "mobility-model.h"
@@ -69,4 +69,4 @@ private:
}; // namespace ns3
#endif /* STATIC_POSITION_H */
#endif /* STATIC_MOBILITY_MODEL_H */

View File

@@ -18,8 +18,8 @@
*
* Author: Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
*/
#ifndef STATIC_SPEED_POSITION_H
#define STATIC_SPEED_POSITION_H
#ifndef STATIC_SPEED_MOBILITY_MODEL_H
#define STATIC_SPEED_MOBILITY_MODEL_H
#include <stdint.h>
#include "mobility-model.h"