Last change
on this file since 7624 was
6989,
checked in by spimming, 13 years ago
|
#1680:
- start client communication service optionally
- make slave client communication interchangeable ('PipeCom', 'TraceCom')
|
File size:
215 bytes
|
Line | |
---|
1 |
|
---|
2 | using HeuristicLab.Clients.Hive.SlaveCore.ServiceContracts;
|
---|
3 | namespace HeuristicLab.Clients.Hive.SlaveCore {
|
---|
4 | public interface IClientCom {
|
---|
5 | ISlaveCommunication GetSlaveCom();
|
---|
6 | void Close();
|
---|
7 | }
|
---|
8 | }
|
---|
Note: See
TracBrowser
for help on using the repository browser.