Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/31/11 18:15:15 (13 years ago)
Author:
cneumuel
Message:

#1233

  • single sign on with HL
  • local plugins are uploaded if not available online (user can force the useage of local plugins)
  • changed plugin and plugindata db-schema
  • plugin dao tests
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive.Slave/3.4/SlaveCommunicationService.cs

    r5315 r5402  
    8484
    8585    public void Restart() {
    86       Core.TheCore.Restart();
     86      Core.theCore.Restart();
    8787    }
    8888    public void HardPause() {
    89       Core.TheCore.HardPause();
     89      Core.theCore.HardPause();
    9090    }
    9191
    9292    public void SoftPause() {
    93       Core.TheCore.SoftPause();
     93      Core.theCore.SoftPause();
    9494    }
    9595
    9696    public void ShutdownSlave() {
    97       Core.TheCore.Shutdown();
     97      Core.theCore.Shutdown();
    9898    }
    9999  }
Note: See TracChangeset for help on using the changeset viewer.