X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=src%2Fyaz-server.cpp;h=c0dd47a46e43a5f2d6f0f63cd8714070374b4f3a;hb=cc44793fb69db2885c570cc5de05fda796993bba;hp=e72ed01567e2821c9314580694436da91da23815;hpb=97118338f9ac93e767e5589d449d3f9abacb3190;p=yazpp-moved-to-github.git diff --git a/src/yaz-server.cpp b/src/yaz-server.cpp index e72ed01..c0dd47a 100644 --- a/src/yaz-server.cpp +++ b/src/yaz-server.cpp @@ -4,7 +4,10 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: yaz-server.cpp,v $ - * Revision 1.2 1999-01-28 13:08:47 adam + * Revision 1.3 1999-02-02 14:01:22 adam + * First WIN32 port of YAZ++. + * + * Revision 1.2 1999/01/28 13:08:47 adam * Yaz_PDU_Assoc better encapsulated. Memory leak fix in * yaz-socket-manager.cc. * @@ -87,4 +90,5 @@ int main(int argc, char **argv) } while (!stop && mySocketManager.processEvent() > 0) ; + return 0; }