|
[openMSX-commits] CVS: openMSX/src/config xmlx.cc,1.8,1.9 xmlx.hh,1.8,1.9
From: Wouter Vermaelen <m9710797@us...> - 2004-06-18 21:35
|
Update of /cvsroot/openmsx/openMSX/src/config
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11080/src/config
Modified Files:
xmlx.cc xmlx.hh
Log Message:
Compiled with -Wall -W and fixed all warnings
Index: xmlx.cc
===================================================================
RCS file: /cvsroot/openmsx/openMSX/src/config/xmlx.cc,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- xmlx.cc 17 Jun 2004 19:18:39 -0000 1.8
+++ xmlx.cc 18 Jun 2004 21:34:50 -0000 1.9
@@ -220,17 +220,6 @@
xmlFreeDoc(doc);
}
-XMLDocument::XMLDocument(const XMLDocument& document)
-{
- *this = document;
-}
-
-const XMLDocument& XMLDocument::operator=(const XMLDocument& document)
-{
- this->XMLElement::operator=(document);
- return *this;
-}
-
string XMLEscape(const string& str)
{
Index: xmlx.hh
===================================================================
RCS file: /cvsroot/openmsx/openMSX/src/config/xmlx.hh,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- xmlx.hh 17 Jun 2004 19:18:39 -0000 1.8
+++ xmlx.hh 18 Jun 2004 21:34:50 -0000 1.9
@@ -88,9 +88,6 @@
XMLDocument(const string& filename);
XMLDocument(const ostringstream& stream);
- XMLDocument(const XMLDocument& document);
- const XMLDocument& operator=(const XMLDocument& document);
-
private:
void handleDoc(xmlDocPtr doc);
};
|
| Thread | Author | Date |
|---|---|---|
| [openMSX-commits] CVS: openMSX/src/config xmlx.cc,1.8,1.9 xmlx.hh,1.8,1.9 | Wouter Vermaelen <m9710797@us...> |