summaryrefslogtreecommitdiffstats
path: root/kresources/groupwise/soap/stdsoap2.h
diff options
context:
space:
mode:
Diffstat (limited to 'kresources/groupwise/soap/stdsoap2.h')
-rw-r--r--kresources/groupwise/soap/stdsoap2.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/kresources/groupwise/soap/stdsoap2.h b/kresources/groupwise/soap/stdsoap2.h
index 603d4def..7dee722a 100644
--- a/kresources/groupwise/soap/stdsoap2.h
+++ b/kresources/groupwise/soap/stdsoap2.h
@@ -896,7 +896,7 @@ extern const struct soap_double_nan { unsigned int n1, n2; } soap_double_nan;
typedef soap_int32 soap_mode;
-#define SOAP_IO 0x00000003 /* IO tqmask */
+#define SOAP_IO 0x00000003 /* IO mask */
#define SOAP_IO_FLUSH 0x00000000 /* flush output immediately, no buffering */
#define SOAP_IO_BUFFER 0x00000001 /* buffer output in packets of size SOAP_BUFLEN */
#define SOAP_IO_STORE 0x00000002 /* store entire output to determine length for transport */
@@ -914,7 +914,7 @@ typedef soap_int32 soap_mode;
#define SOAP_ENC_ZLIB 0x00000400
#define SOAP_ENC_SSL 0x00000800
-#define SOAP_ENC 0x00000FFF /* IO and ENC tqmask */
+#define SOAP_ENC 0x00000FFF /* IO and ENC mask */
#define SOAP_XML_STRICT 0x00001000 /* strict validation */
#define SOAP_XML_CANONICAL 0x00002000 /* C14N canonical XML */
@@ -1236,7 +1236,7 @@ class soap_dom_iterator
#ifndef WITH_LEANER
struct soap_dom_element
{ struct soap_dom_element *next; /* next sibling */
- struct soap_dom_element *prnt; /* tqparent */
+ struct soap_dom_element *prnt; /* parent */
struct soap_dom_element *elts; /* first child element */
struct soap_dom_attribute *atts; /* first child attribute */
const char *nstr; /* namespace string */