summaryrefslogtreecommitdiffstats
path: root/libcsoap/soap-nhttp.c
diff options
context:
space:
mode:
authorGravatar m0gg2006-12-06 11:27:20 +0000
committerGravatar m0gg2006-12-06 11:27:20 +0000
commit327f375e02d4282f973d0fb96e82b99858b32719 (patch)
tree3af5cfd194376eaecca69cbaedb0dc32972103db /libcsoap/soap-nhttp.c
parentc489665ace13d32f4959904b0215ed1021d0acf6 (diff)
downloadcsoap-327f375e02d4282f973d0fb96e82b99858b32719.tar.gz
csoap-327f375e02d4282f973d0fb96e82b99858b32719.tar.bz2
C++ style comments removed
Diffstat (limited to 'libcsoap/soap-nhttp.c')
-rw-r--r--libcsoap/soap-nhttp.c8
1 files changed, 4 insertions, 4 deletions
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()))