You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by db...@apache.org on 2005/06/08 02:25:26 UTC

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

Author: dbertoni
Date: Tue Jun  7 17:25:25 2005
New Revision: 189479

URL: http://svn.apache.org/viewcvs?rev=189479&view=rev
Log:
Removed spurious class qualification.

Modified:
    xerces/c/branches/jberry/3.0-unstable/src/xercesc/util/PlatformUtils.hpp

Modified: xerces/c/branches/jberry/3.0-unstable/src/xercesc/util/PlatformUtils.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/jberry/3.0-unstable/src/xercesc/util/PlatformUtils.hpp?rev=189479&r1=189478&r2=189479&view=diff
==============================================================================
--- xerces/c/branches/jberry/3.0-unstable/src/xercesc/util/PlatformUtils.hpp (original)
+++ xerces/c/branches/jberry/3.0-unstable/src/xercesc/util/PlatformUtils.hpp Tue Jun  7 17:25:25 2005
@@ -214,7 +214,7 @@
       * @param manager The MemoryManager to use to allocate objects
       */
 	static XMLFileMgr*
-	XMLPlatformUtils::makeFileMgr(MemoryManager* const manager);
+	makeFileMgr(MemoryManager* const manager);
 	
     /** Get the current file position
       *



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@xerces.apache.org
For additional commands, e-mail: commits-help@xerces.apache.org