00001 00002 /*************************************************************************** 00003 * * 00004 * This program is free software; you can redistribute it and/or modify * 00005 * it under the terms of the GNU General Public License as published by * 00006 * the Free Software Foundation; either version 2 of the License, or * 00007 * (at your option) any later version. * 00008 * * 00009 ***************************************************************************/ 00010 00011 00012 #ifndef win32errorhandlerH 00013 #define win32errorhandlerH 00014 00015 #include <sigc++/sigc++.h> 00016 #include "../ascstring.h" 00017 00018 00019 class Win32IoErrorHandler : public SigC::Object { 00020 void printError( const ASCString& msg ); 00021 public: 00022 Win32IoErrorHandler(); 00023 }; 00024 00025 00026 00027 00028 #endif
1.4.2