imported everything from my branch (which is slightly harmless).
[mono.git] / mcs / class / corlib / System.Security.Cryptography / RandomNumberGenerator.cs
old mode 100755 (executable)
new mode 100644 (file)
index aaa6819..fd549bb
@@ -5,11 +5,7 @@
 //   Duco Fijma (duco@lorentz.xs4all.nl)
 //
 //   (C) 2002 Duco Fijma
-// (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.
 //
 
+using System.Runtime.InteropServices;
+
 namespace System.Security.Cryptography {
        
+#if NET_2_0
+       [ComVisible (true)]
+#endif
        public abstract class RandomNumberGenerator {
        
                public RandomNumberGenerator ()