Author: damitha
Date: Wed Feb 6 20:49:05 2008
New Revision: 619262
URL: http://svn.apache.org/viewvc?rev=619262&view=rev
Log:
Added missing function headers
Modified:
webservices/sandesha/trunk/c/include/sandesha2_property_bean.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=619262&r1=619261&r2=619262&view=diff
==============================================================================
--- webservices/sandesha/trunk/c/include/sandesha2_property_bean.h (original)
+++ webservices/sandesha/trunk/c/include/sandesha2_property_bean.h Wed Feb 6
20:49:05 2008
@@ -204,7 +204,16 @@
const axutil_env_t *env,
int delay);
-
+int AXIS2_CALL
+sandesha2_property_bean_get_polling_wait_time (
+ sandesha2_property_bean_t *bean,
+ const axutil_env_t *env);
+
+axis2_status_t AXIS2_CALL
+sandesha2_property_bean_set_polling_wait_time(
+ sandesha2_property_bean_t *bean,
+ const axutil_env_t *env,
+ int wait_time);
/** @} */
#ifdef __cplusplus
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]