diff Implab/Promise.cs @ 65:653c4e04968b

minor changes
author cin
date Mon, 30 Jun 2014 13:55:22 +0400
parents b255e4aeef17
children 790e8a997d30
line wrap: on
line diff
--- a/Implab/Promise.cs	Wed Jun 25 04:44:53 2014 +0400
+++ b/Implab/Promise.cs	Mon Jun 30 13:55:22 2014 +0400
@@ -607,7 +607,7 @@
             }
         }
 
-        protected virtual void OnStateChanged() {
+        void OnStateChanged() {
             HandlerDescriptor handler;
             while (m_handlers.TryDequeue(out handler))
                 InvokeHandler(handler);