Last change
on this file since 6486 was
6225,
checked in by ascheibe, 14 years ago
|
#1233
- Slave UI now uses tab pages
- balloon tips are displayed on receiving new jobs
|
File size:
825 bytes
|
Rev | Line | |
---|
[5314] | 1 | <?xml version="1.0"?>
|
---|
| 2 | <configuration>
|
---|
[6225] | 3 | <configSections>
|
---|
| 4 | </configSections>
|
---|
[5721] | 5 | <system.serviceModel>
|
---|
| 6 |
|
---|
| 7 | <services>
|
---|
| 8 | <service name="HeuristicLab.Clients.Hive.SlaveCore.SlaveCommunicationService">
|
---|
| 9 | <endpoint address="net.pipe://localhost/HeuristicLabSlaveCom" binding="netNamedPipeBinding" contract="HeuristicLab.Clients.Hive.SlaveCore.ServiceContracts.ISlaveCommunication"/>
|
---|
| 10 | </service>
|
---|
| 11 | </services>
|
---|
[5795] | 12 | <client>
|
---|
| 13 | <endpoint name="SlaveCommunicationServiceEndpoint" address="net.pipe://localhost/HeuristicLabSlaveCom" binding="netNamedPipeBinding" contract="HeuristicLab.Clients.Hive.SlaveCore.ServiceContracts.ISlaveCommunication"/>
|
---|
| 14 | </client>
|
---|
[5721] | 15 |
|
---|
| 16 | </system.serviceModel>
|
---|
| 17 | <startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/></startup>
|
---|
| 18 | </configuration>
|
---|
Note: See
TracBrowser
for help on using the repository browser.