Changeset 973 for trunk/sources/HeuristicLab.Hive.Client.Console/Service References/ClientService/Reference.cs
- Timestamp:
- 12/11/08 16:53:26 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Hive.Client.Console/Service References/ClientService/Reference.cs
r954 r973 325 325 [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IClientConsoleCommunicator/Disconnect", ReplyAction="http://tempuri.org/IClientConsoleCommunicator/DisconnectResponse")] 326 326 void Disconnect(); 327 328 [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IClientConsoleCommunicator/GetCurrentConnection", ReplyAction="http://tempuri.org/IClientConsoleCommunicator/GetCurrentConnectionResponse")] 329 HeuristicLab.Hive.Client.Console.ClientService.ConnectionContainer GetCurrentConnection(); 327 330 } 328 331 … … 369 372 base.Channel.Disconnect(); 370 373 } 374 375 public HeuristicLab.Hive.Client.Console.ClientService.ConnectionContainer GetCurrentConnection() { 376 return base.Channel.GetCurrentConnection(); 377 } 371 378 } 372 379 }
Note: See TracChangeset
for help on using the changeset viewer.