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

Comparing trunk/RomCheater.PluginFramework/Interfaces/PluginInterfaces.cs (file contents):
Revision 87 by william, Wed May 9 19:51:42 2012 UTC vs.
Revision 88 by william, Wed May 9 20:52:20 2012 UTC

--- trunk/RomCheater.PluginFramework/Interfaces/PluginInterfaces.cs	2012/05/09 19:51:42	87
+++ trunk/RomCheater.PluginFramework/Interfaces/PluginInterfaces.cs	2012/05/09 20:52:20	88
@@ -3,6 +3,7 @@ using System.Collections.Generic;
 using System.Linq;
 using System.Text;
 using System.Diagnostics;
+using RomCheater.PluginFramework.Core;
 
 namespace RomCheater.PluginFramework.Interfaces
 {
@@ -18,7 +19,7 @@ namespace RomCheater.PluginFramework.Int
     #region IConfigPlugin
     public interface IConfigPlugin : IPluginBase
     {
-        List<Process> ValidProcessesForPlugin { get; }
+        List<ProcContainer> ValidProcessesForPlugin { get; }
     }
     #endregion
     #region IInputPlugin