diff -r 75f749682240 -r c80ef5912903 src/test/sym_graph_test.cc --- a/src/test/sym_graph_test.cc Thu Nov 04 18:52:31 2004 +0000 +++ b/src/test/sym_graph_test.cc Thu Nov 04 20:24:59 2004 +0000 @@ -16,7 +16,7 @@ #include -#include +#include #include #include @@ -54,26 +54,26 @@ } //Compile Graph -template void lemon::checkCompileStaticSymGraph -(skeleton::StaticSymGraph &); +template void lemon::checkCompileStaticSymGraph +(concept::StaticSymGraph &); -template void lemon::checkCompileSymGraph -(skeleton::ExtendableSymGraph &); +template void lemon::checkCompileSymGraph +(concept::ExtendableSymGraph &); -template void lemon::checkCompileErasableSymGraph -(skeleton::ErasableSymGraph &); +template void lemon::checkCompileErasableSymGraph +(concept::ErasableSymGraph &); //Compile SymSmartGraph template void lemon::checkCompileSymGraph(SymSmartGraph &); template -void lemon::skeleton::checkCompileGraphFindEdge(SymSmartGraph &); +void lemon::concept::checkCompileGraphFindEdge(SymSmartGraph &); //Compile SymListGraph template void lemon::checkCompileSymGraph(SymListGraph &); template void lemon::checkCompileErasableSymGraph(SymListGraph &); template -void lemon::skeleton::checkCompileGraphFindEdge(SymListGraph &); +void lemon::concept::checkCompileGraphFindEdge(SymListGraph &); int main() {