# HG changeset patch # User marci # Date 1079960904 0 # Node ID f62f11c9e6df9796b01dcaa69cd937ba6afd400e # Parent 734dd06499411b5afa41f2f4eaa0ec37737e9b2d . diff -r 734dd0649941 -r f62f11c9e6df src/work/marci/graph_wrapper.h --- a/src/work/marci/graph_wrapper.h Mon Mar 22 12:17:44 2004 +0000 +++ b/src/work/marci/graph_wrapper.h Mon Mar 22 13:08:24 2004 +0000 @@ -324,9 +324,6 @@ }; - - - template class UndirGraphWrapper { protected: @@ -459,8 +456,9 @@ // return graph->bNode(e); } Node addNode() const { return graph->addNode(); } - Edge addEdge(const Node& tail, const Node& head) const { - return graph->addEdge(tail, head); } +// FIXME: ez igy nem jo, mert nem +// Edge addEdge(const Node& tail, const Node& head) const { +// return graph->addEdge(tail, head); } template void erase(const I& i) const { graph->erase(i); }