Author: samisa
Date: Wed Nov 2 21:22:21 2005
New Revision: 330464
URL: http://svn.apache.org/viewcvs?rev=330464&view=rev
Log:
Fixed few naming conventions
Modified:
webservices/axis2/trunk/c/include/axis2_environment.h
Modified: webservices/axis2/trunk/c/include/axis2_environment.h
URL:
http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/include/axis2_environment.h?rev=330464&r1=330463&r2=330464&view=diff
==============================================================================
--- webservices/axis2/trunk/c/include/axis2_environment.h (original)
+++ webservices/axis2/trunk/c/include/axis2_environment.h Wed Nov 2 21:22:21
2005
@@ -97,7 +97,7 @@
*/
AXIS2_DECLARE(axis2_status_t) axis2_environment_check_status (axis2_env_t
*env);
- #define AXIS2_ENVIRONMENT_CHECK(env,error_return) \
+ #define AXIS2_ENV_CHECK(env, error_return) \
if(!env || !(*env)) \
{ \
axis2_allocator_t *allocator = axis2_allocator_init (NULL); \