From efdba56307b4ed627172cbc7fc4795ca5841c0c7 Mon Sep 17 00:00:00 2001 From: "kvisco%ziplink.net" Date: Tue, 16 May 2000 09:03:13 +0000 Subject: [PATCH] added Nisheeth's name to contributors list git-svn-id: svn://10.0.0.236/trunk@70019 18797224-902f-48f8-a5cc-f745e15eee43 --- .../source/xpath/NumberFunctionCall.cpp | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/mozilla/extensions/transformiix/source/xpath/NumberFunctionCall.cpp b/mozilla/extensions/transformiix/source/xpath/NumberFunctionCall.cpp index 5c4cce68b50..b75640a078c 100644 --- a/mozilla/extensions/transformiix/source/xpath/NumberFunctionCall.cpp +++ b/mozilla/extensions/transformiix/source/xpath/NumberFunctionCall.cpp @@ -17,16 +17,21 @@ * Portions created by Keith Visco as a Non MITRE employee, * (C) 1999 Keith Visco. All Rights Reserved. * - * Contributor(s): + * Contributor(s): + * * Olivier Gerardin, ogerardin@vo.lu * -- original author. + * + * Nisheeth Ranjan, nisheeth@netscape.com + * -- implemented rint function, which was not available on Windows. + * + * $Id: NumberFunctionCall.cpp,v 1.5 2000-05-16 09:03:13 kvisco%ziplink.net Exp $ */ -/** - * NumberFunctionCall - * A representation of the XPath Number funtions - * @author Olivier Gerardin -**/ +/* + NumberFunctionCall + A representation of the XPath Number funtions +*/ #include "FunctionLib.h"