[Mono-bugs] [Bug 58055][Blo] Changed - volatile interface members dont' work

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sun, 9 May 2004 14:54:52 -0400 (EDT)


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by miguel@ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=58055

--- shadow/58055	2004-05-07 07:44:17.000000000 -0400
+++ shadow/58055.tmp.24574	2004-05-09 14:54:52.000000000 -0400
@@ -1,13 +1,13 @@
 Bug#: 58055
 Product: Mono: Compilers
 Version: unspecified
 OS: All
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Blocker
 Component: C#
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: michi@zeroc.com               
 QAContact: mono-bugs@ximian.com
@@ -53,6 +53,9 @@
 be applied unless somebody knowledgable enough to do so decides that
 it's probably safe from the runtime's perspective.
 
 ------- Additional Comments From bmaurer@users.sf.net  2004-05-07 07:44 -------
 CSC may allow `IntPtr' to be used (it is not really a valuetype for
 the runtime).
+
+------- Additional Comments From miguel@ximian.com  2004-05-09 14:54 -------
+IntPtr is not allowed by CSC.  I have applied Iain's patch.