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 2008/10/11 06:05:09 UTC

svn commit: r703628 - in /webservices/axis/trunk/c/src: common/ engine/ soap/ wsdd/ xml/xerces/

Author: nadiramra
Date: Fri Oct 10 21:05:05 2008
New Revision: 703628

URL: http://svn.apache.org/viewvc?rev=703628&view=rev
Log:
Remove unnecessary ifdef WIN32...

Modified:
    webservices/axis/trunk/c/src/common/AxisTrace.h
    webservices/axis/trunk/c/src/common/Param.h
    webservices/axis/trunk/c/src/engine/AxisEngine.h
    webservices/axis/trunk/c/src/engine/HandlerPool.h
    webservices/axis/trunk/c/src/engine/SharedObject.h
    webservices/axis/trunk/c/src/soap/CharacterElement.h
    webservices/axis/trunk/c/src/soap/ComplexElement.h
    webservices/axis/trunk/c/src/soap/SoapAttachment.hpp
    webservices/axis/trunk/c/src/soap/SoapAttachmentHeaders.hpp
    webservices/axis/trunk/c/src/soap/SoapFault.h
    webservices/axis/trunk/c/src/soap/URIMapping.h
    webservices/axis/trunk/c/src/wsdd/WSDDDeployment.h
    webservices/axis/trunk/c/src/wsdd/WSDDDocument.h
    webservices/axis/trunk/c/src/wsdd/WSDDHandler.h
    webservices/axis/trunk/c/src/xml/xerces/XMLParserXerces.h

Modified: webservices/axis/trunk/c/src/common/AxisTrace.h
URL: http://svn.apache.org/viewvc/webservices/axis/trunk/c/src/common/AxisTrace.h?rev=703628&r1=703627&r2=703628&view=diff
==============================================================================
--- webservices/axis/trunk/c/src/common/AxisTrace.h (original)
+++ webservices/axis/trunk/c/src/common/AxisTrace.h Fri Oct 10 21:05:05 2008
@@ -121,10 +121,6 @@
     AxisTraceEntrypoints *g_traceEntrypoints = NULL;
 #endif
 
-#ifdef WIN32
-#pragma warning (disable : 4251)
-#endif
-
 class STORAGE_CLASS_INFO AxisTrace
 {
 public:

Modified: webservices/axis/trunk/c/src/common/Param.h
URL: http://svn.apache.org/viewvc/webservices/axis/trunk/c/src/common/Param.h?rev=703628&r1=703627&r2=703628&view=diff
==============================================================================
--- webservices/axis/trunk/c/src/common/Param.h (original)
+++ webservices/axis/trunk/c/src/common/Param.h Fri Oct 10 21:05:05 2008
@@ -15,10 +15,6 @@
  *   limitations under the License.
  */
 
-#ifdef WIN32
-#pragma warning (disable : 4786)
-#endif
-
 #if !defined(_PARAM_H____OF_AXIS_INCLUDED_)
 #define _PARAM_H____OF_AXIS_INCLUDED_
 

Modified: webservices/axis/trunk/c/src/engine/AxisEngine.h
URL: http://svn.apache.org/viewvc/webservices/axis/trunk/c/src/engine/AxisEngine.h?rev=703628&r1=703627&r2=703628&view=diff
==============================================================================
--- webservices/axis/trunk/c/src/engine/AxisEngine.h (original)
+++ webservices/axis/trunk/c/src/engine/AxisEngine.h Fri Oct 10 21:05:05 2008
@@ -20,10 +20,6 @@
  *   @author Susantha Kumara (skumara@virtusa.com)
  *
  */
- 
-#ifdef WIN32
-#pragma warning (disable : 4786)
-#endif
 
 #if !defined(__AXISENGINE_OF_AXIS_INCLUDED__)
 #define __AXISENGINE_OF_AXIS_INCLUDED__

Modified: webservices/axis/trunk/c/src/engine/HandlerPool.h
URL: http://svn.apache.org/viewvc/webservices/axis/trunk/c/src/engine/HandlerPool.h?rev=703628&r1=703627&r2=703628&view=diff
==============================================================================
--- webservices/axis/trunk/c/src/engine/HandlerPool.h (original)
+++ webservices/axis/trunk/c/src/engine/HandlerPool.h Fri Oct 10 21:05:05 2008
@@ -16,10 +16,6 @@
  *
  */
 
-#ifdef WIN32
-#pragma warning (disable : 4503)
-#endif
-
 #if !defined(AXIS_HANDLERPOOL_H__OF_AXIS_INCLUDED_)
 #define AXIS_HANDLERPOOL_H__OF_AXIS_INCLUDED_
 

Modified: webservices/axis/trunk/c/src/engine/SharedObject.h
URL: http://svn.apache.org/viewvc/webservices/axis/trunk/c/src/engine/SharedObject.h?rev=703628&r1=703627&r2=703628&view=diff
==============================================================================
--- webservices/axis/trunk/c/src/engine/SharedObject.h (original)
+++ webservices/axis/trunk/c/src/engine/SharedObject.h Fri Oct 10 21:05:05 2008
@@ -16,10 +16,6 @@
  *   limitations under the License.
  */
 
-#ifdef WIN32
-#pragma warning (disable : 4786)
-#endif
-
 #if !defined(AXIS_SHAREDOBJECT_H__OF_AXIS_INCLUDED_)
 #define AXIS_SHAREDOBJECT_H__OF_AXIS_INCLUDED_
 

Modified: webservices/axis/trunk/c/src/soap/CharacterElement.h
URL: http://svn.apache.org/viewvc/webservices/axis/trunk/c/src/soap/CharacterElement.h?rev=703628&r1=703627&r2=703628&view=diff
==============================================================================
--- webservices/axis/trunk/c/src/soap/CharacterElement.h (original)
+++ webservices/axis/trunk/c/src/soap/CharacterElement.h Fri Oct 10 21:05:05 2008
@@ -15,28 +15,9 @@
  *
  */
 
-/*
- * Revision 1.1  2004/05/25 samisa
- * Added copy constructure and clone for copy constructing derived classes
- */
-
-/*
- * Revision 1.2  2004/06/13 roshan
- * Added doxygen comments to help autobuild API docs
- */
-
-/*
- * Revision 1.3  2004/07/28 roshan
- * Added the method getLocalName().
- */
-
 #if !defined(_CHARACTERELEMENT_H____OF_AXIS_INCLUDED_)
 #define _CHARACTERELEMENT_H____OF_AXIS_INCLUDED_
 
-#ifdef WIN32
-#pragma warning (disable : 4786)
-#endif
-
 #include <axis/BasicNode.hpp>
 #include "SoapSerializer.h"
 

Modified: webservices/axis/trunk/c/src/soap/ComplexElement.h
URL: http://svn.apache.org/viewvc/webservices/axis/trunk/c/src/soap/ComplexElement.h?rev=703628&r1=703627&r2=703628&view=diff
==============================================================================
--- webservices/axis/trunk/c/src/soap/ComplexElement.h (original)
+++ webservices/axis/trunk/c/src/soap/ComplexElement.h Fri Oct 10 21:05:05 2008
@@ -17,38 +17,9 @@
  *
  */
 
-/*
- * This software consists of voluntary contributions made by many
- * individuals on behalf of the Apache Software Foundation.  For more
- * information on the Apache Software Foundation, please see
- * <http://www.apache.org/>.
- *
- *
- */
-
-/*
- * Revision 1.1  2004/05/25 samisa
- * Added copy constructure and clone for copy constructing derived classes
- */
-
-/*
- * Revision 1.2  2004/06/13 roshan
- * Added doxygen comments to help autobuild API docs
- */
-
-/*
- * Revision 1.3  2004/07/28 roshan
- * Added the method getLocalName()
- */
-
-
 #if !defined(AXIS_COMPLEXELEMENT_H__OF_AXIS_INCLUDED_)
 #define AXIS_COMPLEXELEMENT_H__OF_AXIS_INCLUDED_
 
-#ifdef WIN32
-#pragma warning (disable : 4786)
-#endif
-
 #include <list>
 #include <axis/BasicNode.hpp>
 #include "Attribute.h"

Modified: webservices/axis/trunk/c/src/soap/SoapAttachment.hpp
URL: http://svn.apache.org/viewvc/webservices/axis/trunk/c/src/soap/SoapAttachment.hpp?rev=703628&r1=703627&r2=703628&view=diff
==============================================================================
--- webservices/axis/trunk/c/src/soap/SoapAttachment.hpp (original)
+++ webservices/axis/trunk/c/src/soap/SoapAttachment.hpp Fri Oct 10 21:05:05 2008
@@ -21,12 +21,6 @@
  *
  */
 
-// SoapAttachment.h: interface for the SoapAttachment class.
-
-//
-
-//////////////////////////////////////////////////////////////////////
-
 
 
 #if !defined(AFX_SOAPATTACHMENT_H__7E7B50DC_21AF_4C6E_83E0_F77985A38E43__INCLUDED_)
@@ -48,10 +42,6 @@
 
 AXIS_CPP_NAMESPACE_START
 
-#ifdef WIN32
-#pragma warning (disable : 4251)
-#endif
-
 class SoapSerializer;
 
 class STORAGE_CLASS_INFO SoapAttachment : public ISoapAttachment

Modified: webservices/axis/trunk/c/src/soap/SoapAttachmentHeaders.hpp
URL: http://svn.apache.org/viewvc/webservices/axis/trunk/c/src/soap/SoapAttachmentHeaders.hpp?rev=703628&r1=703627&r2=703628&view=diff
==============================================================================
--- webservices/axis/trunk/c/src/soap/SoapAttachmentHeaders.hpp (original)
+++ webservices/axis/trunk/c/src/soap/SoapAttachmentHeaders.hpp Fri Oct 10 21:05:05 2008
@@ -21,12 +21,6 @@
  *
  */
 
-// SoapAttachmentHeaders.h: interface for the SoapAttachmentHeaders class.
-
-//
-
-//////////////////////////////////////////////////////////////////////
-
 
 #if !defined(AFX_SOAPATTACHMENTHEADERS_H__88A54506_DC18_41D4_B484_AB877ADC42D4__INCLUDED_)
 #define AFX_SOAPATTACHMENTHEADERS_H__88A54506_DC18_41D4_B484_AB877ADC42D4__INCLUDED_
@@ -35,10 +29,6 @@
 #pragma once
 #endif // _MSC_VER > 1000
 
-#ifdef WIN32
-#pragma warning( disable : 4786 )
-#endif
-
 #include <vector>
 #include <string>
 #include <axis/GDefine.hpp>

Modified: webservices/axis/trunk/c/src/soap/SoapFault.h
URL: http://svn.apache.org/viewvc/webservices/axis/trunk/c/src/soap/SoapFault.h?rev=703628&r1=703627&r2=703628&view=diff
==============================================================================
--- webservices/axis/trunk/c/src/soap/SoapFault.h (original)
+++ webservices/axis/trunk/c/src/soap/SoapFault.h Fri Oct 10 21:05:05 2008
@@ -15,10 +15,6 @@
  *   limitations under the License.
  */
 
-#ifdef WIN32
-#pragma warning (disable : 4786)
-#endif
-
 #if !defined(_SOAPFAULT_H____OF_AXIS_INCLUDED_)
 #define _SOAPFAULT_H____OF_AXIS_INCLUDED_
 

Modified: webservices/axis/trunk/c/src/soap/URIMapping.h
URL: http://svn.apache.org/viewvc/webservices/axis/trunk/c/src/soap/URIMapping.h?rev=703628&r1=703627&r2=703628&view=diff
==============================================================================
--- webservices/axis/trunk/c/src/soap/URIMapping.h (original)
+++ webservices/axis/trunk/c/src/soap/URIMapping.h Fri Oct 10 21:05:05 2008
@@ -15,10 +15,6 @@
  *   limitations under the License.
  */
 
-#ifdef WIN32
-#pragma warning (disable : 4786)
-#endif
-
 #if !defined(AXIS_URIMAPPING_H__OF_AXIS_INCLUDED_)
 #define AXIS_URIMAPPING_H__OF_AXIS_INCLUDED_
 

Modified: webservices/axis/trunk/c/src/wsdd/WSDDDeployment.h
URL: http://svn.apache.org/viewvc/webservices/axis/trunk/c/src/wsdd/WSDDDeployment.h?rev=703628&r1=703627&r2=703628&view=diff
==============================================================================
--- webservices/axis/trunk/c/src/wsdd/WSDDDeployment.h (original)
+++ webservices/axis/trunk/c/src/wsdd/WSDDDeployment.h Fri Oct 10 21:05:05 2008
@@ -14,10 +14,6 @@
  *   limitations under the License.
  */
 
-#ifdef WIN32
-#pragma warning (disable : 4786)
-#endif
-
 #if !defined(AXIS_WSDDDEPLOYMENT_H__OF_AXIS_INCLUDED_)
 #define AXIS_WSDDDEPLOYMENT_H__OF_AXIS_INCLUDED_
 

Modified: webservices/axis/trunk/c/src/wsdd/WSDDDocument.h
URL: http://svn.apache.org/viewvc/webservices/axis/trunk/c/src/wsdd/WSDDDocument.h?rev=703628&r1=703627&r2=703628&view=diff
==============================================================================
--- webservices/axis/trunk/c/src/wsdd/WSDDDocument.h (original)
+++ webservices/axis/trunk/c/src/wsdd/WSDDDocument.h Fri Oct 10 21:05:05 2008
@@ -14,10 +14,6 @@
  *   limitations under the License.
  */
 
-#ifdef WIN32
-#pragma warning(disable : 4786)
-#endif
-
 #if !defined(__WSDDDOCUMENT_H_OF_AXIS_INCLUDED__)
 #define __WSDDDOCUMENT_H_OF_AXIS_INCLUDED__
 

Modified: webservices/axis/trunk/c/src/wsdd/WSDDHandler.h
URL: http://svn.apache.org/viewvc/webservices/axis/trunk/c/src/wsdd/WSDDHandler.h?rev=703628&r1=703627&r2=703628&view=diff
==============================================================================
--- webservices/axis/trunk/c/src/wsdd/WSDDHandler.h (original)
+++ webservices/axis/trunk/c/src/wsdd/WSDDHandler.h Fri Oct 10 21:05:05 2008
@@ -14,10 +14,6 @@
  *   limitations under the License.
  */
 
-#ifdef WIN32
-#pragma warning (disable : 4786)
-#endif
-
 #if !defined(_WSDDHANDLER_H__NCLUDED_)
 #define _WSDDHANDLER_H__NCLUDED_
 

Modified: webservices/axis/trunk/c/src/xml/xerces/XMLParserXerces.h
URL: http://svn.apache.org/viewvc/webservices/axis/trunk/c/src/xml/xerces/XMLParserXerces.h?rev=703628&r1=703627&r2=703628&view=diff
==============================================================================
--- webservices/axis/trunk/c/src/xml/xerces/XMLParserXerces.h (original)
+++ webservices/axis/trunk/c/src/xml/xerces/XMLParserXerces.h Fri Oct 10 21:05:05 2008
@@ -18,11 +18,6 @@
  *    @author sanjaya singharage (sanjayas@opensource.lk)
  */
 
-
-#ifdef WIN32
-#pragma warning (disable : 4786)
-#endif
-
 #if !defined(__XMLPARSERXERCES_H_OF_AXIS_INCLUDED__)
 #define __XMLPARSERXERCES_H_OF_AXIS_INCLUDED__