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 231 by william, Sun Jun 3 12:36:47 2012 UTC vs.
Revision 251 by william, Sun Jun 3 16:32:58 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 : 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
30   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines