[Lemon-commits] [lemon_svn] marci: r365 - hugo/trunk/src/work
Lemon SVN
svn at lemon.cs.elte.hu
Mon Nov 6 20:39:02 CET 2006
Author: marci
Date: Mon Mar 29 18:02:14 2004
New Revision: 365
Modified:
hugo/trunk/src/work/bfs_iterator.h
hugo/trunk/src/work/list_graph.h
Log:
HUGO_ in header file defines
Modified: hugo/trunk/src/work/bfs_iterator.h
==============================================================================
--- hugo/trunk/src/work/bfs_iterator.h (original)
+++ hugo/trunk/src/work/bfs_iterator.h Mon Mar 29 18:02:14 2004
@@ -1,6 +1,6 @@
// -*- c++ -*-
-#ifndef BFS_ITERATOR_H
-#define BFS_ITERATOR_H
+#ifndef HUGO_BFS_ITERATOR_H
+#define HUGO_BFS_ITERATOR_H
#include <queue>
#include <stack>
@@ -834,4 +834,4 @@
} // namespace hugo
-#endif //BFS_ITERATOR_H
+#endif //HUGO_BFS_ITERATOR_H
Modified: hugo/trunk/src/work/list_graph.h
==============================================================================
--- hugo/trunk/src/work/list_graph.h (original)
+++ hugo/trunk/src/work/list_graph.h Mon Mar 29 18:02:14 2004
@@ -1,6 +1,6 @@
// -*- c++ -*-
-#ifndef LIST_GRAPH_H
-#define LIST_GRAPH_H
+#ifndef HUGO_LIST_GRAPH_H
+#define HUGO_LIST_GRAPH_H
#include <iostream>
#include <vector>
@@ -561,4 +561,4 @@
} //namespace hugo
-#endif //LIST_GRAPH_H
+#endif //HUGO_LIST_GRAPH_H
More information about the Lemon-commits
mailing list