src/node/mobility-model.h
changeset 1581 95a193d3ac1d
parent 1580 0d2cf8839aee
child 1582 92a3e76ec1c5
--- a/src/node/mobility-model.h	Wed Jul 04 10:15:18 2007 +0200
+++ b/src/node/mobility-model.h	Wed Jul 04 10:18:14 2007 +0200
@@ -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 @@
 
 }; // namespace ns3
 
-#endif /* POSITION_H */
+#endif /* MOBILITY_MODEL_H */