dotgnu-pnet-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dotgnu-pnet-commits] CVS: pnetlib/runtime/System/Reflection ClrResourc


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnetlib/runtime/System/Reflection ClrResourceStream.cs,1.8,1.9 MethodAttributes.cs,1.3,1.4
Date: Wed, 23 Apr 2003 02:28:52 -0400

Update of /cvsroot/dotgnu-pnet/pnetlib/runtime/System/Reflection
In directory subversions:/tmp/cvs-serv24384/runtime/System/Reflection

Modified Files:
        ClrResourceStream.cs MethodAttributes.cs 
Log Message:


ECMA-compatibility fixes.


Index: ClrResourceStream.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/runtime/System/Reflection/ClrResourceStream.cs,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -r1.8 -r1.9
*** ClrResourceStream.cs        16 Apr 2003 02:45:38 -0000      1.8
--- ClrResourceStream.cs        23 Apr 2003 06:28:50 -0000      1.9
***************
*** 79,83 ****
                        }
  
- #if ECMA_COMPAT
        // Close the stream.
        public override void Close()
--- 79,82 ----
***************
*** 88,98 ****
                                }
                        }
- #else // !ECMA_COMPAT
-       // Close the stream.
-       public override void Close()
-                       {
-                               Dispose(true);
-                       }
- #endif        // !ECMA_COMPAT
  
        // Create a wait handle for asynchronous operations.
--- 87,90 ----
***************
*** 101,115 ****
                                throw new 
NotSupportedException(_("IO_NotSupp_Async"));
                        }
- 
- #if !ECMA_COMPAT
-       // Dispose of this stream.
-       protected override void Dispose(bool disposing)
-                       {
-                               lock(this)
-                               {
-                                       handle = IntPtr.Zero;
-                               }
-                       }
- #endif
  
        // Flush the pending contents in this stream.
--- 93,96 ----

Index: MethodAttributes.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/runtime/System/Reflection/MethodAttributes.cs,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** MethodAttributes.cs 23 Apr 2003 05:39:49 -0000      1.3
--- MethodAttributes.cs 23 Apr 2003 06:28:50 -0000      1.4
***************
*** 43,49 ****
        ReuseSlot                               = 0x0000,
        NewSlot                                 = 0x0100,
- #if !ECMA_COMPAT
        CheckAccessOnOverride   = 0x0200,
- #endif
        Abstract                                = 0x0400,
        SpecialName                             = 0x0800,
--- 43,47 ----





reply via email to

[Prev in Thread] Current Thread [Next in Thread]