From 2fbfdcdff09db6a1c0041022b208320d15e24d13 Mon Sep 17 00:00:00 2001 From: m0gg Date: Tue, 19 Dec 2006 08:55:17 +0000 Subject: Adjust wording according to WS Management: Service Life Cycle --- nanohttp/nanohttp-server.h | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'nanohttp/nanohttp-server.h') 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 /** * -- cgit v1.1-32-gdbae