dbertoni 2002/11/13 16:08:10
Modified: c/src/PlatformSupport DoubleSupport.hpp
Log:
Changed parameter to const reference.
Revision Changes Path
1.14 +1 -1 xml-xalan/c/src/PlatformSupport/DoubleSupport.hpp
Index: DoubleSupport.hpp
===================================================================
RCS file: /home/cvs/xml-xalan/c/src/PlatformSupport/DoubleSupport.hpp,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- DoubleSupport.hpp 10 Aug 2001 17:50:08 -0000 1.13
+++ DoubleSupport.hpp 14 Nov 2002 00:08:10 -0000 1.14
@@ -559,7 +559,7 @@
* @return true if the string is valid, false if not.
*/
static bool
- isValid(const XalanDOMString theString);
+ isValid(const XalanDOMString& theString);
/**
* Determine whether or not a string contains
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]