Ignore:
Timestamp:
Aug 23, 2009, 9:38:51 PM (15 years ago)
Author:
george
Message:
  • Přidáno: Zobrazení počítačů ve skupině.
  • Opraveno: Různé opravy změny struktury tříd.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/www/Application/Model/Cluster.php

    r69 r74  
    66  {
    77    $this->System = $System;
     8    $this->Config = $System->Config;
    89    $this->Database = $System->Database;
    910   
     
    2021  }
    2122 
     23  function MigrateRealm($RealmId)
     24  {
     25  }
     26 
     27  function MigrateServer($ServerId)
     28  {
     29  } 
    2230}
    2331
Note: See TracChangeset for help on using the changeset viewer.