From: mike Date: Fri, 7 Apr 2006 12:17:54 +0000 (+0000) Subject: EVENT_RECV_END X-Git-Tag: cpan_1_22~207 X-Git-Url: http://lists.indexdata.dk/cgi-bin?a=commitdiff_plain;h=32187e3628d827500ba3e433d78282b366f7566f;p=ZOOM-Perl-moved-to-github.git EVENT_RECV_END --- diff --git a/lib/ZOOM.pm b/lib/ZOOM.pm index 8ca0ad9..b7c54e6 100644 --- a/lib/ZOOM.pm +++ b/lib/ZOOM.pm @@ -1,4 +1,4 @@ -# $Id: ZOOM.pm,v 1.29 2006-04-07 11:05:14 mike Exp $ +# $Id: ZOOM.pm,v 1.30 2006-04-07 12:17:54 mike Exp $ use strict; use warnings; @@ -63,6 +63,7 @@ sub SEND_APDU { Net::Z3950::ZOOM::EVENT_SEND_APDU } sub RECV_APDU { Net::Z3950::ZOOM::EVENT_RECV_APDU } sub RECV_RECORD { Net::Z3950::ZOOM::EVENT_RECV_RECORD } sub RECV_SEARCH { Net::Z3950::ZOOM::EVENT_RECV_SEARCH } +sub END { Net::Z3950::ZOOM::EVENT_END } # ----------------------------------------------------------------------------