--- gvpe/src/vped.C 2004/06/11 15:56:36 1.19 +++ gvpe/src/vped.C 2005/03/03 16:54:34 1.22 @@ -2,9 +2,11 @@ vped.C -- the main file for gvpe Copyright (C) 1998-2002 Ivo Timmermans 2000-2002 Guus Sliepen - 2003-2004 Marc Lehmann + 2003-2005 Marc Lehmann - This program is free software; you can redistribute it and/or modify + This file is part of GVPE. + + GVPE is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. @@ -15,7 +17,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software + along with gvpe; if not, write to the Free Software Foundation, Inc. 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ @@ -24,7 +26,7 @@ #include #include #include -#include +#include #include #include @@ -268,7 +270,7 @@ if (!network.setup ()) { - iom.loop (); + io_manager::loop (); cleanup_and_exit (EXIT_FAILURE); }