New test.
[mono.git] / mcs / class / corlib / System.Security.Cryptography / DSAParameters.cs
old mode 100755 (executable)
new mode 100644 (file)
index 3428caa..9669c14
@@ -4,11 +4,7 @@
 // Author:\r
 //   Thomas Neidhart (tome@sbox.tugraz.at)\r
 //
-// (C) 2004 Novell (http://www.novell.com)
-//
-
-//
-// Copyright (C) 2004 Novell, Inc (http://www.novell.com)
+// Copyright (C) 2004-2005 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
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 \r
-using System;\r
+using System.Runtime.InteropServices;
 \r
 namespace System.Security.Cryptography {\r
 \r
        [Serializable]\r
+#if NET_2_0
+       [ComVisible (true)]
+#endif
        public struct DSAParameters {
 \r
                public int Counter;\r