Ignore:
Timestamp:
03/19/10 17:22:08 (14 years ago)
Author:
pedroerp
Message:

Ticket #609 - Migrando instanciação das classes da engine para a factory.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sandbox/workflow/branches/609/inc/class.so_adminjobs.inc.php

    r2233 r2311  
    1111 
    1212require_once GALAXIA_LIBRARY . SEP . 'src' . SEP . 'ProcessManager' . SEP . 'ProcessManager.php'; 
    13 require_once GALAXIA_LIBRARY . SEP . 'src' . SEP . 'ProcessManager' . SEP . 'JobManager.php'; 
    1413require_once GALAXIA_LIBRARY . SEP . 'src' . SEP . 'ProcessManager' . SEP . 'ActivityManager.php'; 
    1514 
     
    9796                $this->acl = &$GLOBALS['ajax']->acl; 
    9897                $this->db = &Factory::getInstance('WorkflowObjects')->getDBGalaxia()->Link_ID; 
    99                 $this->jobManager = new JobManager(&$this->db); 
     98                $this->jobManager = &Factory::newInstance('JobManager'); 
    10099        } 
    101100 
Note: See TracChangeset for help on using the changeset viewer.