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 05:41:22 UTC

svn commit: r703625 [2/2] - in /webservices/axis/trunk/c: src/cbindings/ src/cbindings/client/ src/common/ src/engine/ src/engine/client/ src/platforms/windows/ src/soap/ src/soap/xsd/ src/soap/xsd/constraints/ src/transport/axis3/ src/transport/axis3/...

Modified: webservices/axis/trunk/c/src/soap/xsd/Language.cpp
URL: http://svn.apache.org/viewvc/webservices/axis/trunk/c/src/soap/xsd/Language.cpp?rev=703625&r1=703624&r2=703625&view=diff
==============================================================================
--- webservices/axis/trunk/c/src/soap/xsd/Language.cpp (original)
+++ webservices/axis/trunk/c/src/soap/xsd/Language.cpp Fri Oct 10 20:41:17 2008
@@ -13,6 +13,9 @@
 // See the License for the specific language governing permissions and
 // limitations under the License.
 
+// !!! This include file must be first thing in file !!!
+#include "../../platforms/PlatformAutoSense.hpp"
+
 #include "Language.hpp"
 
 AXIS_CPP_NAMESPACE_START

Modified: webservices/axis/trunk/c/src/soap/xsd/Long.cpp
URL: http://svn.apache.org/viewvc/webservices/axis/trunk/c/src/soap/xsd/Long.cpp?rev=703625&r1=703624&r2=703625&view=diff
==============================================================================
--- webservices/axis/trunk/c/src/soap/xsd/Long.cpp (original)
+++ webservices/axis/trunk/c/src/soap/xsd/Long.cpp Fri Oct 10 20:41:17 2008
@@ -13,6 +13,7 @@
 // See the License for the specific language governing permissions and
 // limitations under the License.
 
+// !!! This include file must be first thing in file !!!
 #include "../../platforms/PlatformAutoSense.hpp"
 
 #include "Long.hpp"

Modified: webservices/axis/trunk/c/src/soap/xsd/NCName.cpp
URL: http://svn.apache.org/viewvc/webservices/axis/trunk/c/src/soap/xsd/NCName.cpp?rev=703625&r1=703624&r2=703625&view=diff
==============================================================================
--- webservices/axis/trunk/c/src/soap/xsd/NCName.cpp (original)
+++ webservices/axis/trunk/c/src/soap/xsd/NCName.cpp Fri Oct 10 20:41:17 2008
@@ -13,6 +13,9 @@
 // See the License for the specific language governing permissions and
 // limitations under the License.
 
+// !!! This include file must be first thing in file !!!
+#include "../../platforms/PlatformAutoSense.hpp"
+
 #include "NCName.hpp"
 
 AXIS_CPP_NAMESPACE_START

Modified: webservices/axis/trunk/c/src/soap/xsd/NMTOKEN.cpp
URL: http://svn.apache.org/viewvc/webservices/axis/trunk/c/src/soap/xsd/NMTOKEN.cpp?rev=703625&r1=703624&r2=703625&view=diff
==============================================================================
--- webservices/axis/trunk/c/src/soap/xsd/NMTOKEN.cpp (original)
+++ webservices/axis/trunk/c/src/soap/xsd/NMTOKEN.cpp Fri Oct 10 20:41:17 2008
@@ -13,6 +13,9 @@
 // See the License for the specific language governing permissions and
 // limitations under the License.
 
+// !!! This include file must be first thing in file !!!
+#include "../../platforms/PlatformAutoSense.hpp"
+
 #include "NMTOKEN.hpp"
 
 AXIS_CPP_NAMESPACE_START

Modified: webservices/axis/trunk/c/src/soap/xsd/NMTOKENS.cpp
URL: http://svn.apache.org/viewvc/webservices/axis/trunk/c/src/soap/xsd/NMTOKENS.cpp?rev=703625&r1=703624&r2=703625&view=diff
==============================================================================
--- webservices/axis/trunk/c/src/soap/xsd/NMTOKENS.cpp (original)
+++ webservices/axis/trunk/c/src/soap/xsd/NMTOKENS.cpp Fri Oct 10 20:41:17 2008
@@ -13,6 +13,9 @@
 // See the License for the specific language governing permissions and
 // limitations under the License.
 
+// !!! This include file must be first thing in file !!!
+#include "../../platforms/PlatformAutoSense.hpp"
+
 #include "NMTOKENS.hpp"
 
 AXIS_CPP_NAMESPACE_START

Modified: webservices/axis/trunk/c/src/soap/xsd/NOTATION.cpp
URL: http://svn.apache.org/viewvc/webservices/axis/trunk/c/src/soap/xsd/NOTATION.cpp?rev=703625&r1=703624&r2=703625&view=diff
==============================================================================
--- webservices/axis/trunk/c/src/soap/xsd/NOTATION.cpp (original)
+++ webservices/axis/trunk/c/src/soap/xsd/NOTATION.cpp Fri Oct 10 20:41:17 2008
@@ -13,6 +13,9 @@
 // See the License for the specific language governing permissions and
 // limitations under the License.
 
+// !!! This include file must be first thing in file !!!
+#include "../../platforms/PlatformAutoSense.hpp"
+
 #include "NOTATION.hpp"
 
 AXIS_CPP_NAMESPACE_START

Modified: webservices/axis/trunk/c/src/soap/xsd/Name.cpp
URL: http://svn.apache.org/viewvc/webservices/axis/trunk/c/src/soap/xsd/Name.cpp?rev=703625&r1=703624&r2=703625&view=diff
==============================================================================
--- webservices/axis/trunk/c/src/soap/xsd/Name.cpp (original)
+++ webservices/axis/trunk/c/src/soap/xsd/Name.cpp Fri Oct 10 20:41:17 2008
@@ -13,6 +13,9 @@
 // See the License for the specific language governing permissions and
 // limitations under the License.
 
+// !!! This include file must be first thing in file !!!
+#include "../../platforms/PlatformAutoSense.hpp"
+
 #include "Name.hpp"
 
 AXIS_CPP_NAMESPACE_START

Modified: webservices/axis/trunk/c/src/soap/xsd/NegativeInteger.cpp
URL: http://svn.apache.org/viewvc/webservices/axis/trunk/c/src/soap/xsd/NegativeInteger.cpp?rev=703625&r1=703624&r2=703625&view=diff
==============================================================================
--- webservices/axis/trunk/c/src/soap/xsd/NegativeInteger.cpp (original)
+++ webservices/axis/trunk/c/src/soap/xsd/NegativeInteger.cpp Fri Oct 10 20:41:17 2008
@@ -13,6 +13,9 @@
 // See the License for the specific language governing permissions and
 // limitations under the License.
 
+// !!! This include file must be first thing in file !!!
+#include "../../platforms/PlatformAutoSense.hpp"
+
 #include "NegativeInteger.hpp"
 
 AXIS_CPP_NAMESPACE_START

Modified: webservices/axis/trunk/c/src/soap/xsd/NonNegativeInteger.cpp
URL: http://svn.apache.org/viewvc/webservices/axis/trunk/c/src/soap/xsd/NonNegativeInteger.cpp?rev=703625&r1=703624&r2=703625&view=diff
==============================================================================
--- webservices/axis/trunk/c/src/soap/xsd/NonNegativeInteger.cpp (original)
+++ webservices/axis/trunk/c/src/soap/xsd/NonNegativeInteger.cpp Fri Oct 10 20:41:17 2008
@@ -13,6 +13,9 @@
 // See the License for the specific language governing permissions and
 // limitations under the License.
 
+// !!! This include file must be first thing in file !!!
+#include "../../platforms/PlatformAutoSense.hpp"
+
 #include "NonNegativeInteger.hpp"
 
 AXIS_CPP_NAMESPACE_START

Modified: webservices/axis/trunk/c/src/soap/xsd/NonPositiveInteger.cpp
URL: http://svn.apache.org/viewvc/webservices/axis/trunk/c/src/soap/xsd/NonPositiveInteger.cpp?rev=703625&r1=703624&r2=703625&view=diff
==============================================================================
--- webservices/axis/trunk/c/src/soap/xsd/NonPositiveInteger.cpp (original)
+++ webservices/axis/trunk/c/src/soap/xsd/NonPositiveInteger.cpp Fri Oct 10 20:41:17 2008
@@ -13,6 +13,9 @@
 // See the License for the specific language governing permissions and
 // limitations under the License.
 
+// !!! This include file must be first thing in file !!!
+#include "../../platforms/PlatformAutoSense.hpp"
+
 #include "NonPositiveInteger.hpp"
 
 AXIS_CPP_NAMESPACE_START

Modified: webservices/axis/trunk/c/src/soap/xsd/NormalizedString.cpp
URL: http://svn.apache.org/viewvc/webservices/axis/trunk/c/src/soap/xsd/NormalizedString.cpp?rev=703625&r1=703624&r2=703625&view=diff
==============================================================================
--- webservices/axis/trunk/c/src/soap/xsd/NormalizedString.cpp (original)
+++ webservices/axis/trunk/c/src/soap/xsd/NormalizedString.cpp Fri Oct 10 20:41:17 2008
@@ -13,6 +13,9 @@
 // See the License for the specific language governing permissions and
 // limitations under the License.
 
+// !!! This include file must be first thing in file !!!
+#include "../../platforms/PlatformAutoSense.hpp"
+
 #include "NormalizedString.hpp"
 
 AXIS_CPP_NAMESPACE_START

Modified: webservices/axis/trunk/c/src/soap/xsd/PositiveInteger.cpp
URL: http://svn.apache.org/viewvc/webservices/axis/trunk/c/src/soap/xsd/PositiveInteger.cpp?rev=703625&r1=703624&r2=703625&view=diff
==============================================================================
--- webservices/axis/trunk/c/src/soap/xsd/PositiveInteger.cpp (original)
+++ webservices/axis/trunk/c/src/soap/xsd/PositiveInteger.cpp Fri Oct 10 20:41:17 2008
@@ -13,6 +13,9 @@
 // See the License for the specific language governing permissions and
 // limitations under the License.
 
+// !!! This include file must be first thing in file !!!
+#include "../../platforms/PlatformAutoSense.hpp"
+
 #include "PositiveInteger.hpp"
 
 AXIS_CPP_NAMESPACE_START

Modified: webservices/axis/trunk/c/src/soap/xsd/Short.cpp
URL: http://svn.apache.org/viewvc/webservices/axis/trunk/c/src/soap/xsd/Short.cpp?rev=703625&r1=703624&r2=703625&view=diff
==============================================================================
--- webservices/axis/trunk/c/src/soap/xsd/Short.cpp (original)
+++ webservices/axis/trunk/c/src/soap/xsd/Short.cpp Fri Oct 10 20:41:17 2008
@@ -13,6 +13,9 @@
 // See the License for the specific language governing permissions and
 // limitations under the License.
 
+// !!! This include file must be first thing in file !!!
+#include "../../platforms/PlatformAutoSense.hpp"
+
 #include "Short.hpp"
 
 AXIS_CPP_NAMESPACE_START

Modified: webservices/axis/trunk/c/src/soap/xsd/String.cpp
URL: http://svn.apache.org/viewvc/webservices/axis/trunk/c/src/soap/xsd/String.cpp?rev=703625&r1=703624&r2=703625&view=diff
==============================================================================
--- webservices/axis/trunk/c/src/soap/xsd/String.cpp (original)
+++ webservices/axis/trunk/c/src/soap/xsd/String.cpp Fri Oct 10 20:41:17 2008
@@ -13,6 +13,9 @@
 // See the License for the specific language governing permissions and
 // limitations under the License.
 
+// !!! This include file must be first thing in file !!!
+#include "../../platforms/PlatformAutoSense.hpp"
+
 #include "String.hpp"
 
 AXIS_CPP_NAMESPACE_START

Modified: webservices/axis/trunk/c/src/soap/xsd/Time.cpp
URL: http://svn.apache.org/viewvc/webservices/axis/trunk/c/src/soap/xsd/Time.cpp?rev=703625&r1=703624&r2=703625&view=diff
==============================================================================
--- webservices/axis/trunk/c/src/soap/xsd/Time.cpp (original)
+++ webservices/axis/trunk/c/src/soap/xsd/Time.cpp Fri Oct 10 20:41:17 2008
@@ -13,6 +13,9 @@
 // See the License for the specific language governing permissions and
 // limitations under the License.
 
+// !!! This include file must be first thing in file !!!
+#include "../../platforms/PlatformAutoSense.hpp"
+
 #include "Time.hpp"
 
 AXIS_CPP_NAMESPACE_START

Modified: webservices/axis/trunk/c/src/soap/xsd/Token.cpp
URL: http://svn.apache.org/viewvc/webservices/axis/trunk/c/src/soap/xsd/Token.cpp?rev=703625&r1=703624&r2=703625&view=diff
==============================================================================
--- webservices/axis/trunk/c/src/soap/xsd/Token.cpp (original)
+++ webservices/axis/trunk/c/src/soap/xsd/Token.cpp Fri Oct 10 20:41:17 2008
@@ -13,6 +13,9 @@
 // See the License for the specific language governing permissions and
 // limitations under the License.
 
+// !!! This include file must be first thing in file !!!
+#include "../../platforms/PlatformAutoSense.hpp"
+
 #include "Token.hpp"
 
 AXIS_CPP_NAMESPACE_START

Modified: webservices/axis/trunk/c/src/soap/xsd/UnsignedByte.cpp
URL: http://svn.apache.org/viewvc/webservices/axis/trunk/c/src/soap/xsd/UnsignedByte.cpp?rev=703625&r1=703624&r2=703625&view=diff
==============================================================================
--- webservices/axis/trunk/c/src/soap/xsd/UnsignedByte.cpp (original)
+++ webservices/axis/trunk/c/src/soap/xsd/UnsignedByte.cpp Fri Oct 10 20:41:17 2008
@@ -13,6 +13,9 @@
 // See the License for the specific language governing permissions and
 // limitations under the License.
 
+// !!! This include file must be first thing in file !!!
+#include "../../platforms/PlatformAutoSense.hpp"
+
 #include "UnsignedByte.hpp"
 
 AXIS_CPP_NAMESPACE_START

Modified: webservices/axis/trunk/c/src/soap/xsd/UnsignedInt.cpp
URL: http://svn.apache.org/viewvc/webservices/axis/trunk/c/src/soap/xsd/UnsignedInt.cpp?rev=703625&r1=703624&r2=703625&view=diff
==============================================================================
--- webservices/axis/trunk/c/src/soap/xsd/UnsignedInt.cpp (original)
+++ webservices/axis/trunk/c/src/soap/xsd/UnsignedInt.cpp Fri Oct 10 20:41:17 2008
@@ -13,6 +13,9 @@
 // See the License for the specific language governing permissions and
 // limitations under the License.
 
+// !!! This include file must be first thing in file !!!
+#include "../../platforms/PlatformAutoSense.hpp"
+
 #include "UnsignedInt.hpp"
 
 AXIS_CPP_NAMESPACE_START

Modified: webservices/axis/trunk/c/src/soap/xsd/UnsignedLong.cpp
URL: http://svn.apache.org/viewvc/webservices/axis/trunk/c/src/soap/xsd/UnsignedLong.cpp?rev=703625&r1=703624&r2=703625&view=diff
==============================================================================
--- webservices/axis/trunk/c/src/soap/xsd/UnsignedLong.cpp (original)
+++ webservices/axis/trunk/c/src/soap/xsd/UnsignedLong.cpp Fri Oct 10 20:41:17 2008
@@ -13,6 +13,9 @@
 // See the License for the specific language governing permissions and
 // limitations under the License.
 
+// !!! This include file must be first thing in file !!!
+#include "../../platforms/PlatformAutoSense.hpp"
+
 #include "UnsignedLong.hpp"
 
 AXIS_CPP_NAMESPACE_START

Modified: webservices/axis/trunk/c/src/soap/xsd/UnsignedShort.cpp
URL: http://svn.apache.org/viewvc/webservices/axis/trunk/c/src/soap/xsd/UnsignedShort.cpp?rev=703625&r1=703624&r2=703625&view=diff
==============================================================================
--- webservices/axis/trunk/c/src/soap/xsd/UnsignedShort.cpp (original)
+++ webservices/axis/trunk/c/src/soap/xsd/UnsignedShort.cpp Fri Oct 10 20:41:17 2008
@@ -13,6 +13,9 @@
 // See the License for the specific language governing permissions and
 // limitations under the License.
 
+// !!! This include file must be first thing in file !!!
+#include "../../platforms/PlatformAutoSense.hpp"
+
 #include "UnsignedShort.hpp"
 
 AXIS_CPP_NAMESPACE_START

Modified: webservices/axis/trunk/c/src/soap/xsd/XSD_QName.cpp
URL: http://svn.apache.org/viewvc/webservices/axis/trunk/c/src/soap/xsd/XSD_QName.cpp?rev=703625&r1=703624&r2=703625&view=diff
==============================================================================
--- webservices/axis/trunk/c/src/soap/xsd/XSD_QName.cpp (original)
+++ webservices/axis/trunk/c/src/soap/xsd/XSD_QName.cpp Fri Oct 10 20:41:17 2008
@@ -13,6 +13,9 @@
 // See the License for the specific language governing permissions and
 // limitations under the License.
 
+// !!! This include file must be first thing in file !!!
+#include "../../platforms/PlatformAutoSense.hpp"
+
 #include "XSD_QName.hpp"
 
 AXIS_CPP_NAMESPACE_START

Modified: webservices/axis/trunk/c/src/soap/xsd/constraints/Enumeration.cpp
URL: http://svn.apache.org/viewvc/webservices/axis/trunk/c/src/soap/xsd/constraints/Enumeration.cpp?rev=703625&r1=703624&r2=703625&view=diff
==============================================================================
--- webservices/axis/trunk/c/src/soap/xsd/constraints/Enumeration.cpp (original)
+++ webservices/axis/trunk/c/src/soap/xsd/constraints/Enumeration.cpp Fri Oct 10 20:41:17 2008
@@ -13,6 +13,9 @@
 // See the License for the specific language governing permissions and
 // limitations under the License.
 
+// !!! This include file must be first thing in file !!!
+#include "../../../platforms/PlatformAutoSense.hpp"
+
 #include "Enumeration.hpp"
 
 AXIS_CPP_NAMESPACE_START

Modified: webservices/axis/trunk/c/src/soap/xsd/constraints/FractionDigits.cpp
URL: http://svn.apache.org/viewvc/webservices/axis/trunk/c/src/soap/xsd/constraints/FractionDigits.cpp?rev=703625&r1=703624&r2=703625&view=diff
==============================================================================
--- webservices/axis/trunk/c/src/soap/xsd/constraints/FractionDigits.cpp (original)
+++ webservices/axis/trunk/c/src/soap/xsd/constraints/FractionDigits.cpp Fri Oct 10 20:41:17 2008
@@ -13,6 +13,9 @@
 // See the License for the specific language governing permissions and
 // limitations under the License.
 
+// !!! This include file must be first thing in file !!!
+#include "../../../platforms/PlatformAutoSense.hpp"
+
 #include "FractionDigits.hpp"
 
 AXIS_CPP_NAMESPACE_START

Modified: webservices/axis/trunk/c/src/soap/xsd/constraints/IConstrainingFacet.cpp
URL: http://svn.apache.org/viewvc/webservices/axis/trunk/c/src/soap/xsd/constraints/IConstrainingFacet.cpp?rev=703625&r1=703624&r2=703625&view=diff
==============================================================================
--- webservices/axis/trunk/c/src/soap/xsd/constraints/IConstrainingFacet.cpp (original)
+++ webservices/axis/trunk/c/src/soap/xsd/constraints/IConstrainingFacet.cpp Fri Oct 10 20:41:17 2008
@@ -13,6 +13,9 @@
 // See the License for the specific language governing permissions and
 // limitations under the License.
 
+// !!! This include file must be first thing in file !!!
+#include "../../../platforms/PlatformAutoSense.hpp"
+
 #include "IConstrainingFacet.hpp"
 
 AXIS_CPP_NAMESPACE_START

Modified: webservices/axis/trunk/c/src/soap/xsd/constraints/Length.cpp
URL: http://svn.apache.org/viewvc/webservices/axis/trunk/c/src/soap/xsd/constraints/Length.cpp?rev=703625&r1=703624&r2=703625&view=diff
==============================================================================
--- webservices/axis/trunk/c/src/soap/xsd/constraints/Length.cpp (original)
+++ webservices/axis/trunk/c/src/soap/xsd/constraints/Length.cpp Fri Oct 10 20:41:17 2008
@@ -13,6 +13,9 @@
 // See the License for the specific language governing permissions and
 // limitations under the License.
 
+// !!! This include file must be first thing in file !!!
+#include "../../../platforms/PlatformAutoSense.hpp"
+
 #include "Length.hpp"
 
 AXIS_CPP_NAMESPACE_START

Modified: webservices/axis/trunk/c/src/soap/xsd/constraints/MaxExclusive.cpp
URL: http://svn.apache.org/viewvc/webservices/axis/trunk/c/src/soap/xsd/constraints/MaxExclusive.cpp?rev=703625&r1=703624&r2=703625&view=diff
==============================================================================
--- webservices/axis/trunk/c/src/soap/xsd/constraints/MaxExclusive.cpp (original)
+++ webservices/axis/trunk/c/src/soap/xsd/constraints/MaxExclusive.cpp Fri Oct 10 20:41:17 2008
@@ -13,6 +13,9 @@
 // See the License for the specific language governing permissions and
 // limitations under the License.
 
+// !!! This include file must be first thing in file !!!
+#include "../../../platforms/PlatformAutoSense.hpp"
+
 #include "MaxExclusive.hpp"
 
 AXIS_CPP_NAMESPACE_START

Modified: webservices/axis/trunk/c/src/soap/xsd/constraints/MaxInclusive.cpp
URL: http://svn.apache.org/viewvc/webservices/axis/trunk/c/src/soap/xsd/constraints/MaxInclusive.cpp?rev=703625&r1=703624&r2=703625&view=diff
==============================================================================
--- webservices/axis/trunk/c/src/soap/xsd/constraints/MaxInclusive.cpp (original)
+++ webservices/axis/trunk/c/src/soap/xsd/constraints/MaxInclusive.cpp Fri Oct 10 20:41:17 2008
@@ -13,6 +13,9 @@
 // See the License for the specific language governing permissions and
 // limitations under the License.
 
+// !!! This include file must be first thing in file !!!
+#include "../../../platforms/PlatformAutoSense.hpp"
+
 #include "MaxInclusive.hpp"
 
 AXIS_CPP_NAMESPACE_START

Modified: webservices/axis/trunk/c/src/soap/xsd/constraints/MaxLength.cpp
URL: http://svn.apache.org/viewvc/webservices/axis/trunk/c/src/soap/xsd/constraints/MaxLength.cpp?rev=703625&r1=703624&r2=703625&view=diff
==============================================================================
--- webservices/axis/trunk/c/src/soap/xsd/constraints/MaxLength.cpp (original)
+++ webservices/axis/trunk/c/src/soap/xsd/constraints/MaxLength.cpp Fri Oct 10 20:41:17 2008
@@ -13,6 +13,9 @@
 // See the License for the specific language governing permissions and
 // limitations under the License.
 
+// !!! This include file must be first thing in file !!!
+#include "../../../platforms/PlatformAutoSense.hpp"
+
 #include "MaxLength.hpp"
 
 AXIS_CPP_NAMESPACE_START

Modified: webservices/axis/trunk/c/src/soap/xsd/constraints/MinExclusive.cpp
URL: http://svn.apache.org/viewvc/webservices/axis/trunk/c/src/soap/xsd/constraints/MinExclusive.cpp?rev=703625&r1=703624&r2=703625&view=diff
==============================================================================
--- webservices/axis/trunk/c/src/soap/xsd/constraints/MinExclusive.cpp (original)
+++ webservices/axis/trunk/c/src/soap/xsd/constraints/MinExclusive.cpp Fri Oct 10 20:41:17 2008
@@ -13,6 +13,9 @@
 // See the License for the specific language governing permissions and
 // limitations under the License.
 
+// !!! This include file must be first thing in file !!!
+#include "../../../platforms/PlatformAutoSense.hpp"
+
 #include "MinExclusive.hpp"
 
 AXIS_CPP_NAMESPACE_START

Modified: webservices/axis/trunk/c/src/soap/xsd/constraints/MinInclusive.cpp
URL: http://svn.apache.org/viewvc/webservices/axis/trunk/c/src/soap/xsd/constraints/MinInclusive.cpp?rev=703625&r1=703624&r2=703625&view=diff
==============================================================================
--- webservices/axis/trunk/c/src/soap/xsd/constraints/MinInclusive.cpp (original)
+++ webservices/axis/trunk/c/src/soap/xsd/constraints/MinInclusive.cpp Fri Oct 10 20:41:17 2008
@@ -13,6 +13,9 @@
 // See the License for the specific language governing permissions and
 // limitations under the License.
 
+// !!! This include file must be first thing in file !!!
+#include "../../../platforms/PlatformAutoSense.hpp"
+
 #include "MinInclusive.hpp"
 
 AXIS_CPP_NAMESPACE_START

Modified: webservices/axis/trunk/c/src/soap/xsd/constraints/MinLength.cpp
URL: http://svn.apache.org/viewvc/webservices/axis/trunk/c/src/soap/xsd/constraints/MinLength.cpp?rev=703625&r1=703624&r2=703625&view=diff
==============================================================================
--- webservices/axis/trunk/c/src/soap/xsd/constraints/MinLength.cpp (original)
+++ webservices/axis/trunk/c/src/soap/xsd/constraints/MinLength.cpp Fri Oct 10 20:41:17 2008
@@ -13,6 +13,9 @@
 // See the License for the specific language governing permissions and
 // limitations under the License.
 
+// !!! This include file must be first thing in file !!!
+#include "../../../platforms/PlatformAutoSense.hpp"
+
 #include "MinLength.hpp"
 
 AXIS_CPP_NAMESPACE_START

Modified: webservices/axis/trunk/c/src/soap/xsd/constraints/Pattern.cpp
URL: http://svn.apache.org/viewvc/webservices/axis/trunk/c/src/soap/xsd/constraints/Pattern.cpp?rev=703625&r1=703624&r2=703625&view=diff
==============================================================================
--- webservices/axis/trunk/c/src/soap/xsd/constraints/Pattern.cpp (original)
+++ webservices/axis/trunk/c/src/soap/xsd/constraints/Pattern.cpp Fri Oct 10 20:41:17 2008
@@ -13,6 +13,9 @@
 // See the License for the specific language governing permissions and
 // limitations under the License.
 
+// !!! This include file must be first thing in file !!!
+#include "../../../platforms/PlatformAutoSense.hpp"
+
 #include "Pattern.hpp"
 
 AXIS_CPP_NAMESPACE_START

Modified: webservices/axis/trunk/c/src/soap/xsd/constraints/TotalDigits.cpp
URL: http://svn.apache.org/viewvc/webservices/axis/trunk/c/src/soap/xsd/constraints/TotalDigits.cpp?rev=703625&r1=703624&r2=703625&view=diff
==============================================================================
--- webservices/axis/trunk/c/src/soap/xsd/constraints/TotalDigits.cpp (original)
+++ webservices/axis/trunk/c/src/soap/xsd/constraints/TotalDigits.cpp Fri Oct 10 20:41:17 2008
@@ -13,6 +13,9 @@
 // See the License for the specific language governing permissions and
 // limitations under the License.
 
+// !!! This include file must be first thing in file !!!
+#include "../../../platforms/PlatformAutoSense.hpp"
+
 #include "TotalDigits.hpp"
 
 AXIS_CPP_NAMESPACE_START

Modified: webservices/axis/trunk/c/src/soap/xsd/constraints/WhiteSpace.cpp
URL: http://svn.apache.org/viewvc/webservices/axis/trunk/c/src/soap/xsd/constraints/WhiteSpace.cpp?rev=703625&r1=703624&r2=703625&view=diff
==============================================================================
--- webservices/axis/trunk/c/src/soap/xsd/constraints/WhiteSpace.cpp (original)
+++ webservices/axis/trunk/c/src/soap/xsd/constraints/WhiteSpace.cpp Fri Oct 10 20:41:17 2008
@@ -13,6 +13,9 @@
 // See the License for the specific language governing permissions and
 // limitations under the License.
 
+// !!! This include file must be first thing in file !!!
+#include "../../../platforms/PlatformAutoSense.hpp"
+
 #include "WhiteSpace.hpp"
 
 AXIS_CPP_NAMESPACE_START

Modified: webservices/axis/trunk/c/src/transport/axis3/HTTPChannel/HTTPChannel.cpp
URL: http://svn.apache.org/viewvc/webservices/axis/trunk/c/src/transport/axis3/HTTPChannel/HTTPChannel.cpp?rev=703625&r1=703624&r2=703625&view=diff
==============================================================================
--- webservices/axis/trunk/c/src/transport/axis3/HTTPChannel/HTTPChannel.cpp (original)
+++ webservices/axis/trunk/c/src/transport/axis3/HTTPChannel/HTTPChannel.cpp Fri Oct 10 20:41:17 2008
@@ -17,6 +17,7 @@
 #include "../../../platforms/PlatformAutoSense.hpp"
 
 #include "HTTPChannel.hpp"
+
 #include "../../../common/AxisTrace.h"
 
 /**

Modified: webservices/axis/trunk/c/src/transport/axis3/HTTPChannel/HTTPChannelInstantiator.cpp
URL: http://svn.apache.org/viewvc/webservices/axis/trunk/c/src/transport/axis3/HTTPChannel/HTTPChannelInstantiator.cpp?rev=703625&r1=703624&r2=703625&view=diff
==============================================================================
--- webservices/axis/trunk/c/src/transport/axis3/HTTPChannel/HTTPChannelInstantiator.cpp (original)
+++ webservices/axis/trunk/c/src/transport/axis3/HTTPChannel/HTTPChannelInstantiator.cpp Fri Oct 10 20:41:17 2008
@@ -15,10 +15,9 @@
 *   limitations under the License.
 */
 
-/*
- * @author Samisa Abeysinghe (sabeysinghe@virtusa.com)
- *
- */
+
+// !!! Must be first thing in file !!!
+#include "../../../platforms/PlatformAutoSense.hpp"
 
 #ifndef AXISTRACE_LIBRARY_MAINENTRYPOINT
 #define AXISTRACE_LIBRARY_MAINENTRYPOINT
@@ -26,11 +25,6 @@
 
 #include "../../../common/AxisTrace.h"
 
-#ifdef WIN32
-#pragma warning( disable : 4786)
-#pragma warning( disable : 4101)
-#endif
-
 #include "HTTPChannel.hpp"
 
 // Instanciate functions for HTTPChannel instances.

Modified: webservices/axis/trunk/c/src/transport/axis3/HTTPSSLChannel/HTTPSSLChannel.cpp
URL: http://svn.apache.org/viewvc/webservices/axis/trunk/c/src/transport/axis3/HTTPSSLChannel/HTTPSSLChannel.cpp?rev=703625&r1=703624&r2=703625&view=diff
==============================================================================
--- webservices/axis/trunk/c/src/transport/axis3/HTTPSSLChannel/HTTPSSLChannel.cpp (original)
+++ webservices/axis/trunk/c/src/transport/axis3/HTTPSSLChannel/HTTPSSLChannel.cpp Fri Oct 10 20:41:17 2008
@@ -18,6 +18,7 @@
 
 #include "HTTPSSLChannel.hpp"
 
+#include "../../../common/AxisTrace.h"
 /**
  * cert_verify_callback( int ok, X509_STORE_CTX * ctx)
  *

Modified: webservices/axis/trunk/c/src/transport/axis3/HTTPSSLChannel/HTTPSSLChannelInstantiator.cpp
URL: http://svn.apache.org/viewvc/webservices/axis/trunk/c/src/transport/axis3/HTTPSSLChannel/HTTPSSLChannelInstantiator.cpp?rev=703625&r1=703624&r2=703625&view=diff
==============================================================================
--- webservices/axis/trunk/c/src/transport/axis3/HTTPSSLChannel/HTTPSSLChannelInstantiator.cpp (original)
+++ webservices/axis/trunk/c/src/transport/axis3/HTTPSSLChannel/HTTPSSLChannelInstantiator.cpp Fri Oct 10 20:41:17 2008
@@ -20,17 +20,15 @@
  *
  */
 
+// !!! Must be first thing in file !!!
+#include "../../../platforms/PlatformAutoSense.hpp"
+
 #ifndef AXISTRACE_LIBRARY_MAINENTRYPOINT
 #define AXISTRACE_LIBRARY_MAINENTRYPOINT
 #endif
 
 #include "../../../common/AxisTrace.h"
 
-#ifdef WIN32
-#pragma warning( disable : 4786)
-#pragma warning( disable : 4101)
-#endif
-
 #include "HTTPSSLChannel.hpp"
 
 // Instanciate functions for HTTPSSLChannel instances.

Modified: webservices/axis/trunk/c/src/transport/axis3/HTTPTransport.cpp
URL: http://svn.apache.org/viewvc/webservices/axis/trunk/c/src/transport/axis3/HTTPTransport.cpp?rev=703625&r1=703624&r2=703625&view=diff
==============================================================================
--- webservices/axis/trunk/c/src/transport/axis3/HTTPTransport.cpp (original)
+++ webservices/axis/trunk/c/src/transport/axis3/HTTPTransport.cpp Fri Oct 10 20:41:17 2008
@@ -20,11 +20,6 @@
  *
  */
 
-#ifdef WIN32
-#pragma warning (disable : 4786)
-#pragma warning (disable : 4101)
-#endif
-
 // !!! This include file must be first thing in file !!!
 #include "../../platforms/PlatformAutoSense.hpp"
 
@@ -35,6 +30,9 @@
 
 #include <stdio.h>
 
+
+#include "../../common/AxisTrace.h"
+
 static int axtoi( char *pcHexString);
 
 // =================================================================
@@ -702,7 +700,7 @@
     // OK, now we need to determine how much of the chunk will be left 
     // over depending on the buffer length that is passed in.
     int iDataToCpyLen;
-    if (*piSize >= m_iChunkedDataLeftToConsume)
+    if (*((unsigned int *)piSize) >= m_iChunkedDataLeftToConsume)
     {
         iDataToCpyLen = m_iChunkedDataLeftToConsume;
         m_iChunkedDataLeftToConsume = 0;

Modified: webservices/axis/trunk/c/src/transport/axis3/HTTPTransportInstantiator.cpp
URL: http://svn.apache.org/viewvc/webservices/axis/trunk/c/src/transport/axis3/HTTPTransportInstantiator.cpp?rev=703625&r1=703624&r2=703625&view=diff
==============================================================================
--- webservices/axis/trunk/c/src/transport/axis3/HTTPTransportInstantiator.cpp (original)
+++ webservices/axis/trunk/c/src/transport/axis3/HTTPTransportInstantiator.cpp Fri Oct 10 20:41:17 2008
@@ -20,17 +20,15 @@
  *
  */
 
+// !!! This include file must be first thing in file !!!
+#include "../../platforms/PlatformAutoSense.hpp"
+
 #ifndef AXISTRACE_LIBRARY_MAINENTRYPOINT
 #define AXISTRACE_LIBRARY_MAINENTRYPOINT
 #endif
 
 #include "../../common/AxisTrace.h"
 
-#ifdef WIN32
-#pragma warning (disable : 4786)
-#pragma warning (disable : 4101)
-#endif
-
 #include "HTTPTransport.hpp"
 #include "ChannelFactory.hpp"
 

Modified: webservices/axis/trunk/c/src/transport/axis3/URL.cpp
URL: http://svn.apache.org/viewvc/webservices/axis/trunk/c/src/transport/axis3/URL.cpp?rev=703625&r1=703624&r2=703625&view=diff
==============================================================================
--- webservices/axis/trunk/c/src/transport/axis3/URL.cpp (original)
+++ webservices/axis/trunk/c/src/transport/axis3/URL.cpp Fri Oct 10 20:41:17 2008
@@ -15,18 +15,16 @@
  *   limitations under the License.
  */
 
-/*
- *
- *
- * @author Lilantha Darshana (lilantha@virtusa.com)
- *
- */
+// !!! This include file must be first thing in file !!!
+#include "../../platforms/PlatformAutoSense.hpp"
 
-#include "Platform.hpp"
 #include "URL.hpp"
 #include <ctype.h>
 #include <iostream>
 
+
+#include "../../common/AxisTrace.h"
+
 using namespace std;
 
 URL::

Modified: webservices/axis/trunk/c/src/wsdd/WSDDDeployment.cpp
URL: http://svn.apache.org/viewvc/webservices/axis/trunk/c/src/wsdd/WSDDDeployment.cpp?rev=703625&r1=703624&r2=703625&view=diff
==============================================================================
--- webservices/axis/trunk/c/src/wsdd/WSDDDeployment.cpp (original)
+++ webservices/axis/trunk/c/src/wsdd/WSDDDeployment.cpp Fri Oct 10 20:41:17 2008
@@ -19,14 +19,18 @@
  *
  */
 
+// !!! This include file must be first thing in file !!!
+#include "../platforms/PlatformAutoSense.hpp"
+
 #include "WSDDDeployment.h"
 #include "WSDDDocument.h"
 
 #include <axis/GDefine.hpp>
 #include "../common/AxisConfig.h"
-#include "../common/AxisTrace.h"
 #include "AxisWsddException.h"
 
+#include "../common/AxisTrace.h"
+
 AXIS_CPP_NAMESPACE_START
 
 

Modified: webservices/axis/trunk/c/src/wsdd/WSDDDocument.cpp
URL: http://svn.apache.org/viewvc/webservices/axis/trunk/c/src/wsdd/WSDDDocument.cpp?rev=703625&r1=703624&r2=703625&view=diff
==============================================================================
--- webservices/axis/trunk/c/src/wsdd/WSDDDocument.cpp (original)
+++ webservices/axis/trunk/c/src/wsdd/WSDDDocument.cpp Fri Oct 10 20:41:17 2008
@@ -18,9 +18,13 @@
  *
  */
 
+// !!! This include file must be first thing in file !!!
+#include "../platforms/PlatformAutoSense.hpp"
+
 #include "WSDDDocument.h"
 #include "WSDDKeywords.h"
 #include "../engine/XMLParserFactory.h"
+
 #include "../common/AxisTrace.h"
 
 #define NAMESPACESEPARATOR 0x03    /* Heart */

Modified: webservices/axis/trunk/c/src/wsdd/WSDDHandler.cpp
URL: http://svn.apache.org/viewvc/webservices/axis/trunk/c/src/wsdd/WSDDHandler.cpp?rev=703625&r1=703624&r2=703625&view=diff
==============================================================================
--- webservices/axis/trunk/c/src/wsdd/WSDDHandler.cpp (original)
+++ webservices/axis/trunk/c/src/wsdd/WSDDHandler.cpp Fri Oct 10 20:41:17 2008
@@ -17,10 +17,14 @@
  *
  */
 
+// !!! This include file must be first thing in file !!!
+#include "../platforms/PlatformAutoSense.hpp"
 
 
 #include "WSDDHandler.h"
 
+#include "../common/AxisTrace.h"
+
 AXIS_CPP_NAMESPACE_START
 
 WSDDHandler::

Modified: webservices/axis/trunk/c/src/wsdd/WSDDKeywords.cpp
URL: http://svn.apache.org/viewvc/webservices/axis/trunk/c/src/wsdd/WSDDKeywords.cpp?rev=703625&r1=703624&r2=703625&view=diff
==============================================================================
--- webservices/axis/trunk/c/src/wsdd/WSDDKeywords.cpp (original)
+++ webservices/axis/trunk/c/src/wsdd/WSDDKeywords.cpp Fri Oct 10 20:41:17 2008
@@ -14,9 +14,14 @@
  *   limitations under the License.
  */
 
+// !!! This include file must be first thing in file !!!
+#include "../platforms/PlatformAutoSense.hpp"
+
 #include "WSDDKeywords.h"
 #include "../common/AxisUtils.h"
 
+#include "../common/AxisTrace.h"
+
 #define __TRC(X) AxisUtils::ToAxisXMLCh(X)
 
 

Modified: webservices/axis/trunk/c/src/wsdd/WSDDService.cpp
URL: http://svn.apache.org/viewvc/webservices/axis/trunk/c/src/wsdd/WSDDService.cpp?rev=703625&r1=703624&r2=703625&view=diff
==============================================================================
--- webservices/axis/trunk/c/src/wsdd/WSDDService.cpp (original)
+++ webservices/axis/trunk/c/src/wsdd/WSDDService.cpp Fri Oct 10 20:41:17 2008
@@ -18,9 +18,12 @@
  *
  */
 
+// !!! This include file must be first thing in file !!!
+#include "../platforms/PlatformAutoSense.hpp"
 
 
 #include "WSDDService.h"
+
 #include "../common/AxisTrace.h"
 
 AXIS_CPP_NAMESPACE_START

Modified: webservices/axis/trunk/c/src/wsdd/WSDDTransport.cpp
URL: http://svn.apache.org/viewvc/webservices/axis/trunk/c/src/wsdd/WSDDTransport.cpp?rev=703625&r1=703624&r2=703625&view=diff
==============================================================================
--- webservices/axis/trunk/c/src/wsdd/WSDDTransport.cpp (original)
+++ webservices/axis/trunk/c/src/wsdd/WSDDTransport.cpp Fri Oct 10 20:41:17 2008
@@ -17,10 +17,13 @@
  *
  */
 
-
+// !!! This include file must be first thing in file !!!
+#include "../platforms/PlatformAutoSense.hpp"
 
 #include "../wsdd/WSDDTransport.h"
 
+#include "../common/AxisTrace.h"
+
 AXIS_CPP_NAMESPACE_START
 
 WSDDTransport::WSDDTransport()

Modified: webservices/axis/trunk/c/src/xml/Element.cpp
URL: http://svn.apache.org/viewvc/webservices/axis/trunk/c/src/xml/Element.cpp?rev=703625&r1=703624&r2=703625&view=diff
==============================================================================
--- webservices/axis/trunk/c/src/xml/Element.cpp (original)
+++ webservices/axis/trunk/c/src/xml/Element.cpp Fri Oct 10 20:41:17 2008
@@ -14,11 +14,12 @@
  *   limitations under the License.
  */
 
-
-
+// !!! This include file must be first thing in file !!!
+#include "../platforms/PlatformAutoSense.hpp"
 
 #include "Element.h"
 
+#include "../common/AxisTrace.h"
 
 Element::Element()
 {

Modified: webservices/axis/trunk/c/src/xml/Event.cpp
URL: http://svn.apache.org/viewvc/webservices/axis/trunk/c/src/xml/Event.cpp?rev=703625&r1=703624&r2=703625&view=diff
==============================================================================
--- webservices/axis/trunk/c/src/xml/Event.cpp (original)
+++ webservices/axis/trunk/c/src/xml/Event.cpp Fri Oct 10 20:41:17 2008
@@ -14,9 +14,12 @@
  *   limitations under the License.
  */
 
+// !!! This include file must be first thing in file !!!
+#include "../platforms/PlatformAutoSense.hpp"
 
 #include "Event.h"
 
+#include "../common/AxisTrace.h"
 
 Event::Event()
 {

Modified: webservices/axis/trunk/c/src/xml/QName.cpp
URL: http://svn.apache.org/viewvc/webservices/axis/trunk/c/src/xml/QName.cpp?rev=703625&r1=703624&r2=703625&view=diff
==============================================================================
--- webservices/axis/trunk/c/src/xml/QName.cpp (original)
+++ webservices/axis/trunk/c/src/xml/QName.cpp Fri Oct 10 20:41:17 2008
@@ -19,9 +19,12 @@
  */
 
 
+// !!! This include file must be first thing in file !!!
+#include "../platforms/PlatformAutoSense.hpp"
 
 #include "QName.h"
 
+#include "../common/AxisTrace.h"
 
 QName::QName()
 {

Modified: webservices/axis/trunk/c/src/xml/SimpleAttribute.cpp
URL: http://svn.apache.org/viewvc/webservices/axis/trunk/c/src/xml/SimpleAttribute.cpp?rev=703625&r1=703624&r2=703625&view=diff
==============================================================================
--- webservices/axis/trunk/c/src/xml/SimpleAttribute.cpp (original)
+++ webservices/axis/trunk/c/src/xml/SimpleAttribute.cpp Fri Oct 10 20:41:17 2008
@@ -14,9 +14,12 @@
  *   limitations under the License.
  */
 
+// !!! This include file must be first thing in file !!!
+#include "../platforms/PlatformAutoSense.hpp"
 
 #include "SimpleAttribute.h"
 
+#include "../common/AxisTrace.h"
 
 SimpleAttribute::SimpleAttribute()
 {

Modified: webservices/axis/trunk/c/src/xml/StartElement.cpp
URL: http://svn.apache.org/viewvc/webservices/axis/trunk/c/src/xml/StartElement.cpp?rev=703625&r1=703624&r2=703625&view=diff
==============================================================================
--- webservices/axis/trunk/c/src/xml/StartElement.cpp (original)
+++ webservices/axis/trunk/c/src/xml/StartElement.cpp Fri Oct 10 20:41:17 2008
@@ -15,9 +15,12 @@
  */
 
 
+// !!! This include file must be first thing in file !!!
+#include "../platforms/PlatformAutoSense.hpp"
 
 #include "StartElement.h"
 
+#include "../common/AxisTrace.h"
 
 StartElement::StartElement()
 {

Modified: webservices/axis/trunk/c/src/xml/xerces/ParserLoader.cpp
URL: http://svn.apache.org/viewvc/webservices/axis/trunk/c/src/xml/xerces/ParserLoader.cpp?rev=703625&r1=703624&r2=703625&view=diff
==============================================================================
--- webservices/axis/trunk/c/src/xml/xerces/ParserLoader.cpp (original)
+++ webservices/axis/trunk/c/src/xml/xerces/ParserLoader.cpp Fri Oct 10 20:41:17 2008
@@ -20,6 +20,9 @@
  *
  */
 
+// !!! This include file must be first thing in file !!!
+#include "../../platforms/PlatformAutoSense.hpp"
+
 #define AXISTRACE_LIBRARY_MAINENTRYPOINT
 #include "../../common/AxisTrace.h"
 

Modified: webservices/axis/trunk/c/src/xml/xerces/SoapBinInputStream.cpp
URL: http://svn.apache.org/viewvc/webservices/axis/trunk/c/src/xml/xerces/SoapBinInputStream.cpp?rev=703625&r1=703624&r2=703625&view=diff
==============================================================================
--- webservices/axis/trunk/c/src/xml/xerces/SoapBinInputStream.cpp (original)
+++ webservices/axis/trunk/c/src/xml/xerces/SoapBinInputStream.cpp Fri Oct 10 20:41:17 2008
@@ -14,11 +14,14 @@
  *   limitations under the License.
  */
 
-/* SoapBinInputStream.cpp: implementation of the SoapBinInputStream class. */
 
+// !!! This include file must be first thing in file !!!
+#include "../../platforms/PlatformAutoSense.hpp"
 
 #include "SoapBinInputStream.h"
 
+#include "../../common/AxisTrace.h"
+
 SoapBinInputStream::SoapBinInputStream(AxisIOStream* pInputStream)
 {
     m_pInputStream = pInputStream;

Modified: webservices/axis/trunk/c/src/xml/xerces/SoapInputSource.cpp
URL: http://svn.apache.org/viewvc/webservices/axis/trunk/c/src/xml/xerces/SoapInputSource.cpp?rev=703625&r1=703624&r2=703625&view=diff
==============================================================================
--- webservices/axis/trunk/c/src/xml/xerces/SoapInputSource.cpp (original)
+++ webservices/axis/trunk/c/src/xml/xerces/SoapInputSource.cpp Fri Oct 10 20:41:17 2008
@@ -14,10 +14,13 @@
  *   limitations under the License.
  */
 
-/* SoapInputSource.cpp: implementation of the SoapInputSource class. */
+// !!! This include file must be first thing in file !!!
+#include "../../platforms/PlatformAutoSense.hpp"
 
 #include "SoapInputSource.h"
 
+#include "../../common/AxisTrace.h"
+
 SoapInputSource::SoapInputSource(AxisIOStream* pInputStream)
 {
     m_pInputStream = new SoapBinInputStream(pInputStream);

Modified: webservices/axis/trunk/c/src/xml/xerces/XMLParserXerces.cpp
URL: http://svn.apache.org/viewvc/webservices/axis/trunk/c/src/xml/xerces/XMLParserXerces.cpp?rev=703625&r1=703624&r2=703625&view=diff
==============================================================================
--- webservices/axis/trunk/c/src/xml/xerces/XMLParserXerces.cpp (original)
+++ webservices/axis/trunk/c/src/xml/xerces/XMLParserXerces.cpp Fri Oct 10 20:41:17 2008
@@ -14,12 +14,7 @@
  *   limitations under the License.
  */
 
-#ifdef WIN32
-#pragma warning (disable : 4786)
-#pragma warning (disable : 4101)
-#endif
-
-// !!! Must be first thing in file !!!
+// !!! This include file must be first thing in file !!!
 #include "../../platforms/PlatformAutoSense.hpp"
 
 #include <string>
@@ -29,6 +24,8 @@
 
 #include <xercesc/sax2/XMLReaderFactory.hpp>
 
+#include "../../common/AxisTrace.h"
+
 XERCES_CPP_NAMESPACE_USE
 using namespace std;
 

Modified: webservices/axis/trunk/c/src/xml/xerces/XercesHandler.cpp
URL: http://svn.apache.org/viewvc/webservices/axis/trunk/c/src/xml/xerces/XercesHandler.cpp?rev=703625&r1=703624&r2=703625&view=diff
==============================================================================
--- webservices/axis/trunk/c/src/xml/xerces/XercesHandler.cpp (original)
+++ webservices/axis/trunk/c/src/xml/xerces/XercesHandler.cpp Fri Oct 10 20:41:17 2008
@@ -18,15 +18,15 @@
  * @author sanjaya singharage (sanjayas@opensource.lk)
  * @author Susantha Kumara (susantha@opensource.lk, skumara@virtusa.com)
  */
-#ifdef WIN32
-#pragma warning (disable : 4786)
-#endif
+
+// !!! This include file must be first thing in file !!!
 #include "../../platforms/PlatformAutoSense.hpp"
 
 #include "XercesHandler.h"
 #include <xercesc/sax2/Attributes.hpp>
 #include <stdio.h>
 
+#include "../../common/AxisTrace.h"
 
 XercesHandler::
 XercesHandler()

Modified: webservices/axis/trunk/c/vc/AxisClientDLL.dsp
URL: http://svn.apache.org/viewvc/webservices/axis/trunk/c/vc/AxisClientDLL.dsp?rev=703625&r1=703624&r2=703625&view=diff
==============================================================================
--- webservices/axis/trunk/c/vc/AxisClientDLL.dsp (original)
+++ webservices/axis/trunk/c/vc/AxisClientDLL.dsp Fri Oct 10 20:41:17 2008
@@ -102,6 +102,10 @@
 # End Source File
 # Begin Source File
 
+SOURCE=..\src\soap\xsd\AnyType2.cpp
+# End Source File
+# Begin Source File
+
 SOURCE=..\src\engine\AppScopeHandlerPool.cpp
 # End Source File
 # Begin Source File