You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by sa...@apache.org on 2003/09/16 10:59:13 UTC

cvs commit: xml-axis/c/src/engine ServerAxisEngine.cpp

sanjaya     2003/09/16 01:59:13

  Modified:    c/src/engine ServerAxisEngine.cpp
  Log:
  added a comment :)
  
  Revision  Changes    Path
  1.2       +9 -1      xml-axis/c/src/engine/ServerAxisEngine.cpp
  
  Index: ServerAxisEngine.cpp
  ===================================================================
  RCS file: /home/cvs/xml-axis/c/src/engine/ServerAxisEngine.cpp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- ServerAxisEngine.cpp	11 Sep 2003 10:42:48 -0000	1.1
  +++ ServerAxisEngine.cpp	16 Sep 2003 08:59:13 -0000	1.2
  @@ -252,9 +252,17 @@
   
   	pMsg->setPastPivotState(true);
   
  +	/*
  +	The case clauses in this switch statement have no breaks.
  +	Hence, if Everything up to web service invokation was successful
  +	then all response handlers are invoked. If there was a failure
  +	at some point the response handlers from that point onwards
  +	are invoked.
  +	*/
   	switch (level)
   	{
  -	case AE_SERV: //everything success
  +	
  +	case AE_SERV: //Everything Success.
   		Status = SUCCESS;
   		//no break;
   	case AE_SERH: //actual web service handler has failed