ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/RomCheater/trunk/RomCheater.PluginFramework/Core/ConfigPlugin.cs
(Generate patch)

Comparing trunk/RomCheater.PluginFramework/Core/ConfigPlugin.cs (file contents):
Revision 79 by william, Wed May 9 17:15:33 2012 UTC vs.
Revision 83 by william, Wed May 9 17:48:15 2012 UTC

# Line 2 | Line 2
2   using System.Collections.Generic;
3   using System.Linq;
4   using System.Text;
5 + using RomCheater.PluginFramework.Interfaces;
6 + using System.Diagnostics;
7  
8   namespace RomCheater.PluginFramework.Core
9   {
10      /// <summary>
11      /// Base class for all configuration plugins
12      /// </summary>
13 <    public abstract class ConfigPlugin : PluginBase
13 >    public abstract class ConfigPlugin : PluginBase, IConfigPlugin
14      {
15 +        #region IConfigPlugin Members
16 +        public List<Process> ValidProcessesForPlugin { get; protected set; }
17 +        #endregion
18      }
19   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines