dbertoni 02/04/09 23:03:11
Modified: c/src/XPath XBoolean.cpp XNodeSet.cpp XNull.cpp XNumber.cpp
XSpan.cpp XString.cpp XStringAdapter.cpp
XStringCached.cpp XStringReference.cpp
XTokenNumberAdapter.cpp XTokenStringAdapter.cpp
XUnknown.cpp
Log:
Removed extraneous ;s
Revision Changes Path
1.13 +1 -1 xml-xalan/c/src/XPath/XBoolean.cpp
Index: XBoolean.cpp
===================================================================
RCS file: /home/cvs/xml-xalan/c/src/XPath/XBoolean.cpp,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- XBoolean.cpp 26 Sep 2001 20:58:46 -0000 1.12
+++ XBoolean.cpp 10 Apr 2002 06:03:11 -0000 1.13
@@ -103,7 +103,7 @@
XBoolean::clone(void* theAddress) const
{
return theAddress == 0 ? new XBoolean(*this) : new (theAddress)
XBoolean(*this);
-};
+}
1.28 +1 -1 xml-xalan/c/src/XPath/XNodeSet.cpp
Index: XNodeSet.cpp
===================================================================
RCS file: /home/cvs/xml-xalan/c/src/XPath/XNodeSet.cpp,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- XNodeSet.cpp 1 Nov 2001 15:57:13 -0000 1.27
+++ XNodeSet.cpp 10 Apr 2002 06:03:11 -0000 1.28
@@ -113,7 +113,7 @@
XNodeSet::clone(void* theAddress) const
{
return theAddress == 0 ? new XNodeSet(*this) : new (theAddress)
XNodeSet(*this);
-};
+}
1.11 +1 -1 xml-xalan/c/src/XPath/XNull.cpp
Index: XNull.cpp
===================================================================
RCS file: /home/cvs/xml-xalan/c/src/XPath/XNull.cpp,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- XNull.cpp 20 Sep 2001 18:05:34 -0000 1.10
+++ XNull.cpp 10 Apr 2002 06:03:11 -0000 1.11
@@ -91,7 +91,7 @@
XNull::clone(void* theAddress) const
{
return theAddress == 0 ? new XNull(*this) : new (theAddress)
XNull(*this);
-};
+}
1.16 +1 -1 xml-xalan/c/src/XPath/XNumber.cpp
Index: XNumber.cpp
===================================================================
RCS file: /home/cvs/xml-xalan/c/src/XPath/XNumber.cpp,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- XNumber.cpp 26 Sep 2001 20:58:46 -0000 1.15
+++ XNumber.cpp 10 Apr 2002 06:03:11 -0000 1.16
@@ -95,7 +95,7 @@
XNumber::clone(void* theAddress) const
{
return theAddress == 0 ? new XNumber(*this) : new (theAddress)
XNumber(*this);
-};
+}
1.8 +1 -1 xml-xalan/c/src/XPath/XSpan.cpp
Index: XSpan.cpp
===================================================================
RCS file: /home/cvs/xml-xalan/c/src/XPath/XSpan.cpp,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- XSpan.cpp 14 Aug 2000 16:33:59 -0000 1.7
+++ XSpan.cpp 10 Apr 2002 06:03:11 -0000 1.8
@@ -90,7 +90,7 @@
XSpan::clone(void* theAddress) const
{
return theAddress == 0 ? new XSpan(*this) : new (theAddress)
XSpan(*this);
-};
+}
1.18 +1 -1 xml-xalan/c/src/XPath/XString.cpp
Index: XString.cpp
===================================================================
RCS file: /home/cvs/xml-xalan/c/src/XPath/XString.cpp,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- XString.cpp 26 Sep 2001 20:58:46 -0000 1.17
+++ XString.cpp 10 Apr 2002 06:03:11 -0000 1.18
@@ -111,7 +111,7 @@
XString::clone(void* theAddress) const
{
return theAddress == 0 ? new XString(*this) : new (theAddress)
XString(*this);
-};
+}
1.3 +1 -1 xml-xalan/c/src/XPath/XStringAdapter.cpp
Index: XStringAdapter.cpp
===================================================================
RCS file: /home/cvs/xml-xalan/c/src/XPath/XStringAdapter.cpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- XStringAdapter.cpp 2 May 2001 15:53:07 -0000 1.2
+++ XStringAdapter.cpp 10 Apr 2002 06:03:11 -0000 1.3
@@ -89,7 +89,7 @@
XStringAdapter::clone(void* theAddress) const
{
return theAddress == 0 ? new XStringAdapter(*this) : new (theAddress)
XStringAdapter(*this);
-};
+}
1.5 +1 -1 xml-xalan/c/src/XPath/XStringCached.cpp
Index: XStringCached.cpp
===================================================================
RCS file: /home/cvs/xml-xalan/c/src/XPath/XStringCached.cpp,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- XStringCached.cpp 26 Sep 2001 20:58:46 -0000 1.4
+++ XStringCached.cpp 10 Apr 2002 06:03:11 -0000 1.5
@@ -94,7 +94,7 @@
XStringCached::clone(void* theAddress) const
{
return theAddress == 0 ? new XStringCached(*this) : new (theAddress)
XStringCached(*this);
-};
+}
1.4 +1 -1 xml-xalan/c/src/XPath/XStringReference.cpp
Index: XStringReference.cpp
===================================================================
RCS file: /home/cvs/xml-xalan/c/src/XPath/XStringReference.cpp,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- XStringReference.cpp 26 Sep 2001 20:58:46 -0000 1.3
+++ XStringReference.cpp 10 Apr 2002 06:03:11 -0000 1.4
@@ -90,7 +90,7 @@
XStringReference::clone(void* theAddress) const
{
return theAddress == 0 ? new XStringReference(*this) : new (theAddress)
XStringReference(*this);
-};
+}
1.4 +1 -1 xml-xalan/c/src/XPath/XTokenNumberAdapter.cpp
Index: XTokenNumberAdapter.cpp
===================================================================
RCS file: /home/cvs/xml-xalan/c/src/XPath/XTokenNumberAdapter.cpp,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- XTokenNumberAdapter.cpp 26 Jun 2001 16:00:22 -0000 1.3
+++ XTokenNumberAdapter.cpp 10 Apr 2002 06:03:11 -0000 1.4
@@ -93,7 +93,7 @@
XTokenNumberAdapter::clone(void* theAddress) const
{
return theAddress == 0 ? new XTokenNumberAdapter(*this) : new
(theAddress) XTokenNumberAdapter(*this);
-};
+}
1.4 +1 -1 xml-xalan/c/src/XPath/XTokenStringAdapter.cpp
Index: XTokenStringAdapter.cpp
===================================================================
RCS file: /home/cvs/xml-xalan/c/src/XPath/XTokenStringAdapter.cpp,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- XTokenStringAdapter.cpp 26 Jun 2001 16:00:24 -0000 1.3
+++ XTokenStringAdapter.cpp 10 Apr 2002 06:03:11 -0000 1.4
@@ -93,7 +93,7 @@
XTokenStringAdapter::clone(void* theAddress) const
{
return theAddress == 0 ? new XTokenStringAdapter(*this) : new
(theAddress) XTokenStringAdapter(*this);
-};
+}
1.13 +1 -1 xml-xalan/c/src/XPath/XUnknown.cpp
Index: XUnknown.cpp
===================================================================
RCS file: /home/cvs/xml-xalan/c/src/XPath/XUnknown.cpp,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- XUnknown.cpp 26 Sep 2001 20:58:46 -0000 1.12
+++ XUnknown.cpp 10 Apr 2002 06:03:11 -0000 1.13
@@ -101,7 +101,7 @@
XUnknown::clone(void* theAddress) const
{
return theAddress == 0 ? new XUnknown(*this) : new (theAddress)
XUnknown(*this);
-};
+}
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]