Mercurial > repos > IBDev-IBBoard.WarFoundry.API
comparison api/WarFoundryLoader.cs @ 141:32b774f24017
Re #22 - Get errored file loading
* Correct documentation
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Sat, 19 Sep 2009 11:13:47 +0000 |
parents | a143b077a825 |
children | 721891008b5c |
comparison
equal
deleted
inserted
replaced
140:678054e2bc02 | 141:32b774f24017 |
---|---|
135 | 135 |
136 /// <summary> | 136 /// <summary> |
137 /// Loads all of the data files in the registered directories. | 137 /// Loads all of the data files in the registered directories. |
138 /// </summary> | 138 /// </summary> |
139 /// <returns> | 139 /// <returns> |
140 /// A <see cref="Dictionary"/> of files that failed to load mapped against the message that their failure returned | 140 /// A <see cref="List"/> of <see cref="FileLoadFailure"/> for files that failed to load |
141 /// </returns> | 141 /// </returns> |
142 public List<FileLoadFailure> LoadFiles() | 142 public List<FileLoadFailure> LoadFiles() |
143 { | 143 { |
144 LogNotifier.Debug(GetType(), "Load files"); | 144 LogNotifier.Debug(GetType(), "Load files"); |
145 PrepareForFileLoad(); | 145 PrepareForFileLoad(); |