[prev in list] [next in list] [prev in thread] [next in thread] 

List:       xalan-cvs
Subject:    cvs commit: xml-xalan/c/src/ICUBridge ICUBridgeCollationCompareFunctorImpl.hpp ICUXalanNumberFormatP
From:       dbertoni () apache ! org
Date:       2002-08-28 21:02:35
[Download RAW message or body]

dbertoni    2002/08/28 14:02:35

  Modified:    c/src/ICUBridge ICUBridgeCollationCompareFunctorImpl.hpp
                        ICUXalanNumberFormatProxy.hpp
  Log:
  Use macro instead of actual namespace.
  
  Revision  Changes    Path
  1.5       +2 -2      xml-xalan/c/src/ICUBridge/ICUBridgeCollationCompareFunctorImpl.hpp
  
  Index: ICUBridgeCollationCompareFunctorImpl.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/ICUBridge/ICUBridgeCollationCompareFunctorImpl.hpp,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- ICUBridgeCollationCompareFunctorImpl.hpp	15 Aug 2002 00:44:01 -0000	1.4
  +++ ICUBridgeCollationCompareFunctorImpl.hpp	28 Aug 2002 21:02:34 -0000	1.5
  @@ -113,9 +113,9 @@
   	}
   
   #if defined(XALAN_NO_NAMESPACES)
  -	typedef Collator	CollatorType;
  +	typedef Collator					CollatorType;
   #else
  -	typedef icu_2_0::Collator	CollatorType;
  +	typedef U_ICU_NAMESPACE::Collator	CollatorType;
   #endif
   
   	struct CollationCacheStruct
  
  
  
  1.5       +2 -2      xml-xalan/c/src/ICUBridge/ICUXalanNumberFormatProxy.hpp
  
  Index: ICUXalanNumberFormatProxy.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/ICUBridge/ICUXalanNumberFormatProxy.hpp,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- ICUXalanNumberFormatProxy.hpp	4 Jan 2002 19:12:43 -0000	1.4
  +++ ICUXalanNumberFormatProxy.hpp	28 Aug 2002 21:02:34 -0000	1.5
  @@ -139,9 +139,9 @@
   private:
   
   #if defined(XALAN_NO_NAMESPACES)
  -	DecimalFormat*				m_decimalFormat;
  +	DecimalFormat*						m_decimalFormat;
   #else
  -	icu_2_0::DecimalFormat*		m_decimalFormat;
  +	U_ICU_NAMESPACE::DecimalFormat*		m_decimalFormat;
   #endif
   };
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xalan-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-cvs-help@xml.apache.org

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic