WSFDefines.h

Go to the documentation of this file.
00001 /*
00002  * Copyright 2005-2009 WSO2, Inc. http://wso2.com
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 a 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 WSFDEFINES_H
00018 #define WSFDEFINES_H
00019 
00020 
00021 #include <axutil_utils_defines.h>
00022 
00128 #define WSF_EXTERN AXIS2_EXTERN
00129 
00130 #define WSF_CALL AXIS2_CALL
00131 
00132 #define WSF_USLEEP AXIS2_USLEEP
00133 
00134 #define WSF_SLEEP AXIS2_SLEEP
00135 
00138 #define WSF_LOG_LEVEL_CRITICAL AXIS2_LOG_LEVEL_CRITICAL
00139 
00141 #define WSF_LOG_LEVEL_ERROR AXIS2_LOG_LEVEL_ERROR
00142 
00144 #define WSF_LOG_LEVEL_WARNING AXIS2_LOG_LEVEL_WARNING
00145 
00147 #define WSF_LOG_LEVEL_INFO AXIS2_LOG_LEVEL_INFO
00148 
00150 #define WSF_LOG_LEVEL_DEBUG AXIS2_LOG_LEVEL_DEBUG
00151 
00153 #define WSF_LOG_LEVEL_USER AXIS2_LOG_LEVEL_USER
00154 
00156 #define WSF_LOG_LEVEL_TRACE AXIS2_LOG_LEVEL_TRACE
00157 
00158 #define AxisFault WSFault
00159 
00160 #endif // WSFDEFINES_H

Generated on Wed Oct 14 00:43:25 2009 for WSF/CPP by  doxygen 1.5.7.1