/[projects]/dao/DaoMqPump2/DaoMqPump2/PumpService.cs
ViewVC logotype

Diff of /dao/DaoMqPump2/DaoMqPump2/PumpService.cs

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

revision 2001 by torben, Mon Jul 8 14:22:33 2013 UTC revision 2002 by torben, Mon Jul 8 14:33:50 2013 UTC
# Line 44  namespace DaoMqPump2 Line 44  namespace DaoMqPump2
44          {          {
45              try              try
46              {              {
47                    //first load transports
48                  transportController = TransportController.getInstance();                  transportController = TransportController.getInstance();
49    
50                    //then load remoteControl
51                    startRemoteControl();
52    
53                    //finally start the worker thread                
54                  // create our threadstart object to wrap our delegate method                  // create our threadstart object to wrap our delegate method
55                  ThreadStart ts = new ThreadStart(this.ServiceWorkerMethod);                  ThreadStart ts = new ThreadStart(this.ServiceWorkerMethod);
56    
# Line 57  namespace DaoMqPump2 Line 62  namespace DaoMqPump2
62                  m_thread = new Thread(ts);                  m_thread = new Thread(ts);
63    
64                  // go ahead and start the worker thread                  // go ahead and start the worker thread
65                  m_thread.Start();                  m_thread.Start();                
   
   
                 startRemoteControl();  
66    
67              }              }
68              catch (Exception e)              catch (Exception e)

Legend:
Removed from v.2001  
changed lines
  Added in v.2002

  ViewVC Help
Powered by ViewVC 1.1.20