/[projects]/dao/DaoMqPump2/MQFilter/FilterService.cs
ViewVC logotype

Diff of /dao/DaoMqPump2/MQFilter/FilterService.cs

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2161 by torben, Fri May 16 15:44:17 2014 UTC revision 2162 by torben, Fri May 16 17:57:08 2014 UTC
# Line 19  namespace MQFilter Line 19  namespace MQFilter
19          private Thread m_thread = null;          private Thread m_thread = null;
20          private static ManualResetEvent m_shutdownEvent = new ManualResetEvent(false);          private static ManualResetEvent m_shutdownEvent = new ManualResetEvent(false);
21    
           
   
           
   
22          FilterController filterController = null;          FilterController filterController = null;
23    
   
         ServiceHost selfHost;  
   
24                    
25          protected void InitializeComponent()          protected void InitializeComponent()
26          {          {
# Line 131  namespace MQFilter Line 124  namespace MQFilter
124    
125    
126      }      }
   
     public class GrantningAuthorizationManager : ServiceAuthorizationManager  
     {  
         protected override bool CheckAccessCore(OperationContext operationContext)  
         {  
             return true;  
         }  
     }  
127  }  }

Legend:
Removed from v.2161  
changed lines
  Added in v.2162

  ViewVC Help
Powered by ViewVC 1.1.20