diff Implab/Diagnostics/TraceEventType.cs @ 93:dc4942d09e74 v2

improved tracing added the application components container MTComponentContainer.AppContainer
author cin
date Thu, 23 Oct 2014 01:13:57 +0400
parents d9d794b61bb9
children a43745f81f10
line wrap: on
line diff
--- a/Implab/Diagnostics/TraceEventType.cs	Wed Oct 22 18:37:56 2014 +0400
+++ b/Implab/Diagnostics/TraceEventType.cs	Thu Oct 23 01:13:57 2014 +0400
@@ -11,9 +11,7 @@
         Error,
         OperationStarted,
         OperationCompleted,
-        Fork,
         Attach,
         Detach,
-        Created
     }
 }