Changeset 680 for trunk/zoo-project/zoo-services/utils/status/service.c
- Timestamp:
- Jun 24, 2015, 1:58:17 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/zoo-project/zoo-services/utils/status/service.c
r652 r680 51 51 * return the final ExecuteResponse stored on the Server file system. 52 52 */ 53 #ifdef WIN32 54 __declspec(dllexport) 55 #endif 56 int GetStatus(maps*& conf,maps*& inputs,maps*& outputs){ 53 ZOO_DLL_EXPORT int GetStatus(maps*& conf,maps*& inputs,maps*& outputs){ 57 54 const char *params[4 + 1]; 58 55 int xmlLoadExtDtdDefaultValue;
Note: See TracChangeset
for help on using the changeset viewer.