Changeset 10021 for stable/HeuristicLab.Problems.Instances.DataAnalysis.Views/3.3/DataAnalysisInstanceProviderView.cs
- Timestamp:
- 10/02/13 20:11:14 (11 years ago)
- Location:
- stable
- Files:
-
- 2 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
stable
- Property svn:mergeinfo changed
/trunk/sources merged: 10000-10001,10003,10009
- Property svn:mergeinfo changed
-
stable/HeuristicLab.Problems.Instances.DataAnalysis.Views
- Property svn:mergeinfo changed
/trunk/sources/HeuristicLab.Problems.Instances.DataAnalysis.Views merged: 10000,10009
- Property svn:mergeinfo changed
-
stable/HeuristicLab.Problems.Instances.DataAnalysis.Views/3.3/DataAnalysisInstanceProviderView.cs
r10001 r10021 29 29 namespace HeuristicLab.Problems.Instances.DataAnalysis.Views { 30 30 [View("DataAnalysis InstanceProvider View")] 31 public partial class DataAnalysisInstanceProviderView<T> : ProblemInstanceProviderView Generic<T>31 public partial class DataAnalysisInstanceProviderView<T> : ProblemInstanceProviderView<T> 32 32 where T : class, IDataAnalysisProblemData { 33 33
Note: See TracChangeset
for help on using the changeset viewer.