Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
09/12/11 18:04:25 (13 years ago)
Author:
ascheibe
Message:

#1233

  • fixed a bug in the Slave UI
  • finished renaming Webservice and Dao methods to be consistent with Job/Task naming
  • some cosmetic changes and project dependencies cleanups
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Services.Hive.DataAccess/3.3/Settings.Designer.cs

    r6717 r6743  
    4343            }
    4444        }
     45       
     46        [global::System.Configuration.ApplicationScopedSettingAttribute()]
     47        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     48        [global::System.Configuration.DefaultSettingValueAttribute("HL.Hive")]
     49        public string EventLogName {
     50            get {
     51                return ((string)(this["EventLogName"]));
     52            }
     53        }
    4554    }
    4655}
Note: See TracChangeset for help on using the changeset viewer.