2005-01-31 Zoltan Varga <vargaz@freemail.hu>
[mono.git] / mcs / class / Microsoft.VisualBasic / Microsoft.VisualBasic / Microsoft.VisualBasic.CompilerServices / FlowControl.cs
index a85d9518da0aa7061f0d8a1a185c9557a80998e0..0e6ac6b45ee5c09263dbe2529af431a518350b4d 100644 (file)
@@ -6,10 +6,10 @@
 //   Dennis Hayes (dennish@raytek.com)
 //
 // (C) 2002 Chris J Breisch
-//     2004 Novell
 //
 /*
   * Copyright (c) 2002-2003 Mainsoft Corporation.
+  * Copyright (C) 2004 Novell, Inc (http://www.novell.com)
   *
   * Permission is hereby granted, free of charge, to any person obtaining a
   * copy of this software and associated documentation files (the "Software"),
 
 using System;
 using System.Collections;
+using System.ComponentModel;
 
 namespace Microsoft.VisualBasic.CompilerServices 
 {
-       [Microsoft.VisualBasic.CompilerServices.StandardModuleAttribute] 
-       [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] 
+       [StandardModule, EditorBrowsable(EditorBrowsableState.Never)] 
        sealed public class FlowControl {
+               private FlowControl () {}
+
                private sealed /*static (final)in mainsoft java code*/ class ObjectFor {
                        public object Counter;