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-admin.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'nanohttp/nanohttp-admin.h') diff --git a/nanohttp/nanohttp-admin.h b/nanohttp/nanohttp-admin.h index 05ce5cf..bbbc0e2 100644 --- a/nanohttp/nanohttp-admin.h +++ b/nanohttp/nanohttp-admin.h @@ -1,5 +1,5 @@ /****************************************************************** - * $Id: nanohttp-admin.h,v 1.5 2006/12/10 19:21:06 m0gg Exp $ + * $Id: nanohttp-admin.h,v 1.6 2006/12/19 08:55:17 m0gg Exp $ * * CSOAP Project: A SOAP client/server library in C * Copyright (C) 2003 Ferhat Ayaz @@ -83,11 +83,11 @@ * Example query: * * @code - * http://localhost:10000/nhttp?enable=SERVICE_CONTEXT + * http://localhost:10000/nhttp?activate=SERVICE_CONTEXT * @endcode * */ -#define NHTTPD_ADMIN_QUERY_ENABLE_SERVICE "enable" +#define NHTTPD_ADMIN_QUERY_ACTIVATE_SERVICE "activate" /** * @@ -96,11 +96,11 @@ * Example query: * * @code - * http://localhost:10000/nhttp?disable=SERVICE_CONTEXT + * http://localhost:10000/nhttp?passivate=SERVICE_CONTEXT * @endcode * */ -#define NHTTPD_ADMIN_QUERY_DISABLE_SERVICE "disable" +#define NHTTPD_ADMIN_QUERY_PASSIVATE_SERVICE "passivate" #ifdef __cplusplus extern "C" { -- cgit v1.1-32-gdbae