dbertoni 01/08/20 15:10:30
Modified: c/src/ICUBridge ICUBridgeCollationCompareFunctor.hpp
ICUBridgeCollationCompareFunctor.cpp
Log:
Updated for latest ICU changes.
Revision Changes Path
1.6 +0 -5
xml-xalan/c/src/ICUBridge/ICUBridgeCollationCompareFunctor.hpp
Index: ICUBridgeCollationCompareFunctor.hpp
===================================================================
RCS file:
/home/cvs/xml-xalan/c/src/ICUBridge/ICUBridgeCollationCompareFunctor.hpp,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ICUBridgeCollationCompareFunctor.hpp 2001/08/08 21:46:46 1.5
+++ ICUBridgeCollationCompareFunctor.hpp 2001/08/20 22:10:29 1.6
@@ -84,11 +84,6 @@
virtual int
operator()(
const XalanDOMChar* theLHS,
- const XalanDOMChar* theRHS);
-
- virtual int
- operator()(
- const XalanDOMChar* theLHS,
const XalanDOMChar* theRHS) const;
virtual int
1.17 +0 -10
xml-xalan/c/src/ICUBridge/ICUBridgeCollationCompareFunctor.cpp
Index: ICUBridgeCollationCompareFunctor.cpp
===================================================================
RCS file:
/home/cvs/xml-xalan/c/src/ICUBridge/ICUBridgeCollationCompareFunctor.cpp,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ICUBridgeCollationCompareFunctor.cpp 2001/08/08 21:46:46 1.16
+++ ICUBridgeCollationCompareFunctor.cpp 2001/08/20 22:10:29 1.17
@@ -218,13 +218,3 @@
return s_defaultFunctor(theLHS, theRHS);
}
}
-
-
-
-int
-ICUBridgeCollationCompareFunctor::operator()(
- const XalanDOMChar* theLHS,
- const XalanDOMChar* theRHS)
-{
- return doDefaultCompare(theLHS, theRHS);
-}
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]