* ServiceProcessInstaller.cs: Added some missing attributes. Fixes
[mono.git] / mcs / class / System.ServiceProcess / System.ServiceProcess / ChangeLog
index 7db2de6a15a96d447964a2ffd6480b30fc06cf70..f2b14ac515cfc58f3c6be55ce6da2e0d05289780 100644 (file)
@@ -1,3 +1,17 @@
+2006-09-16  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * ServiceProcessInstaller.cs: Added some missing attributes. Fixes
+       class status errors.
+       * ServiceBase.cs: Added missing attributes. Fixed signature of
+       OnCustomCommand and OnPowerEvent methods. Fixed code to match coding
+       guidelines and converted spaces to tabs.
+       * ServiceController.cs: Added missing attributes. Moved MonoTODO to
+       class level. Added descriptions for ServiceProcessDescription 
+       attributes.
+       * TimeoutException.cs: Reduce accesibility of deserialization ctor to
+       protected to match MS. Fixed code to match coding guidelines and
+       converted spaces to tabs.
+
 2006-09-14  Gert Driesen  <drieseng@users.sourceforge.net>
 
        * ServiceControllerPermissionEntryCollection.cs: Set eol-style to