Author: milinda
Date: Fri May 30 04:15:44 2008
New Revision: 661650

URL: http://svn.apache.org/viewvc?rev=661650&view=rev
Log:
Removing deprecated method from rampart_context.h

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=661650&r1=661649&r2=661650&view=diff
==============================================================================
--- webservices/rampart/trunk/c/include/rampart_context.h (original)
+++ webservices/rampart/trunk/c/include/rampart_context.h Fri May 30 04:15:44 
2008
@@ -327,20 +327,8 @@
     rampart_context_set_certificate_file(rampart_context_t *rampart_context,
                                          const axutil_env_t *env,
                                          axis2_char_t *certificate_file);
-    /**
-     *
-     * @param rampart_context
-     * @param env pointer to environment struct,Must not be NULL.
-     * @param reciever_cerficate_file
-     * @returns status of the op.                                              
                                                          
-     * AXIS2_SUCCESS on success and AXIS2_FAILURE on error          
-     */
-
-    AXIS2_EXTERN axis2_status_t AXIS2_CALL
-    rampart_context_set_reciever_certificate_file(rampart_context_t 
*rampart_context,
-            const axutil_env_t *env,
-            axis2_char_t *reciever_certificate_file);
-    /**
+    
+       /**
      *
      * @param rampart_context
      * @param env pointer to environment struct,Must not be NULL.


Reply via email to