Ignore:
Timestamp:
2016-01-12T11:00:53+13:00 (8 years ago)
Author:
jmt12
Message:

Reverting these back to the older but better supported ISA approach to declaring inheritance. Not even sure why I used the new parent mechanism (aside from possibly copying from tutorial)... can I still blame baby brain after 10 months?

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/perllib/DBDrivers/BaseDBDriver.pm

    r30355 r30370  
    528528
    529529
    530 ## @function
    531 #
    532 sub mergeDatabases
    533 {
    534     my $self = shift(@_);
    535     gsprintf(STDERR, (caller(0))[3] . " {common.must_be_implemented}\n");
    536     die("\n");
    537 }
    538 ## mergeDatabase(string, string) => integer ##
    539 
    5405301;
Note: See TracChangeset for help on using the changeset viewer.