- Timestamp:
- Feb 2, 2015, 10:04:56 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PublicaMundi_David-devel/zoo-project/zoo-kernel/service_internal.h
r512 r549 39 39 #include <sys/types.h> 40 40 //#include "cgic.h" 41 #include <fcgiapp.h> 41 42 #ifndef WIN32 42 43 #include <sys/ipc.h> … … 119 120 void zooXmlCleanupDocs (); 120 121 void addPrefix (maps * conf, map * level, service * serv); 121 void printExceptionReportResponse (maps *, map * );122 void printExceptionReportResponse (maps *, map *,FCGX_Stream * out); 122 123 xmlNodePtr createExceptionReportNode (maps *, map *, int); 123 124 void printProcessResponse (maps *, map *, int, service *, const char *, int, 124 maps *, maps * );125 maps *, maps *,FCGX_Stream *); 125 126 xmlNodePtr printGetCapabilitiesHeader (xmlDocPtr, const char *, maps *); 126 127 void printGetCapabilitiesForProcess (maps *, xmlNodePtr, service *); … … 129 130 void printFullDescription (int, elements *, const char *, xmlNsPtr, 130 131 xmlNodePtr); 131 void printDocument (maps *, xmlDocPtr, int );132 void printDocument (maps *, xmlDocPtr, int, FCGX_Stream *); 132 133 void printDescription (xmlNodePtr, xmlNsPtr, const char *, map *); 133 134 void printIOType (xmlDocPtr, xmlNodePtr, xmlNsPtr, xmlNsPtr, xmlNsPtr, … … 139 140 elements *, maps *, const char *); 140 141 141 void outputResponse (service *, maps *, maps *, map *, int, maps *, int );142 void outputResponse (service *, maps *, maps *, map *, int, maps *, int,FCGX_Stream *,FCGX_Stream *); 142 143 143 144 char *base64 (const char *, int); … … 147 148 char *addDefaultValues (maps **, elements *, maps *, int); 148 149 149 int errorException (maps *, const char *, const char *, const char * );150 int errorException (maps *, const char *, const char *, const char *,FCGX_Stream *); 150 151 151 152 int checkForSoapEnvelope (xmlDocPtr);
Note: See TracChangeset
for help on using the changeset viewer.