Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/04/17 17:19:35 (7 years ago)
Author:
gkronber
Message:

#2520: changed all usages of StorableClass to use StorableType with an auto-generated GUID (did not add StorableType to other type definitions yet)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/PersistenceReintegration/HeuristicLab.Persistence/4.0/Core/StaticCache.cs

    r14739 r14927  
    2626using System.Linq;
    2727using Google.ProtocolBuffers;
    28 using HeuristicLab.Persistence.Default.CompositeSerializers.Storable;
    2928using HeuristicLab.PluginInfrastructure;
    3029
     
    5049      foreach (var transformer in ApplicationManager.Manager.GetInstances<ITransformer>())
    5150        RegisterTransformer(transformer);
    52 
    53 
    54       //
    55       // 
    56       // 
    57       // 
    58       // 
    59       // 
    60       // 
    61       // 
    62       // 
    63       // 
    64       //  "0F24C888-AF34-4318-9472-187B9AA85F3C"
    65 
    66 
    6751
    6852      RegisterType(new Guid("ECAEA154-6BFF-419F-8BE6-2565E9314825"), typeof(object));
Note: See TracChangeset for help on using the changeset viewer.