Parent Directory
|
Revision Log
|
Patch
revision 104 by william, Wed Apr 4 05:12:58 2012 UTC | revision 105 by william, Wed Aug 22 02:36:47 2012 UTC | |
---|---|---|
# | Line 7 using EmuXPortal.Logging; | Line 7 using EmuXPortal.Logging; |
7 | ||
8 | namespace EmuXPortal.Api | namespace EmuXPortal.Api |
9 | { | { |
10 | public class PlatformParser | public class PlatformParser : IDisposable |
11 | { | { |
12 | private const string EMU_IGNORE_FILE = "emu_ignore.txt"; // if this file is present, that folder is ignored | private const string EMU_IGNORE_FILE = "emu_ignore.txt"; // if this file is present, that folder is ignored |
13 | ||
# | Line 61 namespace EmuXPortal.Api | Line 61 namespace EmuXPortal.Api |
61 | return emuconfigs; | return emuconfigs; |
62 | } | } |
63 | ||
64 | ||
65 | public void Dispose() | |
66 | { | |
67 | Platforms.ForEach(x => x.Dispose()); | |
68 | Platforms.Clear(); | |
69 | Platforms = null; | |
70 | } | |
71 | } | } |
72 | } | } |
73 |
|
ViewVC Help | |
Powered by ViewVC 1.1.22 |