aboutsummaryrefslogtreecommitdiff
path: root/samples/components/c/env.h
diff options
context:
space:
mode:
Diffstat (limited to 'samples/components/c/env.h')
-rw-r--r--samples/components/c/env.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/samples/components/c/env.h b/samples/components/c/env.h
new file mode 100644
index 0000000..4533193
--- /dev/null
+++ b/samples/components/c/env.h
@@ -0,0 +1,20 @@
+/* env.h
+
+ Defines gSOAP environment shared by client and service modules
+
+ Imports SOAP Fault and SOAP Header structures, which will be
+ shared by client and service modules. The Header structure
+ should contain all fields required by the clients and services.
+
+ Copyright (C) 2000-2003 Robert A. van Engelen, Genivia inc.
+ All Rights Reserved.
+
+ Compile:
+ soapcpp2 -penv env.h
+ c++ -c envC.cpp
+ c++ -DWITH_NONAMESPACES -c stdsoap2.cpp
+
+*/
+
+#import "header.h" // optional user-defined headers
+#import "fault.h" // optional user-defined fault details