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

# Line 12 | Line 12 | namespace Sojaner.MemoryScanner.MemoryPr
12          public GenericMemoryProvider() : base() { }
13          public GenericMemoryProvider(IConfigPlugin config) : base(config) { }
14          public GenericMemoryProvider(IConfigPlugin config, Process process) : base(config,process) { }
15 <        public GenericMemoryProvider(IAcceptsProcessAndConfig config) : base(config) { }
15 >        public GenericMemoryProvider(IAcceptsProcessAndConfig pconfig) : base(pconfig) { }
16      }
17   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines