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 443 by william, Tue May 28 19:10:10 2013 UTC vs.
Revision 444 by william, Sun Jun 2 18:56:41 2013 UTC

# Line 121 | Line 121 | namespace RomCheater.PluginFramework.Int
121          uint MemoryRangeSize { get; }
122      }
123      public interface IOutputsData<TData> { TData Data { get; } }
124 <    public interface ISearchInProgress { bool SearchInProgess { get; } }
124 >    public interface ISearchInProgress
125 >    {
126 >        bool SearchInProgess { get; }
127 >        Guid SearchGuid { get; }
128 >    }
129   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines