From 327f375e02d4282f973d0fb96e82b99858b32719 Mon Sep 17 00:00:00 2001 From: m0gg Date: Wed, 6 Dec 2006 11:27:20 +0000 Subject: C++ style comments removed --- libcsoap/soap-nhttp.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'libcsoap/soap-nhttp.c') diff --git a/libcsoap/soap-nhttp.c b/libcsoap/soap-nhttp.c index da30a11..22f78de 100644 --- a/libcsoap/soap-nhttp.c +++ b/libcsoap/soap-nhttp.c @@ -1,5 +1,5 @@ /****************************************************************** -* $Id: soap-nhttp.c,v 1.9 2006/12/03 17:30:57 m0gg Exp $ +* $Id: soap-nhttp.c,v 1.10 2006/12/06 11:27:20 m0gg Exp $ * * CSOAP Project: A SOAP client/server library in C * Copyright (C) 2003 Ferhat Ayaz @@ -201,8 +201,8 @@ soap_nhttp_process(httpd_conn_t * conn, struct hrequest_t * req) soap_ctx_add_files(ctx, req->attachments); - /* only local part is interesting... */ - // soap_addressing_set_to_address_string(ctx->env, req->path); + /* only local part is interesting... + soap_addressing_set_to_address_string(ctx->env, req->path); */ soap_transport_process(ctx, &response); @@ -284,7 +284,7 @@ _soap_nhttp_client_invoke(void *unused, struct SoapCtx *request, struct SoapCtx xmlDocDumpMemory(request->env->root->doc, &buffer, &size); - // xmlDocFormatDump(stdout, request->env->root->doc, 1); + /* xmlDocFormatDump(stdout, request->env->root->doc, 1); */ /* Transport via HTTP */ if (!(conn = httpc_new())) -- cgit v1.1-32-gdbae