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/Runtime/InteropService


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnetlib/runtime/System/Runtime/InteropServices ITypeLibConverter.cs,1.2,1.3 TypeLibConverter.cs,1.2,1.3
Date: Mon, 26 May 2003 01:03:44 -0400

Update of /cvsroot/dotgnu-pnet/pnetlib/runtime/System/Runtime/InteropServices
In directory 
subversions:/tmp/cvs-serv27966/runtime/System/Runtime/InteropServices

Modified Files:
        ITypeLibConverter.cs TypeLibConverter.cs 
Log Message:


Add the CONFIG_REFLECTION_EMIT option to the profiles.


Index: ITypeLibConverter.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/runtime/System/Runtime/InteropServices/ITypeLibConverter.cs,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** ITypeLibConverter.cs        23 Apr 2003 05:39:49 -0000      1.2
--- ITypeLibConverter.cs        26 May 2003 05:03:41 -0000      1.3
***************
*** 39,42 ****
--- 39,43 ----
                                 ITypeLibExporterNotifySink notifySink);
  
+ #if CONFIG_REFLECTION_EMIT
        // Convert a type library into an emitted assembly.
        AssemblyBuilder ConvertTypeLibToAssembly
***************
*** 51,54 ****
--- 52,56 ----
                                 byte[] publicKey, StrongNameKeyPair keyPair,
                                 String asmNamespace, Version asmVersion);
+ #endif
  
        // Get a primary interoperability assembly.

Index: TypeLibConverter.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/runtime/System/Runtime/InteropServices/TypeLibConverter.cs,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** TypeLibConverter.cs 23 Apr 2003 05:39:49 -0000      1.2
--- TypeLibConverter.cs 26 May 2003 05:03:41 -0000      1.3
***************
*** 47,50 ****
--- 47,52 ----
                        }
  
+ #if CONFIG_REFLECTION_EMIT
+ 
        // Convert a type library into an emitted assembly.
        public AssemblyBuilder ConvertTypeLibToAssembly
***************
*** 65,68 ****
--- 67,72 ----
                                throw new NotImplementedException();
                        }
+ 
+ #endif // CONFIG_REFLECTION_EMIT
  
        // Get a primary interoperability assembly.





reply via email to

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