Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive/3.4/IServiceLocator.cs @ 5062

Last change on this file since 5062 was 5055, checked in by cneumuel, 13 years ago

#1233

  • added test project
File size: 361 bytes
Line 
1using System;
2using System.Collections.Generic;
3using System.Linq;
4using System.Text;
5using HeuristicLab.Services.Hive.Common.ServiceContracts;
6using HeuristicLab.Services.Hive.Common;
7using HeuristicLab.Clients.Common;
8
9namespace HeuristicLab.Clients.Hive {
10  public interface IServiceLocator {
11    Disposable<IHiveService> GetService();
12  }
13}
Note: See TracBrowser for help on using the repository browser.