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 IReflect.c


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnetlib/runtime/System/Reflection IReflect.cs,1.4,1.5
Date: Wed, 23 Apr 2003 20:50:37 -0400

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

Modified Files:
        IReflect.cs 
Log Message:


Signature-compatibility fixes.


Index: IReflect.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/runtime/System/Reflection/IReflect.cs,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** IReflect.cs 23 Apr 2003 05:39:49 -0000      1.4
--- IReflect.cs 24 Apr 2003 00:50:35 -0000      1.5
***************
*** 22,26 ****
  {
  
! #if !ECMA_COMPAT
  
  using System;
--- 22,26 ----
  {
  
! #if CONFIG_REFLECTION
  
  using System;
***************
*** 28,33 ****
--- 28,37 ----
  using System.Runtime.InteropServices;
  
+ #if !ECMA_COMPAT
  [Guid("AFBF15E5-C37C-11d2-B88E-00A0C9B471B8")]
  public interface IReflect
+ #else
+ internal interface IReflect
+ #endif
  {
  
***************
*** 54,58 ****
  }; // interface IReflect
  
! #endif // !ECMA_COMPAT
  
  }; // namespace System.Reflection
--- 58,62 ----
  }; // interface IReflect
  
! #endif // CONFIG_REFLECTION
  
  }; // namespace System.Reflection





reply via email to

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