Skip to content

Commit

Permalink
Fixed API: removed public constructor
Browse files Browse the repository at this point in the history
svn path=/trunk/mcs/; revision=31503
  • Loading branch information
Jochen Wezel committed Jul 27, 2004
1 parent 72f2be0 commit 73e673d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Expand Up @@ -44,6 +44,7 @@ namespace Microsoft.VisualBasic
[StandardModuleAttribute]
sealed public class FileSystem
{
private FileSystem () {}

private static Hashtable _fileNameIdMap = new Hashtable();
private static Hashtable _openFilesMap = new Hashtable();
Expand Down
Expand Up @@ -46,6 +46,9 @@ namespace Microsoft.VisualBasic {
[Microsoft.VisualBasic.CompilerServices.StandardModuleAttribute]
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Auto)]
sealed public class Interaction {

private Interaction (){}

// Declarations
// Constructors
// Properties
Expand Down

0 comments on commit 73e673d

Please sign in to comment.