You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by da...@apache.org on 2006/02/03 10:49:37 UTC

svn commit: r374624 - /webservices/axis2/trunk/c/include/axis2_file_handler.h

Author: damitha
Date: Fri Feb  3 01:49:33 2006
New Revision: 374624

URL: http://svn.apache.org/viewcvs?rev=374624&view=rev
Log:
removed env specific code

Modified:
    webservices/axis2/trunk/c/include/axis2_file_handler.h

Modified: webservices/axis2/trunk/c/include/axis2_file_handler.h
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/include/axis2_file_handler.h?rev=374624&r1=374623&r2=374624&view=diff
==============================================================================
--- webservices/axis2/trunk/c/include/axis2_file_handler.h (original)
+++ webservices/axis2/trunk/c/include/axis2_file_handler.h Fri Feb  3 01:49:33 2006
@@ -17,8 +17,6 @@
 #ifndef AXIS2_FILE_HANDLER_H
 #define AXIS2_FILE_HANDLER_H
 
-#include <axis2_allocator.h>
-#include <axis2_env.h>
 #include <axis2_string.h>
 
 #ifdef __cplusplus
@@ -41,8 +39,7 @@
  */ 
 AXIS2_DECLARE(void *) 
 axis2_file_handler_open(const char *file_name, 
-                        const char *options,
-                        axis2_env_t **env);
+                        const char *options);
 
 /**
  * close a file