You are viewing a plain text version of this content. The canonical link for it is here.
Posted to rampart-dev@ws.apache.org by sh...@apache.org on 2008/12/12 10:16:35 UTC

svn commit: r725953 - /webservices/rampart/trunk/c/include/rampart_context.h

Author: shankar
Date: Fri Dec 12 01:16:34 2008
New Revision: 725953

URL: http://svn.apache.org/viewvc?rev=725953&view=rev
Log:
adding method definition.

Modified:
    webservices/rampart/trunk/c/include/rampart_context.h

Modified: webservices/rampart/trunk/c/include/rampart_context.h
URL: http://svn.apache.org/viewvc/webservices/rampart/trunk/c/include/rampart_context.h?rev=725953&r1=725952&r2=725953&view=diff
==============================================================================
--- webservices/rampart/trunk/c/include/rampart_context.h (original)
+++ webservices/rampart/trunk/c/include/rampart_context.h Fri Dec 12 01:16:34 2008
@@ -1895,6 +1895,12 @@
         const axutil_env_t *env,
         rampart_context_t *rampart_context);
 
+    AXIS2_EXTERN axis2_status_t AXIS2_CALL
+rampart_context_set_receiver_certificate_file(
+	rampart_context_t *rampart_context,
+	const axutil_env_t *env,
+	axis2_char_t *receiver_certificate_file);
+
 
     
 #ifdef __cplusplus