Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Hive.Client.Common/NetworkEnum.cs @ 978

Last change on this file since 978 was 932, checked in by kgrading, 16 years ago

implementation for #425

File size: 246 bytes
Line 
1using System;
2using System.Collections.Generic;
3using System.Linq;
4using System.Text;
5
6namespace HeuristicLab.Hive.Client.Common {
7  public class NetworkEnum {
8    public enum WcfConnState { Connected, Disconnected, Failed } 
9  }
10}
Note: See TracBrowser for help on using the repository browser.