Ignore:
Timestamp:
2006-03-13T11:34:14+13:00 (18 years ago)
Author:
mdewsnip
Message:

Added a mechanism for plugins to do tidying up after exploding. ISISPlug uses this to delete the associated .fdt and .xrf files.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/perllib/plugins/BasPlug.pm

    r11122 r11332  
    15561556}
    15571557
     1558
     1559# Overridden by exploding plugins (eg. ISISPlug)
     1560sub clean_up_after_exploding
     1561{
     1562    my $self = shift(@_);
     1563}
     1564
     1565
    155815661;
Note: See TracChangeset for help on using the changeset viewer.