/[cvs]/nfo/perl/libs/App/Process.pm
ViewVC logotype

Diff of /nfo/perl/libs/App/Process.pm

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

revision 1.4 by joko, Wed Dec 3 00:21:38 2003 UTC revision 1.5 by joko, Sat Jun 19 01:51:21 2004 UTC
# Line 2  Line 2 
2  ##  $Id$  ##  $Id$
3  ## ----------------------------------------------------------------------  ## ----------------------------------------------------------------------
4  ##  $Log$  ##  $Log$
5    ##  Revision 1.5  2004/06/19 01:51:21  joko
6    ##  don't do any "Task"-handling (would require db "oefcore")
7    ##
8  ##  Revision 1.4  2003/12/03 00:21:38  joko  ##  Revision 1.4  2003/12/03 00:21:38  joko
9  ##  + minor fix to '_bootDatabases': instantiate the DSC-container if no ref to it exists  ##  + minor fix to '_bootDatabases': instantiate the DSC-container if no ref to it exists
10  ##  ##
# Line 65  sub constructor { Line 68  sub constructor {
68    #$self->{boot} = BizWorks::Boot->new( use_databases => [qw( oefcore )] );    #$self->{boot} = BizWorks::Boot->new( use_databases => [qw( oefcore )] );
69    #$self->{app}->{use_databases} =|| [qw( oefcore )];    #$self->{app}->{use_databases} =|| [qw( oefcore )];
70    $self->_bootDatabases();    $self->_bootDatabases();
71      
72      return;
73    
74    # if no "guid" is given ....    # if no "guid" is given ....
75    if (!$self->{guid}) {    if (!$self->{guid}) {

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

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