X-Git-Url: http://lists.indexdata.com/cgi-bin?a=blobdiff_plain;f=src%2Fyaz-ir-assoc.cpp;h=f5dcb5082ccd0a2ee5563bcb1b920bbe7207b7ba;hb=cc44793fb69db2885c570cc5de05fda796993bba;hp=d277643285c9f12c1f11fceb95533beb9d095215;hpb=97118338f9ac93e767e5589d449d3f9abacb3190;p=yazpp-moved-to-github.git diff --git a/src/yaz-ir-assoc.cpp b/src/yaz-ir-assoc.cpp index d277643..f5dcb50 100644 --- a/src/yaz-ir-assoc.cpp +++ b/src/yaz-ir-assoc.cpp @@ -4,7 +4,10 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: yaz-ir-assoc.cpp,v $ - * Revision 1.2 1999-01-28 13:08:43 adam + * Revision 1.3 1999-02-02 14:01:19 adam + * First WIN32 port of YAZ++. + * + * Revision 1.2 1999/01/28 13:08:43 adam * Yaz_PDU_Assoc better encapsulated. Memory leak fix in * yaz-socket-manager.cc. * @@ -16,6 +19,16 @@ #include #include +int Yaz_IR_Assoc::yaz_init_func() +{ + logf (LOG_LOG, "nmem_init"); + nmem_init(); + logf (LOG_LOG, "done"); + return 1; +} + +int Yaz_IR_Assoc::yaz_init_flag = Yaz_IR_Assoc::yaz_init_func(); + Yaz_IR_Assoc::Yaz_IR_Assoc(IYaz_PDU_Observable *the_PDU_Observable) { m_PDU_Observable = the_PDU_Observable;