--- dao/DaoMqPump2/MQFilter/FilterService.cs 2014/05/16 16:05:47 2161 +++ dao/DaoMqPump2/MQFilter/FilterService.cs 2014/05/16 17:57:08 2162 @@ -19,15 +19,8 @@ private Thread m_thread = null; private static ManualResetEvent m_shutdownEvent = new ManualResetEvent(false); - - - - FilterController filterController = null; - - ServiceHost selfHost; - protected void InitializeComponent() { @@ -131,12 +124,4 @@ } - - public class GrantningAuthorizationManager : ServiceAuthorizationManager - { - protected override bool CheckAccessCore(OperationContext operationContext) - { - return true; - } - } }