You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by db...@apache.org on 2001/02/16 20:44:44 UTC

cvs commit: xml-xalan/c/src/PlatformSupport DOMStringHelper.cpp

dbertoni    01/02/16 11:44:43

  Modified:    c/src/PlatformSupport DOMStringHelper.cpp
  Log:
  Removed extraneous code.
  
  Revision  Changes    Path
  1.52      +0 -23     xml-xalan/c/src/PlatformSupport/DOMStringHelper.cpp
  
  Index: DOMStringHelper.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/PlatformSupport/DOMStringHelper.cpp,v
  retrieving revision 1.51
  retrieving revision 1.52
  diff -u -r1.51 -r1.52
  --- DOMStringHelper.cpp	2001/02/08 21:38:54	1.51
  +++ DOMStringHelper.cpp	2001/02/16 19:44:39	1.52
  @@ -127,29 +127,6 @@
   
   
   
  -#if !defined(XALAN_LSTRSUPPORT)
  -
  -
  -
  -XALAN_PLATFORMSUPPORT_EXPORT_FUNCTION(const XalanDOMString)
  -initializeAndTranscode(const char*	theString)
  -{
  -	static bool		fInitialized = false;
  -
  -	if (fInitialized == false)
  -	{
  -		XMLPlatformUtils::Initialize();
  -
  -		fInitialized = true;
  -	}
  -
  -	return XalanDOMString(theString);
  -}
  -
  -#endif
  -
  -
  -
   static XalanDOMString	theNaNString;
   
   static XalanDOMString	theNegativeInfinityString;