[Quantproject-developers] QuantProject/b7_Scripts/General/Logging AnalyzableLogItem.cs, 1.1, 1.2
Brought to you by:
glauco_1
|
From: Glauco S. <gla...@us...> - 2011-01-06 18:43:10
|
Update of /cvsroot/quantproject/QuantProject/b7_Scripts/General/Logging In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv15610/b7_Scripts/General/Logging Modified Files: AnalyzableLogItem.cs Log Message: analizersForTestingPositions was private, is protected now Index: AnalyzableLogItem.cs =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b7_Scripts/General/Logging/AnalyzableLogItem.cs,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** AnalyzableLogItem.cs 28 Mar 2010 15:47:36 -0000 1.1 --- AnalyzableLogItem.cs 6 Jan 2011 18:43:02 -0000 1.2 *************** *** 38,42 **** public abstract class AnalyzableLogItem : LogItem { ! private List<IExecutable> analizersForTestingPositions; protected TestingPositions[] bestTestingPositionsInSample; --- 38,42 ---- public abstract class AnalyzableLogItem : LogItem { ! protected List<IExecutable> analizersForTestingPositions; protected TestingPositions[] bestTestingPositionsInSample; |