Fixed all sorts of compiler errors.
authorSean MacIsaac <macisaac@mono-cvs.ximian.com>
Fri, 13 Jul 2001 22:20:51 +0000 (22:20 -0000)
committerSean MacIsaac <macisaac@mono-cvs.ximian.com>
Fri, 13 Jul 2001 22:20:51 +0000 (22:20 -0000)
commit7fc6d7d59d6f186d9aa125ba7e1c1f94283c1c8e
tree00948eb311f6bd734d20e3fc069fac4f2c47777d
parente904d2e66954f3180fabca760cdf83d1513a4578
Fixed all sorts of compiler errors.

svn path=/trunk/mcs/; revision=124
100 files changed:
mcs/class/System.Data/makefile [new file with mode: 0644]
mcs/class/System.Drawing/makefile [new file with mode: 0644]
mcs/class/System.Management/makefile [new file with mode: 0644]
mcs/class/System/System.CodeDom.Compiler/CodeGenerator.cs
mcs/class/System/System.CodeDom.Compiler/ICodeGenerator.cs
mcs/class/System/System.CodeDom/ChangeLog [new file with mode: 0644]
mcs/class/System/System.CodeDom/CodeArrayCreateExpression.cs
mcs/class/System/System.CodeDom/CodeAssignStatement.cs
mcs/class/System/System.CodeDom/CodeAttachEventStatement.cs
mcs/class/System/System.CodeDom/CodeAttributeArgument.cs
mcs/class/System/System.CodeDom/CodeAttributeArgumentCollection.cs
mcs/class/System/System.CodeDom/CodeAttributeBlock.cs
mcs/class/System/System.CodeDom/CodeAttributeDeclaration.cs
mcs/class/System/System.CodeDom/CodeAttributeDeclarationCollection.cs
mcs/class/System/System.CodeDom/CodeBaseReferenceExpression.cs
mcs/class/System/System.CodeDom/CodeBinaryOperatorExpression.cs
mcs/class/System/System.CodeDom/CodeCastExpression.cs
mcs/class/System/System.CodeDom/CodeCatchClause.cs
mcs/class/System/System.CodeDom/CodeCatchClauseCollection.cs
mcs/class/System/System.CodeDom/CodeClass.cs
mcs/class/System/System.CodeDom/CodeClassCollection.cs
mcs/class/System/System.CodeDom/CodeClassConstructor.cs
mcs/class/System/System.CodeDom/CodeClassDelegate.cs
mcs/class/System/System.CodeDom/CodeClassMember.cs
mcs/class/System/System.CodeDom/CodeClassMemberCollection.cs
mcs/class/System/System.CodeDom/CodeCommentStatement.cs
mcs/class/System/System.CodeDom/CodeConstructor.cs
mcs/class/System/System.CodeDom/CodeDelegateCreateExpression.cs
mcs/class/System/System.CodeDom/CodeDelegateInvokeExpression.cs
mcs/class/System/System.CodeDom/CodeDelegateInvokeStatement.cs
mcs/class/System/System.CodeDom/CodeDetachEventStatement.cs
mcs/class/System/System.CodeDom/CodeExpression.cs
mcs/class/System/System.CodeDom/CodeExpressionCollection.cs
mcs/class/System/System.CodeDom/CodeFieldReferenceExpression.cs
mcs/class/System/System.CodeDom/CodeForLoopStatement.cs
mcs/class/System/System.CodeDom/CodeIfStatement.cs
mcs/class/System/System.CodeDom/CodeIndexerExpression.cs
mcs/class/System/System.CodeDom/CodeLinePragma.cs
mcs/class/System/System.CodeDom/CodeLiteralClassMember.cs
mcs/class/System/System.CodeDom/CodeLiteralExpression.cs
mcs/class/System/System.CodeDom/CodeLiteralNamespace.cs
mcs/class/System/System.CodeDom/CodeLiteralStatement.cs
mcs/class/System/System.CodeDom/CodeMemberEvent.cs
mcs/class/System/System.CodeDom/CodeMemberField.cs
mcs/class/System/System.CodeDom/CodeMemberMethod.cs
mcs/class/System/System.CodeDom/CodeMemberProperty.cs
mcs/class/System/System.CodeDom/CodeMethodInvokeExpression.cs
mcs/class/System/System.CodeDom/CodeMethodInvokeStatement.cs
mcs/class/System/System.CodeDom/CodeMethodReturnStatement.cs
mcs/class/System/System.CodeDom/CodeNamespace.cs
mcs/class/System/System.CodeDom/CodeNamespaceImport.cs
mcs/class/System/System.CodeDom/CodeNamespaceImportCollection.cs
mcs/class/System/System.CodeDom/CodeObjectCreateExpression.cs
mcs/class/System/System.CodeDom/CodeParameterDeclarationExpression.cs
mcs/class/System/System.CodeDom/CodeParameterDeclarationExpressionCollection.cs
mcs/class/System/System.CodeDom/CodePrimitiveExpression.cs
mcs/class/System/System.CodeDom/CodePropertyReferenceExpression.cs
mcs/class/System/System.CodeDom/CodeStatement.cs
mcs/class/System/System.CodeDom/CodeStatementCollection.cs
mcs/class/System/System.CodeDom/CodeThisReferenceExpression.cs
mcs/class/System/System.CodeDom/CodeThrowExceptionStatement.cs
mcs/class/System/System.CodeDom/CodeTryCatchFinallyStatement.cs
mcs/class/System/System.CodeDom/CodeTypeOfExpression.cs
mcs/class/System/System.CodeDom/CodeTypeReferenceExpression.cs
mcs/class/System/System.CodeDom/CodeVariableDeclarationStatement.cs
mcs/class/System/System.Collections.Specialized/BitVector32.cs
mcs/class/System/System.Net/AuthenticationManager.cs
mcs/class/System/System.Net/Authorization.cs
mcs/class/System/System.Net/ChangeLog [new file with mode: 0644]
mcs/class/System/System.Net/EndPoint.cs
mcs/class/System/System.Net/IAuthenticationModule.cs
mcs/class/System/System.Net/IPAdress.cs
mcs/class/System/System.Net/IPEndPoint.cs
mcs/class/System/makefile [new file with mode: 0644]
mcs/class/corlib/System.Text/Encoding.cs
mcs/class/corlib/System/ApplicationException.cs
mcs/class/corlib/System/Array.cs
mcs/class/corlib/System/ChangeLog
mcs/class/corlib/System/Exception.cs
mcs/class/corlib/System/ICloneable.cs
mcs/class/corlib/System/IComparable.cs
mcs/class/corlib/System/IConvertible.cs
mcs/class/corlib/System/IDisposable.cs
mcs/class/corlib/System/IFormatProvider.cs
mcs/class/corlib/System/IFormattable.cs
mcs/class/corlib/System/Int16.cs
mcs/class/corlib/System/Int32.cs
mcs/class/corlib/System/Int64.cs
mcs/class/corlib/System/Object.cs
mcs/class/corlib/System/SystemException.cs
mcs/class/corlib/System/TypeCode.cs
mcs/class/corlib/System/UInt16.cs
mcs/class/corlib/System/UInt32.cs
mcs/class/corlib/System/UInt64.cs
mcs/class/corlib/System/ValueType.cs
mcs/class/corlib/System/Version.cs
mcs/class/corlib/System/Void.cs
mcs/class/corlib/makefile [new file with mode: 0644]
mcs/class/makefile [new file with mode: 0644]
mcs/mcs/makefile