* OleDbParameterCollectionTest.cs: Fix compile error in 1.1 profile.
[mono.git] / mcs / class / System.ServiceProcess / System.ServiceProcess / ServiceControllerStatus.cs
index f0972b94445a4a0fa0a918ff525b6e056b505bda..f3de2e06fb0568eb02c4182009f71278ca74e519 100644 (file)
@@ -28,9 +28,9 @@
 //
 
 namespace System.ServiceProcess
-{      
-       [Serializable]
-        public enum ServiceControllerStatus {
+{
+       public enum ServiceControllerStatus
+       {
                Stopped = 1,
                StartPending = 2,
                StopPending = 3,
@@ -40,4 +40,3 @@ namespace System.ServiceProcess
                Paused = 7
        }
 }
-