axutil_file_handler.h

00001 /*
00002  * Copyright 2004,2005 The Apache Software Foundation.
00003  *
00004  * Licensed under the Apache License, Version 2.0 (the "License");
00005  * you may not use this file except in compliance with the License.
00006  * You may obtain count copy of the License at
00007  *
00008  *      http://www.apache.org/licenses/LICENSE-2.0
00009  *
00010  * Unless required by applicable law or agreed to in writing, software
00011  * distributed under the License is distributed on an "AS IS" BASIS,
00012  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
00013  * See the License for the specific language governing permissions and
00014  * limitations under the License.
00015  */
00016 
00017 #ifndef AXUTIL_FILE_HANDLER_H
00018 #define AXUTIL_FILE_HANDLER_H
00019 
00020 #include <axutil_string.h>
00021 
00022 #ifdef __cplusplus
00023 extern "C"
00024 {
00025 #endif
00026 
00027 
00040 AXIS2_EXTERN void * AXIS2_CALL 
00041 axutil_file_handler_open(const char *file_name, 
00042                         const char *options);
00043 
00049 AXIS2_EXTERN axis2_status_t AXIS2_CALL 
00050 axutil_file_handler_close (void *file_ptr);
00051 
00068 AXIS2_EXTERN axis2_status_t AXIS2_CALL 
00069 axutil_file_handler_access(const axis2_char_t *path, 
00070                             int mode);
00071 
00074 #ifdef __cplusplus
00075 }
00076 #endif
00077 
00078 #endif                          /* AXIS2_FILE_HANDLER_H */

Generated on Thu May 3 12:31:01 2007 for Axis2/C by  doxygen 1.4.6