Author: jberry
Date: Thu May 26 06:50:53 2005
New Revision: 178636
URL: http://svn.apache.org/viewcvs?rev=178636&view=rev
Log:
Mark isAnySlash as inline
Modified:
xerces/c/branches/jberry/3.0-unstable/src/xercesc/util/PlatformUtils.cpp
Modified:
xerces/c/branches/jberry/3.0-unstable/src/xercesc/util/PlatformUtils.cpp
URL:
http://svn.apache.org/viewcvs/xerces/c/branches/jberry/3.0-unstable/src/xercesc/util/PlatformUtils.cpp?rev=178636&r1=178635&r2=178636&view=diff
==============================================================================
--- xerces/c/branches/jberry/3.0-unstable/src/xercesc/util/PlatformUtils.cpp
(original)
+++ xerces/c/branches/jberry/3.0-unstable/src/xercesc/util/PlatformUtils.cpp
Thu May 26 06:50:53 2005
@@ -601,10 +601,8 @@
}
-/*
- TODO: we probably want to move this as an inline function into the
weavepaths code.
-*/
-bool XMLPlatformUtils::isAnySlash(XMLCh c)
+inline bool
+XMLPlatformUtils::isAnySlash(XMLCh c)
{
return (
false
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]