From 2a6ced8bd8ce528ca91107d862b544737a467f78 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Wed, 29 Mar 2006 13:19:41 +0000 Subject: [PATCH] Update references to yaz++ -> yazpp --- doc/api.xml | 22 +++++++++++----------- doc/installation.xml | 14 +++++++------- doc/introduction.xml | 4 ++-- doc/license.xml | 6 +++--- doc/zoom.xml | 10 +++++----- 5 files changed, 28 insertions(+), 28 deletions(-) diff --git a/doc/api.xml b/doc/api.xml index 062d326..1d53b24 100644 --- a/doc/api.xml +++ b/doc/api.xml @@ -34,7 +34,7 @@ interface. - #include <yaz++/socket-observer.h> + #include <yazpp/socket-observer.h> class my_socketobservable : public IYazSocketObservable { // Add an observer interested in socket fd @@ -59,7 +59,7 @@ interface. - #include <yaz++/socket-observer.h> + #include <yazpp/socket-observer.h> class my_socketobserver : public IYazSocketObserver { public: @@ -76,7 +76,7 @@ is notified. - #include <yaz++/pdu-observer.h> + #include <yazpp/pdu-observer.h> class my_pduobservable : public IYaz_PDU_Observable { public: @@ -104,7 +104,7 @@ IYaz_PDU_Observable. - #include <yaz++/pdu-observer.h> + #include <yazpp/pdu-observer.h> class my_pduobserver : public IYaz_PDU_Observer { public: @@ -127,7 +127,7 @@ Abstract query. - #include <yaz++/query.h> + #include <yazpp/query.h> class my_query : public Yaz_Query { public: // Print query in buffer described by str and len @@ -147,7 +147,7 @@ command line clients, etc. - #include <yaz++/socket-manager.h> + #include <yazpp/socket-manager.h> class Yaz_SocketManager : public IYazSocketObservable { public: @@ -179,7 +179,7 @@ that transmits BER encoded PDUs (or those offered by YAZ COMSTACK). - #include <yaz++/pdu-assoc.h> + #include <yazpp/pdu-assoc.h> class Yaz_PDU_Assoc : public IYaz_PDU_Observable, IYazSocketObserver { @@ -223,7 +223,7 @@ Z-Association. - #include <yaz++/z-assoc.h> + #include <yazpp/z-assoc.h> class Yaz_Z_Assoc : public IYaz_PDU_Observer { public: @@ -298,7 +298,7 @@ more facilities for the Z39.50 client role. - #include <yaz++/ir-assoc.h> + #include <yazpp/ir-assoc.h> class Yaz_IR_Assoc : public Yaz_Z_Assoc { ... @@ -316,7 +316,7 @@ more facilities for the Z39.50 server role. - #include <yaz++/z-server.h> + #include <yazpp/z-server.h> class Yaz_Z_Server : public Yaz_Z_Server { ... @@ -338,7 +338,7 @@ sgml-always-quote-attributes:t sgml-indent-step:1 sgml-indent-data:t - sgml-parent-document: "yaz++.xml" + sgml-parent-document: "yazpp.xml" sgml-local-catalogs: nil sgml-namecase-general:t End: diff --git a/doc/installation.xml b/doc/installation.xml index 55a4b0b..c5e0209 100644 --- a/doc/installation.xml +++ b/doc/installation.xml @@ -1,5 +1,5 @@ - + Installation You need a C++ compiler to compile and use YAZ++. @@ -70,7 +70,7 @@ This is what you have after successful compilation: - src/libyazcpp.la + src/libyazpp.la The YAZ++ library. This library gets installed in your libraries directory @@ -79,7 +79,7 @@ - src/libzoomcpp.la + src/libzoompp.la The ZOOM-C++ library. This library gets installed in your libraries directory @@ -88,16 +88,16 @@ - include/yaz++/*.h + include/yazpp/*.h Various C++ header files, which you'll need for YAZ++ development. All these are installed in your header files area - (prefix/include/yaz++). + (prefix/include/yazpp). - yaz++-config + yazpp-config A Bourne shell-script utility that returns the values of the CFLAGS and LIBS @@ -226,7 +226,7 @@ sgml-always-quote-attributes:t sgml-indent-step:1 sgml-indent-data:t - sgml-parent-document: "yaz++.xml" + sgml-parent-document: "yazpp.xml" sgml-local-catalogs: nil sgml-namecase-general:t End: diff --git a/doc/introduction.xml b/doc/introduction.xml index c72ab67..800c567 100644 --- a/doc/introduction.xml +++ b/doc/introduction.xml @@ -1,4 +1,4 @@ - + Introduction YAZ++ @@ -32,7 +32,7 @@ sgml-always-quote-attributes:t sgml-indent-step:1 sgml-indent-data:t - sgml-parent-document:"yaz++.xml" + sgml-parent-document:"yazpp.xml" sgml-local-catalogs: nil sgml-namecase-general:t End: diff --git a/doc/license.xml b/doc/license.xml index 41ce948..fefc9a3 100644 --- a/doc/license.xml +++ b/doc/license.xml @@ -1,10 +1,10 @@ - + License
YAZ License - Copyright © 1999-2004 Index Data Aps and Mike Taylor. + Copyright © 1999-2006 Index Data Aps and Mike Taylor. @@ -48,7 +48,7 @@ sgml-always-quote-attributes:t sgml-indent-step:1 sgml-indent-data:t - sgml-parent-document: "yaz++.xml" + sgml-parent-document: "yazpp.xml" sgml-local-catalogs: nil sgml-namecase-general:t End: diff --git a/doc/zoom.xml b/doc/zoom.xml index e61a14e..04a5892 100644 --- a/doc/zoom.xml +++ b/doc/zoom.xml @@ -1,5 +1,5 @@ - + ZOOM-C++ @@ -30,7 +30,7 @@ #include <iostream> - #include <yaz++/zoom.h> + #include <yazpp/zoom.h> using namespace ZOOM; @@ -594,10 +594,10 @@ to catch exceptions and report any errors: - /* g++ -o zoom-c++-hw zoom-c++-hw.cpp -lyaz++ -lyaz */ + /* g++ -o zoom-c++-hw zoom-c++-hw.cpp -lzoompp -lyaz */ #include <iostream> - #include <yaz++/zoom.h> + #include <yazpp/zoom.h> using namespace ZOOM; @@ -684,7 +684,7 @@ sgml-always-quote-attributes:t sgml-indent-step:1 sgml-indent-data:t - sgml-parent-document: "yaz++.xml" + sgml-parent-document: "yazpp.xml" sgml-local-catalogs: nil sgml-namecase-general:t End: -- 1.7.10.4