ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/RomCheater/trunk/RomCheater.CorePlugins/Config/GenericConfig.cs
(Generate patch)

Comparing trunk/RomCheater.CorePlugins/Config/GenericConfig.cs (file contents):
Revision 146 by william, Wed May 9 23:23:38 2012 UTC vs.
Revision 147 by william, Sun May 27 23:05:18 2012 UTC

# Line 13 | Line 13 | namespace RomCheater.CorePlugins.Config
13      {
14          public GenericConfig() : base() { }
15          public GenericConfig(bool doinit) : base(doinit) { }
16 <
17 <        protected override bool IsNotValidProcess(ProcContainer p)
16 >        protected override bool IsNotValidProcess(ProcContainer p)
17          {
18              logger.VerboseDebug.WriteLine("    Allowing process {0} to be added", p.Name);
19 <            return false;
19 >            return false;
20          }
21          #region IPluginBase Members
22          public override Guid ID

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines