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

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

--- trunk/RomCheater.CorePlugins/Config/DolphinConfig.cs	2012/05/09 22:23:18	93
+++ trunk/RomCheater.CorePlugins/Config/DolphinConfig.cs	2012/05/27 23:05:18	147
@@ -6,31 +6,30 @@ using RomCheater.PluginFramework.Core;
 
 namespace RomCheater.CorePlugins.Config
 {
-    public sealed class DolphinConfig : ConfigPlugin
-    {
-        public DolphinConfig() : base() { }
-        public DolphinConfig(bool doinit) : base(doinit) { }
-
-        protected override bool IsNotValidProcess(ProcContainer p)
-        {
-            return true;
-        }
-        #region IPluginBase Members
-        public override Guid Id
-        {
-            get
-            {
-                return new GuidGenerator(typeof(DolphinConfig).FullName).Guid;
-            }
-        }
-        public override string Name
-        {
-            get { return "Dolphin Configuration Plugin"; }
-        }
-        public override string Description
-        {
-            get { return "This plugin provides a configuration suitable for use with Dolphin"; }
-        }
-        #endregion
-    }
+    //public sealed class DolphinConfig : ConfigPlugin
+    //{
+    //    public DolphinConfig() : base() { }
+    //    public DolphinConfig(bool doinit) : base(doinit) { }
+    //    protected override bool IsNotValidProcess(ProcContainer p)
+    //    {
+    //        return true;
+    //    }
+    //    #region IPluginBase Members
+    //    public override Guid ID
+    //    {
+    //        get
+    //        {
+    //            return new GuidGenerator(typeof(DolphinConfig).FullName).Guid;
+    //        }
+    //    }
+    //    public override string Name
+    //    {
+    //        get { return "Dolphin Configuration Plugin"; }
+    //    }
+    //    public override string Description
+    //    {
+    //        get { return "This plugin provides a configuration suitable for use with Dolphin"; }
+    //    }
+    //    #endregion
+    //}
 }