X-Git-Url: http://git.indexdata.com/?p=yazpp-moved-to-github.git;a=blobdiff_plain;f=include%2Fyaz-pdu-observer.h;fp=include%2Fyaz-pdu-observer.h;h=e2f5961ef4c00588e5747805eb73cf64a19d1396;hp=eef08b49353ef4f57a3d10d08da4af11468d28b0;hb=97118338f9ac93e767e5589d449d3f9abacb3190;hpb=7f8f545aacbf7e7427486d5f060a591ef25d5a58 diff --git a/include/yaz-pdu-observer.h b/include/yaz-pdu-observer.h index eef08b4..e2f5961 100644 --- a/include/yaz-pdu-observer.h +++ b/include/yaz-pdu-observer.h @@ -4,8 +4,12 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: yaz-pdu-observer.h,v $ - * Revision 1.1 1999-01-28 09:41:07 adam - * Initial revision + * Revision 1.2 1999-01-28 13:08:41 adam + * Yaz_PDU_Assoc better encapsulated. Memory leak fix in + * yaz-socket-manager.cc. + * + * Revision 1.1.1.1 1999/01/28 09:41:07 adam + * First implementation of YAZ++. * */ @@ -32,6 +36,8 @@ class IYaz_PDU_Observable { virtual void close() = 0; /// Make clone of this object using this interface virtual IYaz_PDU_Observable *clone() = 0; + /// Destroy completely + virtual void destroy() = 0; }; /** Protocol Data Unit Observer.