error2.h

00001 /*
00002 
00003 error2.h
00004 
00005 Error handling.
00006 
00007 gSOAP XML Web services tools
00008 Copyright (C) 2004, Robert van Engelen, Genivia, Inc. All Rights Reserved.
00009 
00010 --------------------------------------------------------------------------------
00011 gSOAP public license.
00012 
00013 The contents of this file are subject to the gSOAP Public License Version 1.3
00014 (the "License"); you may not use this file except in compliance with the
00015 License. You may obtain a copy of the License at
00016 http://www.cs.fsu.edu/~engelen/soaplicense.html
00017 Software distributed under the License is distributed on an "AS IS" basis,
00018 WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
00019 for the specific language governing rights and limitations under the License.
00020 
00021 The Initial Developer of the Original Code is Robert A. van Engelen.
00022 Copyright (C) 2000-2003 Robert A. van Engelen, Genivia inc. All Rights Reserved.
00023 --------------------------------------------------------------------------------
00024 GPL license.
00025 
00026 This program is free software; you can redistribute it and/or modify it under
00027 the terms of the GNU General Public License as published by the Free Software
00028 Foundation; either version 2 of the License, or (at your option) any later
00029 version.
00030 
00031 This program is distributed in the hope that it will be useful, but WITHOUT ANY
00032 WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
00033 PARTICULAR PURPOSE. See the GNU General Public License for more details.
00034 
00035 You should have received a copy of the GNU General Public License along with
00036 this program; if not, write to the Free Software Foundation, Inc., 59 Temple
00037 Place, Suite 330, Boston, MA 02111-1307 USA
00038 
00039 Author contact information:
00040 engelen@genivia.com / engelen@acm.org
00041 --------------------------------------------------------------------------------
00042 */
00043 
00044 extern char errbuf[];
00045 
00046 #ifdef WIN32
00047 extern soapcpp2error(char*);
00048 #else
00049 extern yyerror(char*);
00050 #endif
00051 
00052 extern lexerror(const char*);
00053 extern synerror(const char *);
00054 extern semerror(const char *);
00055 extern semwarn(const char *);
00056 extern compliancewarn(const char *);
00057 extern typerror(const char*);
00058 extern execerror(const char*);
00059 extern progerror(const char*, const char*, int);
00060 extern errstat();

Generated on Mon Jun 5 10:20:42 2006 for Intelligence.kdevelop by  doxygen 1.4.6