From fdd488c27e64e5465029fa8116fa00e19085ba80 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Thu, 22 Apr 2004 18:44:51 +0000 Subject: [PATCH] Omit proxy API --- doc/api.xml | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/doc/api.xml b/doc/api.xml index d4f609e..062d326 100644 --- a/doc/api.xml +++ b/doc/api.xml @@ -327,24 +327,6 @@ uses this class. -
Yaz_Proxy - - This object is a specialization of - Yaz_Z_Assoc and implements - the YAZ proxy. - - - #include <yaz++/proxy.h> - - class Yaz_Proxy : public Yaz_Z_Server { - ... - }; - - - The proxy server, yaz-proxy-main.cpp, - uses this class. - -