X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=src%2Fyaz-proxy.cpp;h=e24fb8ccf1bb38883416c46089c9e1dd7eaf8fd8;hb=355215b6f2c914f2eb099dda88828b8f0c8cb001;hp=c18e0b498fdf86662a114fd35c2a8d62617a70ab;hpb=22eeea158d7baa9291b5449304d979c173034f0a;p=yazpp-moved-to-github.git diff --git a/src/yaz-proxy.cpp b/src/yaz-proxy.cpp index c18e0b4..e24fb8c 100644 --- a/src/yaz-proxy.cpp +++ b/src/yaz-proxy.cpp @@ -1,10 +1,16 @@ /* * Copyright (c) 1998-2000, Index Data. * See the file LICENSE for details. - * Sebastian Hammer, Adam Dickmeiss * * $Log: yaz-proxy.cpp,v $ - * Revision 1.17 2000-09-05 13:57:28 adam + * Revision 1.19 2000-10-11 11:58:16 adam + * Moved header files to include/yaz++. Switched to libtool and automake. + * Configure script creates yaz++-config script. + * + * Revision 1.18 2000/09/08 10:23:42 adam + * Added skeleton of yaz-z-server. + * + * Revision 1.17 2000/09/05 13:57:28 adam * Fixed get_otherInfoAPDU to return otherInfo for extended services. * * Revision 1.16 2000/09/04 08:29:22 adam @@ -68,7 +74,7 @@ #include #include -#include +#include Yaz_Proxy::Yaz_Proxy(IYaz_PDU_Observable *the_PDU_Observable) : Yaz_Z_Assoc(the_PDU_Observable)