You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by am...@apache.org on 2009/01/29 17:02:48 UTC

svn commit: r738907 - /xerces/c/branches/xerces-3.0/src/xercesc/util/Transcoders/MacOSUnicodeConverter/MacOSUnicodeConverter.hpp

Author: amassari
Date: Thu Jan 29 16:02:48 2009
New Revision: 738907

URL: http://svn.apache.org/viewvc?rev=738907&view=rev
Log:
Remove class name from method declaration (XERCESC-1850)

Modified:
    xerces/c/branches/xerces-3.0/src/xercesc/util/Transcoders/MacOSUnicodeConverter/MacOSUnicodeConverter.hpp

Modified: xerces/c/branches/xerces-3.0/src/xercesc/util/Transcoders/MacOSUnicodeConverter/MacOSUnicodeConverter.hpp
URL: http://svn.apache.org/viewvc/xerces/c/branches/xerces-3.0/src/xercesc/util/Transcoders/MacOSUnicodeConverter/MacOSUnicodeConverter.hpp?rev=738907&r1=738906&r2=738907&view=diff
==============================================================================
--- xerces/c/branches/xerces-3.0/src/xercesc/util/Transcoders/MacOSUnicodeConverter/MacOSUnicodeConverter.hpp (original)
+++ xerces/c/branches/xerces-3.0/src/xercesc/util/Transcoders/MacOSUnicodeConverter/MacOSUnicodeConverter.hpp Thu Jan 29 16:02:48 2009
@@ -104,7 +104,7 @@
     static bool IsMacOSUnicodeConverterSupported(void);
 	
 	// Copy from a C string to a Str255
-	static void MacOSUnicodeConverter::CopyCStringToPascal(const char* c, Str255 pas);
+	static void CopyCStringToPascal(const char* c, Str255 pas);
 
 private :
 	friend class XMLPlatformUtils;



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