From afebd79d44b75aed3b38e867c65330ba80ddc0ee Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 13 Oct 2009 11:29:26 +0200 Subject: Extended the streaming example It now shows how to perform stream-oriented, partially in-memory XML processing using the C++/Tree mapping. --- examples/cxx/tree/performance/serialization.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/cxx/tree/performance') diff --git a/examples/cxx/tree/performance/serialization.cxx b/examples/cxx/tree/performance/serialization.cxx index 5ad6654..f888d40 100644 --- a/examples/cxx/tree/performance/serialization.cxx +++ b/examples/cxx/tree/performance/serialization.cxx @@ -116,7 +116,7 @@ serialization (const char* file, unsigned long iter) writer->writeNode (&ft, *doc); #endif - eh.throw_if_failed (); + eh.throw_if_failed (); } os::time end; -- cgit v1.1