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 253 by william, Sun Jun 3 16:41:16 2012 UTC vs.
Revision 255 by william, Sun Jun 3 16:45:47 2012 UTC

# Line 14 | Line 14 | namespace Sojaner.MemoryScanner.MemoryPr
14          public GenericMemoryProvider(IConfigPlugin config, Process process) : base(config,process) { }
15          public GenericMemoryProvider(IAcceptsProcessAndConfig config) : base(config) { }
16      }
17
18    #region MemoryScanner-r204
19    namespace r204
20    {
21        public class GenericMemoryProvider : Sojaner.MemoryScanner.MemoryProviers.r204.BaseMemoryProvider
22        {
23            public GenericMemoryProvider() : base() { }
24            public GenericMemoryProvider(IConfigPlugin config) : base(config) { }
25            public GenericMemoryProvider(IConfigPlugin config, Process process) : base(config, process) { }
26            public GenericMemoryProvider(IAcceptsProcessAndConfig config) : base(config) { }
27        }
28    }
29    #endregion
17   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines