src/work/alpar/emptygraph.h
changeset 185 259540358bbf
parent 182 c59e450712d8
child 186 47cd1716870e
equal deleted inserted replaced
17:ec3538a6587f 18:80a78ccc871b
     1 // -*- c++ -*-
     1 // -*- c++ -*-
     2 #ifndef EMPTYGRAPH_H
     2 #ifndef HUGO_EMPTYGRAPH_H
     3 #define EMPTYGRAPH_H
     3 #define HUGO_EMPTYGRAPH_H
     4 
     4 
     5 #include <invalid.h>
     5 #include <invalid.h>
     6 
     6 
     7 /// The namespace of HugoLib
     7 /// The namespace of HugoLib
     8 namespace hugo {
     8 namespace hugo {
   304 //   enum NodeClass { A = 0, B = 1 };
   304 //   enum NodeClass { A = 0, B = 1 };
   305 //   NodeClass getClass(Node n) {}
   305 //   NodeClass getClass(Node n) {}
   306 
   306 
   307 // }
   307 // }
   308 
   308 
   309 #endif // EMPTYGRAPH_H
   309 #endif // HUGO_EMPTYGRAPH_H