blob: 0de23d50cd4a900f0174fa2d66547802b8f39af4 [file] [log] [blame]
/*
* Copyright 2004,2005 The Apache Software Foundation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
#ifndef AXIS2_UTIL_H
#define AXIS2_UTIL_H
#include <axis2_allocator.h>
#include <axis2_array_list.h>
#include <axis2_class_loader.h>
#include <axis2_dir_handler.h>
#include <axis2_dll_desc.h>
#include <axis2_env.h>
#include <axis2_error.h>
#include <axis2_file.h>
#include <axis2_file_handler.h>
#include <axis2_hash.h>
#include <axis2_linked_list.h>
#include <axis2_log.h>
#include <axis2_network_handler.h>
#include <axis2_param.h>
#include <axis2_param_container.h>
#include <axis2_property.h>
#include <axis2_qname.h>
#include <axis2_stack.h>
#include <axis2_stream.h>
#include <axis2_string.h>
#include <axis2_string_util.h>
#include <axis2_thread_pool.h>
#include <axis2_types.h>
#include <axis2_url.h>
#include <axis2_utils.h>
#include <axis2_uuid_gen.h>
#include <platforms/axis2_platform_auto_sense.h>
#ifdef __cplusplus
extern "C"
{
#endif
/** @} */
#ifdef __cplusplus
}
#endif
#endif /* AXIS2_UTIL_H */