You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by jb...@apache.org on 2005/05/26 15:50:55 UTC

svn commit: r178636 - /xerces/c/branches/jberry/3.0-unstable/src/xercesc/util/PlatformUtils.cpp

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: commits-unsubscribe@xerces.apache.org
For additional commands, e-mail: commits-help@xerces.apache.org