You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by da...@apache.org on 2005/11/02 09:05:40 UTC

svn commit: r330208 - in /webservices/axis2/trunk/c: include/axis2_context_message.h include/axis2_context_msg_context.h include/axis2_environment.h modules/core/context/src/axis2_context_message.c modules/core/context/src/axis2_context_msg_context.c

Author: damitha
Date: Wed Nov  2 00:05:24 2005
New Revision: 330208

URL: http://svn.apache.org/viewcvs?rev=330208&view=rev
Log:
renamed axis2_context_msg_context.h to axis2_context_message.h

Added:
    webservices/axis2/trunk/c/include/axis2_context_message.h
      - copied unchanged from r329981, webservices/axis2/trunk/c/include/axis2_context_msg_context.h
    webservices/axis2/trunk/c/modules/core/context/src/axis2_context_message.c
      - copied unchanged from r329995, webservices/axis2/trunk/c/modules/core/context/src/axis2_context_msg_context.c
Removed:
    webservices/axis2/trunk/c/include/axis2_context_msg_context.h
    webservices/axis2/trunk/c/modules/core/context/src/axis2_context_msg_context.c
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=330208&r1=330207&r2=330208&view=diff
==============================================================================
--- webservices/axis2/trunk/c/include/axis2_environment.h (original)
+++ webservices/axis2/trunk/c/include/axis2_environment.h Wed Nov  2 00:05:24 2005
@@ -63,6 +63,9 @@
         axis2_stream_t *stream;
         /** Logging routines */
         axis2_log_t *log;
+		
+		/** Status code */
+		axis2_status_t status;
     } axis2_env_t;
 
   /**