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 na...@apache.org on 2006/06/01 03:17:20 UTC

svn commit: r410708 - /webservices/axis/trunk/c/src/engine/client/ClientAxisEngine.cpp

Author: nadiramra
Date: Wed May 31 18:17:19 2006
New Revision: 410708

URL: http://svn.apache.org/viewvc?rev=410708&view=rev
Log:
formatting correction...

Modified:
    webservices/axis/trunk/c/src/engine/client/ClientAxisEngine.cpp

Modified: webservices/axis/trunk/c/src/engine/client/ClientAxisEngine.cpp
URL: http://svn.apache.org/viewvc/webservices/axis/trunk/c/src/engine/client/ClientAxisEngine.cpp?rev=410708&r1=410707&r2=410708&view=diff
==============================================================================
--- webservices/axis/trunk/c/src/engine/client/ClientAxisEngine.cpp (original)
+++ webservices/axis/trunk/c/src/engine/client/ClientAxisEngine.cpp Wed May 31 18:17:19 2006
@@ -79,7 +79,7 @@
                     int     iStringLength = strlen( pchService);
                     char *  pszService = new char[iStringLength];
 
-                   memset( pszService, 0, iStringLength);
+                    memset( pszService, 0, iStringLength);
                     // If there is no # seperator, then strip off the outer quotes. if they exist !
                     if(strchr(pchService, '"') == NULL)
                     {
@@ -90,9 +90,10 @@
                         memcpy( pszService, pchService + 1, iStringLength - 2);
                     }
 
-                 pService = g_pWSDDDeployment->getService( pszService);
+                    pService = g_pWSDDDeployment->getService( pszService);
 
-                  delete [] pszService;                }
+                    delete [] pszService;                
+                  }
                 else
                 {
                     char * pchTempService = new char [strlen(pchService)+1];



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org