summaryrefslogtreecommitdiffstats
path: root/util/include
diff options
context:
space:
mode:
authorGravatar nandika2010-02-22 08:53:22 +0000
committerGravatar nandika2010-02-22 08:53:22 +0000
commitc8df50d43aa411ec7968dd7816d655da141a998f (patch)
treea71cd7df6b05cf5298e785212831b606604d4b37 /util/include
parent405c5c6c13c7f5ac6b122ae5fba20415ba51351c (diff)
downloadaxis2c-c8df50d43aa411ec7968dd7816d655da141a998f.tar.gz
axis2c-c8df50d43aa411ec7968dd7816d655da141a998f.tar.bz2
new param constant added
git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@912515 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'util/include')
-rw-r--r--util/include/axutil_param.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/util/include/axutil_param.h b/util/include/axutil_param.h
index 415e201..998ca6b 100644
--- a/util/include/axutil_param.h
+++ b/util/include/axutil_param.h
@@ -49,6 +49,11 @@ extern "C"
* Field DOM_PARAM
*/
#define AXIS2_DOM_PARAM 1
+
+ /**
+ * DLL param
+ */
+#define AXIS2_DLL_PARAM 2
typedef struct axutil_param axutil_param_t;