summaryrefslogtreecommitdiffstats
path: root/nanohttp/nanohttp-server.h
diff options
context:
space:
mode:
authorGravatar m0gg2006-12-19 08:55:17 +0000
committerGravatar m0gg2006-12-19 08:55:17 +0000
commit2fbfdcdff09db6a1c0041022b208320d15e24d13 (patch)
tree554da23ed4ef5818669b40614b792e3b09271423 /nanohttp/nanohttp-server.h
parentb726c779ca481e1890c0abcb0f7f5947001b2e1e (diff)
downloadcsoap-2fbfdcdff09db6a1c0041022b208320d15e24d13.tar.gz
csoap-2fbfdcdff09db6a1c0041022b208320d15e24d13.tar.bz2
Adjust wording according to WS Management: Service Life Cycle
Diffstat (limited to 'nanohttp/nanohttp-server.h')
-rw-r--r--nanohttp/nanohttp-server.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/nanohttp/nanohttp-server.h b/nanohttp/nanohttp-server.h
index 3b70dd7..7491722 100644
--- a/nanohttp/nanohttp-server.h
+++ b/nanohttp/nanohttp-server.h
@@ -1,5 +1,5 @@
/******************************************************************
- * $Id: nanohttp-server.h,v 1.32 2006/12/12 07:23:11 m0gg Exp $
+ * $Id: nanohttp-server.h,v 1.33 2006/12/19 08:55:17 m0gg Exp $
*
* CSOAP Project: A http client/server library in C
* Copyright (C) 2003 Ferhat Ayaz
@@ -241,16 +241,18 @@ struct service_statistics
/**
*
* @see hservice_t
+ * @see http://www.w3.org/TR/wslc/
*
*/
-#define NHTTPD_SERVICE_DISABLED 0
+#define NHTTPD_SERVICE_DOWN 0
/**
*
* @see hservice_t
+ * @see http://www.w3.org/TR/wslc/
*
*/
-#define NHTTPD_SERVICE_ENABLED 1
+#define NHTTPD_SERVICE_UP 1
/**
*