X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fyaz-proxy-main.cpp;h=f6abc77432fecdf46e2ed2f0630bdac1a95902fe;hb=e55896f9cb43034c3e8743b51ef79936f5404bc3;hp=42081a9bde03300f66eba9f4886bade0907584bd;hpb=9e0a9b423b46c3b4f6a247ee29291c376df7554d;p=yazpp-moved-to-github.git diff --git a/src/yaz-proxy-main.cpp b/src/yaz-proxy-main.cpp index 42081a9..f6abc77 100644 --- a/src/yaz-proxy-main.cpp +++ b/src/yaz-proxy-main.cpp @@ -1,10 +1,19 @@ /* - * Copyright (c) 1998-1999, Index Data. + * Copyright (c) 1998-2001, Index Data. * See the file LICENSE for details. - * Sebastian Hammer, Adam Dickmeiss * * $Log: yaz-proxy-main.cpp,v $ - * Revision 1.10 2000-09-04 08:59:16 adam + * Revision 1.13 2001-04-10 10:48:08 adam + * Fixed problem where proxy could cash bad result sets. + * + * Revision 1.12 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.11 2000/09/08 10:23:42 adam + * Added skeleton of yaz-z-server. + * + * Revision 1.10 2000/09/04 08:59:16 adam * Changed call to logging functions (yaz_ added). * * Revision 1.9 2000/08/07 14:19:59 adam @@ -42,9 +51,9 @@ #include #include -#include -#include -#include +#include +#include +#include void usage(char *prog) { @@ -109,5 +118,6 @@ int main(int argc, char **argv) args(&proxy, argc, argv); while (mySocketManager.processEvent() > 0) ; + exit (0); return 0; }