bug 202: header file conflict
authorMathieu Lacage <mathieu.lacage@sophia.inria.fr>
Thu, 16 Oct 2008 12:53:05 +0200
changeset 3752 5ab2feb083a0
parent 3751 d26d57ddf801
child 3758 e9b55c93049e
child 3761 8aed4fbf8f35
bug 202: header file conflict
src/core/config.h
src/node/channel.h
--- a/src/core/config.h	Thu Oct 16 12:47:17 2008 +0200
+++ b/src/core/config.h	Thu Oct 16 12:53:05 2008 +0200
@@ -17,8 +17,8 @@
  *
  * Authors: Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
  */
-#ifndef CONFIG_H
-#define CONFIG_H
+#ifndef NS3_CONFIG_H
+#define NS3_CONFIG_H
 
 #include "ptr.h"
 #include <string>
@@ -139,4 +139,4 @@
 
 } // namespace ns3
 
-#endif /* CONFIG_H */
+#endif /* NS3_CONFIG_H */
--- a/src/node/channel.h	Thu Oct 16 12:47:17 2008 +0200
+++ b/src/node/channel.h	Thu Oct 16 12:53:05 2008 +0200
@@ -14,8 +14,8 @@
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  */
 
-#ifndef CHANNEL_H
-#define CHANNEL_H
+#ifndef NS3_CHANNEL_H
+#define NS3_CHANNEL_H
 
 #include <string>
 #include <stdint.h>
@@ -69,4 +69,4 @@
 
 }; // namespace ns3
 
-#endif /* CHANNEL_H */
+#endif /* NS3_CHANNEL_H */