Change the ZOOM code to generate and use "zoom.h" rather than "zoom++.h"
[yazpp-moved-to-github.git] / doc / zoom.xml
index cc4485e..709a295 100644 (file)
@@ -1,5 +1,5 @@
 <chapter id="zoom">
- <!-- $Id: zoom.xml,v 1.2 2002-10-08 23:52:40 mike Exp $ -->
+ <!-- $Id: zoom.xml,v 1.3 2002-10-09 09:07:10 mike Exp $ -->
  <title>ZOOM-C++</title>
 
  <sect1 id="zoom.introduction">
@@ -29,7 +29,7 @@
    from the Library of Congress's Z39.50 server:
    <screen>
     #include &lt;iostream&gt;
-    #include &lt;yaz++/zoom++.h&gt;
+    #include &lt;yaz++/zoom.h&gt;
 
     using namespace ZOOM;