Author: damitha
Date: Sun Nov 1 17:20:10 2009
New Revision: 831713
URL: http://svn.apache.org/viewvc?rev=831713&view=rev
Log:
Get spec version from policy
Modified:
webservices/sandesha/trunk/c/include/sandesha2_property_bean.h
webservices/sandesha/trunk/c/include/sandesha2_utils.h
Modified: webservices/sandesha/trunk/c/include/sandesha2_property_bean.h
URL:
http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/include/sandesha2_property_bean.h?rev=831713&r1=831712&r2=831713&view=diff
==============================================================================
--- webservices/sandesha/trunk/c/include/sandesha2_property_bean.h (original)
+++ webservices/sandesha/trunk/c/include/sandesha2_property_bean.h Sun Nov 1
17:20:10 2009
@@ -214,7 +214,18 @@
sandesha2_property_bean_t *bean,
const axutil_env_t *env,
int delay);
-
+
+axis2_char_t* AXIS2_CALL
+sandesha2_property_bean_get_spec_version(
+ sandesha2_property_bean_t *bean,
+ const axutil_env_t *env);
+
+axis2_status_t AXIS2_CALL
+sandesha2_property_bean_set_spec_version(
+ sandesha2_property_bean_t *bean,
+ const axutil_env_t *env,
+ axis2_char_t *spec_version);
+
/** @} */
#ifdef __cplusplus
}
Modified: webservices/sandesha/trunk/c/include/sandesha2_utils.h
URL:
http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/include/sandesha2_utils.h?rev=831713&r1=831712&r2=831713&view=diff
==============================================================================
--- webservices/sandesha/trunk/c/include/sandesha2_utils.h (original)
+++ webservices/sandesha/trunk/c/include/sandesha2_utils.h Sun Nov 1 17:20:10
2009
@@ -65,8 +65,7 @@
AXIS2_EXTERN axis2_char_t* AXIS2_CALL
sandesha2_utils_get_rm_version(
const axutil_env_t *env,
- axis2_char_t *key,
- sandesha2_seq_property_mgr_t *seq_prop_mgr);
+ axis2_msg_ctx_t *msg_ctx);
AXIS2_EXTERN sandesha2_storage_mgr_t* AXIS2_CALL
sandesha2_utils_get_storage_mgr(
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]