Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/21/12 18:21:03 (12 years ago)
Author:
ascheibe
Message:

#1854 fixed compatibility issue with 3.3.6

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Clients.Hive/3.3/ServiceClients/HiveServiceClient.cs

    r7857 r7862  
    22// <auto-generated>
    33//     This code was generated by a tool.
    4 //     Runtime Version:4.0.30319.269
     4//     Runtime Version:4.0.30319.544
    55//
    66//     Changes to this file may cause incorrect behavior and will be lost if
     
    5959
    6060    public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
     61
     62
    6163  }
    6264
     
    967969
    968970    [System.Runtime.Serialization.OptionalFieldAttribute()]
    969     private bool IsDisposableField;
     971    private System.Nullable<bool> IsDisposableField;
    970972
    971973    [System.Runtime.Serialization.OptionalFieldAttribute()]
     
    10731075
    10741076    [System.Runtime.Serialization.DataMemberAttribute()]
    1075     public bool IsDisposable {
     1077    public System.Nullable<bool> IsDisposable {
    10761078      get {
    10771079        return this.IsDisposableField;
Note: See TracChangeset for help on using the changeset viewer.