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

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

[Dotgnu-pnet-commits] pnetlib/runtime/System ApplicationId.cs, 1.1, 1.2


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] pnetlib/runtime/System ApplicationId.cs, 1.1, 1.2 IApplicationDescription.cs, 1.1, 1.2 IHostContext.cs, 1.1, 1.2 ProvideAssemblyEvidenceEventHandler.cs, 1.1, 1.2 StringComparison.cs, 1.1, 1.2 __ComObject.cs, 1.1, 1.2
Date: Sun, 09 Nov 2003 21:45:40 +0000

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

Modified Files:
        ApplicationId.cs IApplicationDescription.cs IHostContext.cs 
        ProvideAssemblyEvidenceEventHandler.cs StringComparison.cs 
        __ComObject.cs 
Log Message:


Mark up 1.2 features properly in the code.


Index: ApplicationId.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/runtime/System/ApplicationId.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** ApplicationId.cs    3 Nov 2003 12:51:46 -0000       1.1
--- ApplicationId.cs    9 Nov 2003 21:45:37 -0000       1.2
***************
*** 22,30 ****
  {
  
! #if !ECMA_COMPAT
  
  using System.Text;
  
- // Framework 1.2
  public sealed class ApplicationId
  {
--- 22,29 ----
  {
  
! #if !ECMA_COMPAT && CONFIG_FRAMEWORK_1_2
  
  using System.Text;
  
  public sealed class ApplicationId
  {
***************
*** 184,188 ****
  }; // class ApplicationId
  
! #endif // !ECMA_COMPAT
  
  }; // namespace System
--- 183,187 ----
  }; // class ApplicationId
  
! #endif // !ECMA_COMPAT && CONFIG_FRAMEWORK_1_2
  
  }; // namespace System

Index: StringComparison.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/runtime/System/StringComparison.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** StringComparison.cs 3 Nov 2003 12:51:46 -0000       1.1
--- StringComparison.cs 9 Nov 2003 21:45:37 -0000       1.2
***************
*** 22,28 ****
  {
  
! #if !ECMA_COMPAT
  
- // Framework 1.2
  public enum StringComparison
  {
--- 22,27 ----
  {
  
! #if !ECMA_COMPAT && CONFIG_FRAMEWORK_1_2
  
  public enum StringComparison
  {
***************
*** 36,40 ****
  }; // enum StringComparison
  
! #endif // !ECMA_COMPAT
  
  }; // namespace System
--- 35,39 ----
  }; // enum StringComparison
  
! #endif // !ECMA_COMPAT && CONFIG_FRAMEWORK_1_2
  
  }; // namespace System

Index: IApplicationDescription.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/runtime/System/IApplicationDescription.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** IApplicationDescription.cs  3 Nov 2003 12:51:46 -0000       1.1
--- IApplicationDescription.cs  9 Nov 2003 21:45:37 -0000       1.2
***************
*** 23,29 ****
  {
  
! #if !ECMA_COMPAT
  
- // Framework 1.2
  public interface IApplicationDescription
  {
--- 23,28 ----
  {
  
! #if !ECMA_COMPAT && CONFIG_FRAMEWORK_1_2
  
  public interface IApplicationDescription
  {
***************
*** 48,52 ****
  }; // interface IApplicationDescription
  
! #endif // !ECMA_COMPAT
  
  }; // namespace System
--- 47,51 ----
  }; // interface IApplicationDescription
  
! #endif // !ECMA_COMPAT && CONFIG_FRAMEWORK_1_2
  
  }; // namespace System

Index: ProvideAssemblyEvidenceEventHandler.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/runtime/System/ProvideAssemblyEvidenceEventHandler.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** ProvideAssemblyEvidenceEventHandler.cs      3 Nov 2003 12:51:46 -0000       
1.1
--- ProvideAssemblyEvidenceEventHandler.cs      9 Nov 2003 21:45:37 -0000       
1.2
***************
*** 23,35 ****
  {
  
! #if CONFIG_POLICY_OBJECTS
  
  using System.Security.Policy;
  
- // Framework 1.2
  public delegate void ProvideAssemblyEvidenceEventHandler
                (Object sender, ProvideAssemblyEvidenceEventArgs e);
  
! #endif // CONFIG_POLICY_OBJECTS
  
  }; // namespace System
--- 23,34 ----
  {
  
! #if CONFIG_POLICY_OBJECTS && CONFIG_FRAMEWORK_1_2
  
  using System.Security.Policy;
  
  public delegate void ProvideAssemblyEvidenceEventHandler
                (Object sender, ProvideAssemblyEvidenceEventArgs e);
  
! #endif // CONFIG_POLICY_OBJECTS && CONFIG_FRAMEWORK_1_2
  
  }; // namespace System

Index: IHostContext.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/runtime/System/IHostContext.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** IHostContext.cs     3 Nov 2003 12:51:46 -0000       1.1
--- IHostContext.cs     9 Nov 2003 21:45:37 -0000       1.2
***************
*** 22,28 ****
  {
  
! #if !ECMA_COMPAT
  
- // Framework 1.2
  public interface IHostContext
  {
--- 22,27 ----
  {
  
! #if !ECMA_COMPAT && CONFIG_FRAMEWORK_1_2
  
  public interface IHostContext
  {
***************
*** 44,48 ****
  }; // interface IHostContext
  
! #endif // !ECMA_COMPAT
  
  }; // namespace System
--- 43,47 ----
  }; // interface IHostContext
  
! #endif // !ECMA_COMPAT && CONFIG_FRAMEWORK_1_2
  
  }; // namespace System

Index: __ComObject.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/runtime/System/__ComObject.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** __ComObject.cs      3 Nov 2003 12:51:46 -0000       1.1
--- __ComObject.cs      9 Nov 2003 21:45:37 -0000       1.2
***************
*** 22,28 ****
  {
  
! #if CONFIG_COM_INTEROP
  
- // Framework 1.2
  public class __ComObject : MarshalByRefObject
  {
--- 22,27 ----
  {
  
! #if CONFIG_COM_INTEROP && CONFIG_FRAMEWORK_1_2
  
  public class __ComObject : MarshalByRefObject
  {
***************
*** 32,36 ****
  }; // class __ComObject
  
! #endif // CONFIG_COM_INTEROP
  
  }; // namespace System
--- 31,35 ----
  }; // class __ComObject
  
! #endif // CONFIG_COM_INTEROP && CONFIG_FRAMEWORK_1_2
  
  }; // namespace System





reply via email to

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