HUGO_ in header file defines
authormarci
Mon, 29 Mar 2004 16:02:14 +0000
changeset 260fb27d1c7036e
parent 259 509ba9f136d2
child 261 796101caedb7
HUGO_ in header file defines
src/work/bfs_iterator.h
src/work/list_graph.h
     1.1 --- a/src/work/bfs_iterator.h	Mon Mar 29 16:00:00 2004 +0000
     1.2 +++ b/src/work/bfs_iterator.h	Mon Mar 29 16:02:14 2004 +0000
     1.3 @@ -1,6 +1,6 @@
     1.4  // -*- c++ -*-
     1.5 -#ifndef BFS_ITERATOR_H
     1.6 -#define BFS_ITERATOR_H
     1.7 +#ifndef HUGO_BFS_ITERATOR_H
     1.8 +#define HUGO_BFS_ITERATOR_H
     1.9  
    1.10  #include <queue>
    1.11  #include <stack>
    1.12 @@ -834,4 +834,4 @@
    1.13  
    1.14  } // namespace hugo
    1.15  
    1.16 -#endif //BFS_ITERATOR_H
    1.17 +#endif //HUGO_BFS_ITERATOR_H
     2.1 --- a/src/work/list_graph.h	Mon Mar 29 16:00:00 2004 +0000
     2.2 +++ b/src/work/list_graph.h	Mon Mar 29 16:02:14 2004 +0000
     2.3 @@ -1,6 +1,6 @@
     2.4  // -*- c++ -*-
     2.5 -#ifndef LIST_GRAPH_H
     2.6 -#define LIST_GRAPH_H
     2.7 +#ifndef HUGO_LIST_GRAPH_H
     2.8 +#define HUGO_LIST_GRAPH_H
     2.9  
    2.10  #include <iostream>
    2.11  #include <vector>
    2.12 @@ -561,4 +561,4 @@
    2.13  
    2.14  } //namespace hugo
    2.15  
    2.16 -#endif //LIST_GRAPH_H
    2.17 +#endif //HUGO_LIST_GRAPH_H