From 84f26c2f9b3be048e08a3d10b5c85bbec840d091 Mon Sep 17 00:00:00 2001 From: John Date: Thu, 25 Mar 2010 14:38:29 +0000 Subject: [PATCH] added dictionary for set file (to handle duplicate procedure names - there should not be any) --- PROMS/DataLoader/Loader.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/PROMS/DataLoader/Loader.cs b/PROMS/DataLoader/Loader.cs index 7d231fba..625696b7 100644 --- a/PROMS/DataLoader/Loader.cs +++ b/PROMS/DataLoader/Loader.cs @@ -65,6 +65,8 @@ namespace DataLoader private Dictionary> dicTrans_MigrationErrors; private Dictionary dicOldStepSequence; private Dictionary dicNeedToLoad; + private Dictionary dicSetfileEntries; + private log4net.ILog log; #endregion private frmLoader frmMain;