X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=doc%2Fapi.xml;h=0b9a5e58eb1b52261b19cb4b094edc0e254dadd1;hb=c9acd7ad933aa30cf184f206ea89f38965ec5b5f;hp=e3b92b03f2122670f82afb747689d7adbe8f33f1;hpb=43cc841d9cd8606d5abc780770985ae5d6214560;p=yazpp-moved-to-github.git diff --git a/doc/api.xml b/doc/api.xml index e3b92b0..0b9a5e5 100644 --- a/doc/api.xml +++ b/doc/api.xml @@ -3,7 +3,7 @@ YAZ C++ API The YAZ C++ API is an client - and server API that exposes - all YAZ features. The API doesn't hide YAZ C datastructures, but + all YAZ features. The API doesn't hide YAZ C data structures, but provides a set of useful high-level objects for creating clients - and servers. @@ -21,7 +21,7 @@ - The documentation here is very limited. We plan to enhance it + The documentation here is very limited. We plan to enhance it - provided there is interest for it. @@ -43,7 +43,7 @@ virtual void deleteObserver(IYazSocketObserver *observer) = 0; // Delete all observers virtual void deleteObservers() = 0; - // Specify the events that the observer is intersted in. + // Specify the events that the observer is interested in. virtual void maskObserver(IYazSocketObserver *observer, int mask) = 0; // Specify timeout @@ -229,7 +229,7 @@ public: // Create object using the PDU Observer specified Yaz_Z_Assoc(IYaz_PDU_Observable *the_PDU_Observable); - // Destroy assocation and close PDU Observer + // Destroy association and close PDU Observer virtual ~Yaz_Z_Assoc(); // Receive PDU void recv_PDU(const char *buf, int len);