ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/RomCheater/trunk/Win32/Sojaner.MemoryScanner/MemoryProviers/GenericMemoryProvider.cs
(Generate patch)

Comparing trunk/Win32/Sojaner.MemoryScanner/MemoryProviers/GenericMemoryProvider.cs (file contents):
Revision 258 by william, Sun Jun 3 17:26:59 2012 UTC vs.
Revision 398 by william, Wed Jun 20 12:16:34 2012 UTC

# Line 7 | Line 7 | using System.Diagnostics;
7  
8   namespace Sojaner.MemoryScanner.MemoryProviers
9   {
10 <    public class GenericMemoryProvider : BaseMemoryProvider
10 >    public class GenericMemoryProvider : BaseMemoryProvider, IDisposable
11      {
12          public GenericMemoryProvider() : base() { }
13          public GenericMemoryProvider(IConfigPlugin config) : base(config) { }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines