Mercurial > pub > ImplabNet
diff Implab.Diagnostics.Interactive/InteractiveListener.cs @ 66:790e8a997d30
Refactoring
author | cin |
---|---|
date | Thu, 14 Aug 2014 18:08:09 +0400 |
parents | d9d794b61bb9 |
children | abe260860bd6 |
line wrap: on
line diff
--- a/Implab.Diagnostics.Interactive/InteractiveListener.cs Mon Jun 30 13:55:22 2014 +0400 +++ b/Implab.Diagnostics.Interactive/InteractiveListener.cs Thu Aug 14 18:08:09 2014 +0400 @@ -16,8 +16,8 @@ SynchronizationContext m_syncGuiThread; readonly Promise<object> m_guiStarted = new Promise<object>(); - readonly IPromiseBase m_guiFinished; - readonly IPromiseBase m_workerFinished = new Promise<object>(); + readonly IPromise m_guiFinished; + readonly IPromise m_workerFinished = new Promise<object>(); readonly MTQueue<TraceViewItem> m_queue = new MTQueue<TraceViewItem>(); readonly AutoResetEvent m_queueEvent = new AutoResetEvent(false);