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/Remoting IObje


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnetlib/runtime/System/Runtime/Remoting IObjectHandle.cs,1.2,1.3 ObjectHandle.cs,1.5,1.6
Date: Wed, 28 May 2003 21:22:43 -0400

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

Modified Files:
        IObjectHandle.cs ObjectHandle.cs 
Log Message:


Add new profile options - CONFIG_COM_INTEROP, CONFIG_CODEDOM,
CONFIG_CRYPTO, CONFIG_X509_CERTIFICATES.


Index: IObjectHandle.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/runtime/System/Runtime/Remoting/IObjectHandle.cs,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** IObjectHandle.cs    23 Apr 2003 05:39:49 -0000      1.2
--- IObjectHandle.cs    29 May 2003 01:22:41 -0000      1.3
***************
*** 28,32 ****
--- 28,34 ----
  
  [Guid("C460E2B4-E199-412a-8456-84DC3E4838C3")]
+ #if CONFIG_COM_INTEROP
  [InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
+ #endif
  public interface IObjectHandle
  {

Index: ObjectHandle.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/runtime/System/Runtime/Remoting/ObjectHandle.cs,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** ObjectHandle.cs     23 Apr 2003 05:39:49 -0000      1.5
--- ObjectHandle.cs     29 May 2003 01:22:41 -0000      1.6
***************
*** 27,31 ****
--- 27,33 ----
  using System.Runtime.InteropServices;
  
+ #if CONFIG_COM_INTEROP
  [ClassInterface(ClassInterfaceType.AutoDual)]
+ #endif
  public class ObjectHandle : MarshalByRefObject, IObjectHandle
  {





reply via email to

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