[mapserver-commits] r12151 - trunk/mapserver/mapcache/include

svn at osgeo.org svn at osgeo.org
Fri Aug 26 07:02:12 EDT 2011


Author: tbonfort
Date: 2011-08-26 04:02:12 -0700 (Fri, 26 Aug 2011)
New Revision: 12151

Added:
   trunk/mapserver/mapcache/include/errors.h
Log:
build files
thomas.bonfort | 2010-11-05 12:09:42 +0100 (Fri, 05 Nov 2010)

Added: trunk/mapserver/mapcache/include/errors.h
===================================================================
--- trunk/mapserver/mapcache/include/errors.h	                        (rev 0)
+++ trunk/mapserver/mapcache/include/errors.h	2011-08-26 11:02:12 UTC (rev 12151)
@@ -0,0 +1,38 @@
+/*
+ *  Copyright 2010 Thomas Bonfort
+ *
+ *  Licensed under the Apache License, Version 2.0 (the "License");
+ *  you may not use this file except in compliance with the License.
+ *  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ *  Unless required by applicable law or agreed to in writing, software
+ *  distributed under the License is distributed on an "AS IS" BASIS,
+ *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ *  See the License for the specific language governing permissions and
+ *  limitations under the License.
+ */
+
+#ifndef GEOCACHE_ERRORS_H_
+#define GEOCACHE_ERRORS_H_
+
+typedef enum {
+GEOCACHE_NO_ERROR,
+GEOCACHE_ALLOC_ERROR,
+GEOCACHE_PARSE_ERROR,
+GEOCACHE_DISK_ERROR,
+GEOCACHE_HTTP_ERROR,
+GEOCACHE_IMAGE_ERROR,
+GEOCACHE_SOURCE_WMS_ERROR,
+GEOCACHE_TILESET_ERROR
+} geocache_error_code;
+
+typedef enum {
+GEOCACHE_DEBUG,
+GEOCACHE_INFO,
+GEOCACHE_WARNING,
+GEOCACHE_ERROR
+} geocache_log_level;
+
+#endif /* ERRORS_H_ */



More information about the mapserver-commits mailing list