Changeset 917 for trunk/zoo-project/zoo-kernel/response_print.h
- Timestamp:
- May 7, 2019, 2:17:08 PM (6 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
-
Property
svn:mergeinfo
set to
False
/branches/prototype-v0 merged eligible
-
Property
svn:mergeinfo
set to
False
-
trunk/zoo-project/zoo-kernel/response_print.h
r785 r917 39 39 #include <libintl.h> 40 40 #include <locale.h> 41 41 42 /** 42 43 * ZOO-Kernel internal messages translation function … … 63 64 #include <sys/stat.h> 64 65 #include <sys/types.h> 65 #include "cgic.h"66 66 #ifndef WIN32 67 67 #include <sys/ipc.h> … … 80 80 #endif 81 81 #ifndef WIN32 82 #include <xlocale.h> 82 //#include <locale.h> 83 #include <locale.h> // knut: this appears to be a non-standard header file that has been removed in newer versions of glibc; it may be sufficient to include <locale.h> (see above) 83 84 #endif 84 85 #include "ulinet.h" … … 94 95 #include <libxml/parser.h> 95 96 #include <libxml/xpath.h> 97 98 #include "cgic.h" 96 99 97 100 #ifdef __cplusplus … … 209 212 xmlNodePtr printWPSHeader(xmlDocPtr,maps*,const char*,const char*,const char*,int); 210 213 xmlNodePtr printGetCapabilitiesHeader(xmlDocPtr,maps*,const char*); 211 void printGetCapabilitiesForProcess(registry*,maps*,xml NodePtr,service*);212 void printDescribeProcessForProcess(registry*,maps*,xml NodePtr,service*);213 void printFullDescription( int,elements*,const char*,xmlNsPtr,xmlNsPtr,xmlNodePtr,int);214 void printGetCapabilitiesForProcess(registry*,maps*,xmlDocPtr,xmlNodePtr,service*); 215 void printDescribeProcessForProcess(registry*,maps*,xmlDocPtr,xmlNodePtr,service*); 216 void printFullDescription(xmlDocPtr,int,elements*,const char*,xmlNsPtr,xmlNsPtr,xmlNodePtr,int,int,const map*); 214 217 void printDocument(maps*,xmlDocPtr,int); 215 218 void printDescription(xmlNodePtr,xmlNsPtr,const char*,map*,int); … … 220 223 void printOutputDefinitions(xmlDocPtr,xmlNodePtr,xmlNsPtr,xmlNsPtr,elements*,maps*,const char*); 221 224 void printStatusInfo(maps*,map*,char*); 225 void addAdditionalParameters(map*,xmlDocPtr,xmlNodePtr,xmlNsPtr,xmlNsPtr,int); 226 void addMetadata(map*,xmlDocPtr,xmlNodePtr,xmlNsPtr,xmlNsPtr,int); 222 227 223 228 void outputResponse(service*,maps*,maps*,map*,int,maps*,int);
Note: See TracChangeset
for help on using the changeset viewer.