There is a problem in this commit as well.
1. It is missing the env parameter as per the convention
2. IMHO the function name should be axis2_extract_arr and not axis2_aar_extract 3. given that the function is in axis2_dir_handler.h we should have axis2_dir_handler_ as the prefix 4. Why is it not give axis2_dir_handler struct as a parameter? If it is not required, why should this function be here in this header?

Thanks,
Samisa...

-------- Original Message --------
Subject: svn commit: r409189 - /webservices/axis2/trunk/c/util/include/axis2_dir_handler.h
Date:   Wed, 24 May 2006 15:15:45 -0000
From:   [EMAIL PROTECTED]
To:     [EMAIL PROTECTED]



Author: pini
Date: Wed May 24 08:15:45 2006
New Revision: 409189

URL: http://svn.apache.org/viewvc?rev=409189&view=rev
Log:
changes to archive based deployment model

Modified:
   webservices/axis2/trunk/c/util/include/axis2_dir_handler.h

Modified: webservices/axis2/trunk/c/util/include/axis2_dir_handler.h
URL: 
http://svn.apache.org/viewvc/webservices/axis2/trunk/c/util/include/axis2_dir_handler.h?rev=409189&r1=409188&r2=409189&view=diff
==============================================================================
--- webservices/axis2/trunk/c/util/include/axis2_dir_handler.h (original)
+++ webservices/axis2/trunk/c/util/include/axis2_dir_handler.h Wed May 24 
08:15:45 2006
@@ -53,6 +53,15 @@
    AXIS2_DECLARE(axis2_array_list_t *)
    axis2_dir_handler_list_service_or_module_dirs(axis2_env_t **env,
                                axis2_char_t *pathname);
+
+       /**
+       *      * Extract the archives in services and modules directories
+       *           * */
+
+       AXIS2_DECLARE(axis2_status_t *)
+       axis2_aar_extract();
+
+
/***********************Function Macros****************************************/




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to