Ignore:
Timestamp:
2018-10-18T19:34:48+13:00 (6 years ago)
Author:
ak19
Message:

Added BasePlugout::end() so I can use it in the new MySQLPlugout, and which can mirrour BasePlugout::begin().

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/perllib/plugouts/BasePlugout.pm

    r32511 r32519  
    188188
    189189}
     190# implement in subclasses if it needs some non-group related cleanup (post-group cleanup
     191# Like begin(), end() is also called by inexport.pm
     192sub end {
     193    my $self= shift (@_);
     194
     195}
    190196sub print_xml_usage
    191197{
Note: See TracChangeset for help on using the changeset viewer.