amassari 2005/01/07 07:22:13
Modified: c/src/xercesc/framework XMLPScanToken.hpp
c/src/xercesc/framework/psvi XSAttributeUse.hpp
Log:
Removed warnings
Revision Changes Path
1.5 +5 -2 xml-xerces/c/src/xercesc/framework/XMLPScanToken.hpp
Index: XMLPScanToken.hpp
===================================================================
RCS file: /home/cvs/xml-xerces/c/src/xercesc/framework/XMLPScanToken.hpp,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- XMLPScanToken.hpp 8 Sep 2004 13:55:59 -0000 1.4
+++ XMLPScanToken.hpp 7 Jan 2005 15:22:13 -0000 1.5
@@ -16,6 +16,9 @@
/*
* $Log$
+ * Revision 1.5 2005/01/07 15:22:13 amassari
+ * Removed warnings
+ *
* Revision 1.4 2004/09/08 13:55:59 peiyongz
* Apache License Version 2.0
*
@@ -137,8 +140,8 @@
}
inline XMLPScanToken::XMLPScanToken(const XMLPScanToken& toCopy) :
-
- fScannerId(toCopy.fScannerId)
+ XMemory(toCopy)
+ , fScannerId(toCopy.fScannerId)
, fSequenceId(toCopy.fSequenceId)
{
}
1.10 +4 -1
xml-xerces/c/src/xercesc/framework/psvi/XSAttributeUse.hpp
Index: XSAttributeUse.hpp
===================================================================
RCS file:
/home/cvs/xml-xerces/c/src/xercesc/framework/psvi/XSAttributeUse.hpp,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- XSAttributeUse.hpp 8 Sep 2004 13:56:08 -0000 1.9
+++ XSAttributeUse.hpp 7 Jan 2005 15:22:13 -0000 1.10
@@ -16,6 +16,9 @@
/*
* $Log$
+ * Revision 1.10 2005/01/07 15:22:13 amassari
+ * Removed warnings
+ *
* Revision 1.9 2004/09/08 13:56:08 peiyongz
* Apache License Version 2.0
*
@@ -175,7 +178,7 @@
return fConstraintType;
}
-const inline XMLCh *XSAttributeUse::getConstraintValue()
+inline const XMLCh *XSAttributeUse::getConstraintValue()
{
return fConstraintValue;
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]