[Xmlstorage-commits] SF.net SVN: xmlstorage: [78] trunk/c++/xmltest.cpp
Brought to you by:
martinfuchs
|
From: <mar...@us...> - 2008-01-31 23:21:08
|
Revision: 78
http://xmlstorage.svn.sourceforge.net/xmlstorage/?rev=78&view=rev
Author: martinfuchs
Date: 2008-01-31 15:21:12 -0800 (Thu, 31 Jan 2008)
Log Message:
-----------
change read() to read_file()
Modified Paths:
--------------
trunk/c++/xmltest.cpp
Modified: trunk/c++/xmltest.cpp
===================================================================
--- trunk/c++/xmltest.cpp 2008-01-30 23:09:16 UTC (rev 77)
+++ trunk/c++/xmltest.cpp 2008-01-31 23:21:12 UTC (rev 78)
@@ -52,8 +52,8 @@
XMLDoc doc;
bool ret;
- //ret = doc.read("poem.xml");
- //ret = doc.read("machines.xml");
+ //ret = doc.read_file("poem.xml");
+ //ret = doc.read_file("machines.xml");
ret = doc.read_file("packets.xml");
if (!ret) {
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|