/[cvs]/nfo/perl/libs/Data/Transfer/Sync.pm
ViewVC logotype

Diff of /nfo/perl/libs/Data/Transfer/Sync.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.14 by joko, Sun Jan 19 03:25:54 2003 UTC revision 1.15 by joko, Mon Jan 20 16:58:07 2003 UTC
# Line 8  Line 8 
8  ##  ##
9  ##    ------------------------------------------------------------------------  ##    ------------------------------------------------------------------------
10  ##    $Log$  ##    $Log$
11    ##    Revision 1.15  2003/01/20 16:58:07  joko
12    ##    + loading new plugin-modules on startup: 'Metadata' and 'StorageInterface' - both refactored from other - already established - plugin-modules
13    ##
14  ##    Revision 1.14  2003/01/19 03:25:54  joko  ##    Revision 1.14  2003/01/19 03:25:54  joko
15  ##    + modified header  ##    + modified header
16  ##  ##
# Line 25  use base qw( DesignPattern::Object ); Line 28  use base qw( DesignPattern::Object );
28  use base qw( DesignPattern::Bridge );  use base qw( DesignPattern::Bridge );
29    
30    
31  # =====================================   main  # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   main
32    
33  # get logger instance  # get logger instance
34  my $logger = Log::Dispatch::Config->instance;  my $logger = Log::Dispatch::Config->instance;
# Line 34  sub _init { Line 37  sub _init {
37    my $self = shift;    my $self = shift;
38    $logger->debug( __PACKAGE__ . "->new" );    $logger->debug( __PACKAGE__ . "->new" );
39    $self->load('Core');    $self->load('Core');
40      $self->load('Metadata');
41    $self->load('API');    $self->load('API');
42      $self->load('StorageInterface');
43    $self->configure(@_);    $self->configure(@_);
44  }  }
45    

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15

MailToCvsAdmin">MailToCvsAdmin
ViewVC Help
Powered by ViewVC 1.1.26 RSS 2.0 feed