Ignore:
Timestamp:
2008-07-14T14:57:38+12:00 (16 years ago)
Author:
kjdon
Message:

global block pass: read_block is no more, use can_process_this_file to see whether a file is for us or not. extra arg (block_hash) to read, read_into_doc_obj, metadata_read etc

File:
1 edited

Legend:

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

    r16013 r16392  
    162162    my $self = shift (@_); 
    163163 
    164     my ($pluginfo, $base_dir, $file, $metadata, $processor, $maxdocs, $total_count, $gli) = @_;
     164    my ($pluginfo, $base_dir, $file, $block_hash, $metadata, $processor, $maxdocs, $total_count, $gli) = @_;
    165165
    166166    my $outhandle = $self->{'outhandle'};
     
    208208       
    209209        return &plugin::read ($pluginfo, $filename_dir, $url_array->[0],
    210                   $metadata, $processor, $maxdocs, $total_count, $gli);
     210                  $block_hash, $metadata, $processor, $maxdocs,
     211                  $total_count, $gli);
    211212    }
    212213    else
Note: See TracChangeset for help on using the changeset viewer.