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 la...@apache.org on 2008/04/14 12:24:15 UTC

svn commit: r647724 - /webservices/rampart/trunk/c/include/rampart_engine.h

Author: lahiru
Date: Mon Apr 14 03:24:11 2008
New Revision: 647724

URL: http://svn.apache.org/viewvc?rev=647724&view=rev
Log:
Hackathon RampartC: Add method discription to header

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

Modified: webservices/rampart/trunk/c/include/rampart_engine.h
URL: http://svn.apache.org/viewvc/webservices/rampart/trunk/c/include/rampart_engine.h?rev=647724&r1=647723&r2=647724&view=diff
==============================================================================
--- webservices/rampart/trunk/c/include/rampart_engine.h (original)
+++ webservices/rampart/trunk/c/include/rampart_engine.h Mon Apr 14 03:24:11 2008
@@ -39,6 +39,13 @@
 extern "C"
 {
 #endif
+    /**
+     * 
+     * @param env pointer to environment struct,Must not be 
+     * @param msg_ctx
+     * @param is_inflow
+     * returns 
+     */
 
     AXIS2_EXTERN rampart_context_t *AXIS2_CALL
     rampart_engine_build_configuration(
@@ -50,3 +57,10 @@
 }
 #endif
 #endif
+
+
+
+
+
+
+