Changeset 17232 for gsdl/trunk/perllib


Ignore:
Timestamp:
2008-09-10T13:07:07+12:00 (16 years ago)
Author:
ak19
Message:

Added an extra comment to the new quit_yaz subroutine to indicate why the close command can't be sent to yaz-client in order to close the database before sending the quit command: because subclass SRW, which also calls this quit_yaz method, should not send the close command as it is unrecognised by SRW even though it's recognised by Z3950.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gsdl/trunk/perllib/downloaders/Z3950Download.pm

    r17231 r17232  
    165165{
    166166    my ($self) = shift (@_);
     167
     168    # can't send a "close" cmd to close the database here, since the close command is only
     169    # recognised by Z3950, not by SRW. (This method is also used by the subclass for SRW.)
    167170
    168171    print STDERR "<<Finished>>\n";
Note: See TracChangeset for help on using the changeset viewer.