Ignore:
Timestamp:
03/22/10 16:49:23 (14 years ago)
Author:
pedroerp
Message:

Ticket #609 - Removendo 'require_once's desnecessários.

Location:
sandbox/workflow/branches/609/inc/engine/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • sandbox/workflow/branches/609/inc/engine/src/ProcessManager/ProcessManager.php

    r2311 r2323  
    7070                parent::BaseManager(); 
    7171                $this->child_name = 'ProcessManager'; 
    72                 require_once(GALAXIA_LIBRARY.SEP.'src'.SEP.'ProcessManager'.SEP.'ActivityManager.php'); 
    73                 require_once(GALAXIA_LIBRARY.SEP.'src'.SEP.'ProcessManager'.SEP.'JobManager.php'); 
    7472                // $this->activity_manager is not set here to avoid objects loading object A loading object B loading object A, etc 
    7573                //$this->role_manager will only be loaded when needed as well 
  • sandbox/workflow/branches/609/inc/engine/src/common/WfSecurity.php

    r2311 r2323  
    2727    $this->child_name = 'WfSecurity'; 
    2828    parent::Base(); 
    29  
    30         /* I'm not really sure if we can strip it out. */ 
    31  
    32     //require_once(GALAXIA_LIBRARY.SEP.'src'.SEP.'API'.SEP.'Instance.php'); 
    33     //require_once(GALAXIA_LIBRARY.SEP.'src'.SEP.'API'.SEP.'Process.php'); 
    34     //require_once(GALAXIA_LIBRARY.SEP.'src'.SEP.'API'.SEP.'BaseActivity.php'); 
    3529  } 
    3630 
Note: See TracChangeset for help on using the changeset viewer.