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

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

[Dotgnu-pnet-commits] CVS: pnetlib/System/ComponentModel/Design ActiveDe


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnetlib/System/ComponentModel/Design ActiveDesignerEventArgs.cs,1.1,1.2 ActiveDesignerEventHandler.cs,1.1,1.2 CheckoutException.cs,1.1,1.2 CommandID.cs,1.1,1.2 ComponentChangedEventArgs.cs,1.1,1.2 ComponentChangedEventHandler.cs,1.1,1.2 ComponentChangingEventArgs.cs,1.1,1.2 ComponentChangingEventHandler.cs,1.1,1.2 ComponentEventArgs.cs,1.1,1.2 ComponentEventHandler.cs,1.1,1.2 ComponentRenameEventArgs.cs,1.1,1.2ComponentRenameEventHandler.cs,1.1,1.2 DesignerCollection.cs,1.1,1.2 DesignerEventArgs.cs,1.1,1.2 DesignerEventHandler.cs,1.1,1.2 DesignerTransaction.cs,1.3,1.4 DesignerTransactionCloseEventArgs.cs,1.1,1.2 DesignerTransactionCloseEventHandler.cs,1.1,1.2 DesignerVerb.cs,1.1,1.2 DesignerVerbCollection.cs,1.1,1.2 DesigntimeLicenseContext.cs,1.1,1.2 DesigntimeLicenseContextSerializer.cs,1.2,1.3 HelpContextType.cs,1.1,1.2 HelpKeywordType.cs,1.1,1.2 IComponentChangeService.cs,1.1,1.2 IDesigner.cs,1.2,1.3 IDesignerEventService.cs,1.1,1.2 IDesignerFilter.cs,1.1,1.2 IDesignerHost.cs,1.2,1.3 IDesignerOptionService.cs,1.1,1.2 IDictionaryService.cs,1.1,1.2 IEventBindingService.cs,1.1,1.2 IExtendedListService.cs,1.1,1.2 IExtenderProviderService.cs,1.1,1.2 IHelpService.cs,1.1,1.2 IInheritanceService.cs,1.1,1.2 IMenuCommandService.cs,1.1,1.2 IReferenceService.cs,1.1,1.2 IResourceService.cs,1.1,1.2 IRootDesigner.cs,1.1,1.2 ISelectionService.cs,1.1,1.2 IServiceContainer.cs,1.3,1.4 ITypeDescriptorFilterService.cs,1.1,1.2 ITypeResolutionService.cs,1.1,1.2 MenuCommand.cs,1.1,1.2 SelectionTypes.cs,1.1,1.2 ServiceContainer.cs,1.1,1.2 ServiceCreatorCallback.cs,1.2,1.3 StandardCommands.cs,1.1,1.2 StandardToolWindows.cs,1.1,1.2 ViewTechnology.cs,1.1,1.2
Date: Thu, 29 May 2003 01:38:22 -0400

Update of /cvsroot/dotgnu-pnet/pnetlib/System/ComponentModel/Design
In directory subversions:/tmp/cvs-serv17776/System/ComponentModel/Design

Modified Files:
        ActiveDesignerEventArgs.cs ActiveDesignerEventHandler.cs 
        CheckoutException.cs CommandID.cs ComponentChangedEventArgs.cs 
        ComponentChangedEventHandler.cs ComponentChangingEventArgs.cs 
        ComponentChangingEventHandler.cs ComponentEventArgs.cs 
        ComponentEventHandler.cs ComponentRenameEventArgs.cs 
        ComponentRenameEventHandler.cs DesignerCollection.cs 
        DesignerEventArgs.cs DesignerEventHandler.cs 
        DesignerTransaction.cs DesignerTransactionCloseEventArgs.cs 
        DesignerTransactionCloseEventHandler.cs DesignerVerb.cs 
        DesignerVerbCollection.cs DesigntimeLicenseContext.cs 
        DesigntimeLicenseContextSerializer.cs HelpContextType.cs 
        HelpKeywordType.cs IComponentChangeService.cs IDesigner.cs 
        IDesignerEventService.cs IDesignerFilter.cs IDesignerHost.cs 
        IDesignerOptionService.cs IDictionaryService.cs 
        IEventBindingService.cs IExtendedListService.cs 
        IExtenderProviderService.cs IHelpService.cs 
        IInheritanceService.cs IMenuCommandService.cs 
        IReferenceService.cs IResourceService.cs IRootDesigner.cs 
        ISelectionService.cs IServiceContainer.cs 
        ITypeDescriptorFilterService.cs ITypeResolutionService.cs 
        MenuCommand.cs SelectionTypes.cs ServiceContainer.cs 
        ServiceCreatorCallback.cs StandardCommands.cs 
        StandardToolWindows.cs ViewTechnology.cs 
Log Message:


Add new profile options - CONFIG_EXTENDED_DIAGNOSTICS,
CONFIG_COMPONENT_MODEL, CONFIG_COMPONENT_MODEL_DESIGN,
CONFIG_ISOLATED_STORAGE.


Index: ActiveDesignerEventArgs.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/System/ComponentModel/Design/ActiveDesignerEventArgs.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** ActiveDesignerEventArgs.cs  24 May 2003 00:42:35 -0000      1.1
--- ActiveDesignerEventArgs.cs  29 May 2003 05:38:17 -0000      1.2
***************
*** 23,27 ****
  {
  
! #if !ECMA_COMPAT
  
  public class ActiveDesignerEventArgs : EventArgs
--- 23,27 ----
  {
  
! #if CONFIG_COMPONENT_MODEL_DESIGN
  
  public class ActiveDesignerEventArgs : EventArgs
***************
*** 57,61 ****
  }; // class ActiveDesignerEventArgs
  
! #endif // !ECMA_COMPAT
  
  }; // namespace System.ComponentModel.Design
--- 57,61 ----
  }; // class ActiveDesignerEventArgs
  
! #endif // CONFIG_COMPONENT_MODEL_DESIGN
  
  }; // namespace System.ComponentModel.Design

Index: ActiveDesignerEventHandler.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/System/ComponentModel/Design/ActiveDesignerEventHandler.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** ActiveDesignerEventHandler.cs       24 May 2003 00:42:35 -0000      1.1
--- ActiveDesignerEventHandler.cs       29 May 2003 05:38:17 -0000      1.2
***************
*** 23,27 ****
  {
  
! #if !ECMA_COMPAT
  
  [Serializable]
--- 23,27 ----
  {
  
! #if CONFIG_COMPONENT_MODEL_DESIGN
  
  [Serializable]
***************
*** 29,33 ****
                        (Object sender, ActiveDesignerEventArgs e);
  
! #endif // !ECMA_COMPAT
  
  }; // namespace System.ComponentModel.Design
--- 29,33 ----
                        (Object sender, ActiveDesignerEventArgs e);
  
! #endif // CONFIG_COMPONENT_MODEL_DESIGN
  
  }; // namespace System.ComponentModel.Design

Index: CheckoutException.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/System/ComponentModel/Design/CheckoutException.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** CheckoutException.cs        24 May 2003 00:42:35 -0000      1.1
--- CheckoutException.cs        29 May 2003 05:38:17 -0000      1.2
***************
*** 23,27 ****
  {
  
! #if !ECMA_COMPAT
  
  using System.Runtime.InteropServices;
--- 23,27 ----
  {
  
! #if CONFIG_COMPONENT_MODEL_DESIGN
  
  using System.Runtime.InteropServices;
***************
*** 41,45 ****
  }; // class CheckoutException
  
! #endif // !ECMA_COMPAT
  
  }; // namespace System.ComponentModel.Design
--- 41,45 ----
  }; // class CheckoutException
  
! #endif // CONFIG_COMPONENT_MODEL_DESIGN
  
  }; // namespace System.ComponentModel.Design

Index: CommandID.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/System/ComponentModel/Design/CommandID.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** CommandID.cs        24 May 2003 00:42:35 -0000      1.1
--- CommandID.cs        29 May 2003 05:38:17 -0000      1.2
***************
*** 23,27 ****
  {
  
! #if !ECMA_COMPAT
  
  using System.Runtime.InteropServices;
--- 23,27 ----
  {
  
! #if CONFIG_COMPONENT_MODEL_DESIGN
  
  using System.Runtime.InteropServices;
***************
*** 86,90 ****
  }; // class CommandID
  
! #endif // !ECMA_COMPAT
  
  }; // namespace System.ComponentModel.Design
--- 86,90 ----
  }; // class CommandID
  
! #endif // CONFIG_COMPONENT_MODEL_DESIGN
  
  }; // namespace System.ComponentModel.Design

Index: ComponentChangedEventArgs.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/System/ComponentModel/Design/ComponentChangedEventArgs.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** ComponentChangedEventArgs.cs        24 May 2003 00:42:35 -0000      1.1
--- ComponentChangedEventArgs.cs        29 May 2003 05:38:17 -0000      1.2
***************
*** 23,27 ****
  {
  
! #if !ECMA_COMPAT
  
  using System.Runtime.InteropServices;
--- 23,27 ----
  {
  
! #if CONFIG_COMPONENT_MODEL_DESIGN
  
  using System.Runtime.InteropServices;
***************
*** 78,82 ****
  }; // class ComponentChangedEventArgs
  
! #endif // !ECMA_COMPAT
  
  }; // namespace System.ComponentModel.Design
--- 78,82 ----
  }; // class ComponentChangedEventArgs
  
! #endif // CONFIG_COMPONENT_MODEL_DESIGN
  
  }; // namespace System.ComponentModel.Design

Index: ComponentChangedEventHandler.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/System/ComponentModel/Design/ComponentChangedEventHandler.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** ComponentChangedEventHandler.cs     24 May 2003 00:42:35 -0000      1.1
--- ComponentChangedEventHandler.cs     29 May 2003 05:38:17 -0000      1.2
***************
*** 23,27 ****
  {
  
! #if !ECMA_COMPAT
  
  using System.Runtime.InteropServices;
--- 23,27 ----
  {
  
! #if CONFIG_COMPONENT_MODEL_DESIGN
  
  using System.Runtime.InteropServices;
***************
*** 32,36 ****
                        (Object sender, ComponentChangedEventArgs e);
  
! #endif // !ECMA_COMPAT
  
  }; // namespace System.ComponentModel.Design
--- 32,36 ----
                        (Object sender, ComponentChangedEventArgs e);
  
! #endif // CONFIG_COMPONENT_MODEL_DESIGN
  
  }; // namespace System.ComponentModel.Design

Index: ComponentChangingEventArgs.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/System/ComponentModel/Design/ComponentChangingEventArgs.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** ComponentChangingEventArgs.cs       24 May 2003 00:42:35 -0000      1.1
--- ComponentChangingEventArgs.cs       29 May 2003 05:38:17 -0000      1.2
***************
*** 23,27 ****
  {
  
! #if !ECMA_COMPAT
  
  using System.Runtime.InteropServices;
--- 23,27 ----
  {
  
! #if CONFIG_COMPONENT_MODEL_DESIGN
  
  using System.Runtime.InteropServices;
***************
*** 60,64 ****
  }; // class ComponentChangingEventArgs
  
! #endif // !ECMA_COMPAT
  
  }; // namespace System.ComponentModel.Design
--- 60,64 ----
  }; // class ComponentChangingEventArgs
  
! #endif // CONFIG_COMPONENT_MODEL_DESIGN
  
  }; // namespace System.ComponentModel.Design

Index: ComponentChangingEventHandler.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/System/ComponentModel/Design/ComponentChangingEventHandler.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** ComponentChangingEventHandler.cs    24 May 2003 00:42:35 -0000      1.1
--- ComponentChangingEventHandler.cs    29 May 2003 05:38:17 -0000      1.2
***************
*** 23,27 ****
  {
  
! #if !ECMA_COMPAT
  
  using System.Runtime.InteropServices;
--- 23,27 ----
  {
  
! #if CONFIG_COMPONENT_MODEL_DESIGN
  
  using System.Runtime.InteropServices;
***************
*** 32,36 ****
                        (Object sender, ComponentChangingEventArgs e);
  
! #endif // !ECMA_COMPAT
  
  }; // namespace System.ComponentModel.Design
--- 32,36 ----
                        (Object sender, ComponentChangingEventArgs e);
  
! #endif // CONFIG_COMPONENT_MODEL_DESIGN
  
  }; // namespace System.ComponentModel.Design

Index: ComponentEventArgs.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/System/ComponentModel/Design/ComponentEventArgs.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** ComponentEventArgs.cs       24 May 2003 00:42:35 -0000      1.1
--- ComponentEventArgs.cs       29 May 2003 05:38:17 -0000      1.2
***************
*** 23,27 ****
  {
  
! #if !ECMA_COMPAT
  
  using System.Runtime.InteropServices;
--- 23,27 ----
  {
  
! #if CONFIG_COMPONENT_MODEL_DESIGN
  
  using System.Runtime.InteropServices;
***************
*** 50,54 ****
  }; // class ComponentEventArgs
  
! #endif // !ECMA_COMPAT
  
  }; // namespace System.ComponentModel.Design
--- 50,54 ----
  }; // class ComponentEventArgs
  
! #endif // CONFIG_COMPONENT_MODEL_DESIGN
  
  }; // namespace System.ComponentModel.Design

Index: ComponentEventHandler.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/System/ComponentModel/Design/ComponentEventHandler.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** ComponentEventHandler.cs    24 May 2003 00:42:35 -0000      1.1
--- ComponentEventHandler.cs    29 May 2003 05:38:17 -0000      1.2
***************
*** 23,27 ****
  {
  
! #if !ECMA_COMPAT
  
  using System.Runtime.InteropServices;
--- 23,27 ----
  {
  
! #if CONFIG_COMPONENT_MODEL_DESIGN
  
  using System.Runtime.InteropServices;
***************
*** 32,36 ****
                        (Object sender, ComponentEventArgs e);
  
! #endif // !ECMA_COMPAT
  
  }; // namespace System.ComponentModel.Design
--- 32,36 ----
                        (Object sender, ComponentEventArgs e);
  
! #endif // CONFIG_COMPONENT_MODEL_DESIGN
  
  }; // namespace System.ComponentModel.Design

Index: ComponentRenameEventArgs.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/System/ComponentModel/Design/ComponentRenameEventArgs.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** ComponentRenameEventArgs.cs 24 May 2003 00:42:35 -0000      1.1
--- ComponentRenameEventArgs.cs 29 May 2003 05:38:17 -0000      1.2
***************
*** 23,27 ****
  {
  
! #if !ECMA_COMPAT
  
  using System.Runtime.InteropServices;
--- 23,27 ----
  {
  
! #if CONFIG_COMPONENT_MODEL_DESIGN
  
  using System.Runtime.InteropServices;
***************
*** 69,73 ****
  }; // class ComponentRenameEventArgs
  
! #endif // !ECMA_COMPAT
  
  }; // namespace System.ComponentModel.Design
--- 69,73 ----
  }; // class ComponentRenameEventArgs
  
! #endif // CONFIG_COMPONENT_MODEL_DESIGN
  
  }; // namespace System.ComponentModel.Design

Index: ComponentRenameEventHandler.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/System/ComponentModel/Design/ComponentRenameEventHandler.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** ComponentRenameEventHandler.cs      24 May 2003 00:42:35 -0000      1.1
--- ComponentRenameEventHandler.cs      29 May 2003 05:38:17 -0000      1.2
***************
*** 23,27 ****
  {
  
! #if !ECMA_COMPAT
  
  using System.Runtime.InteropServices;
--- 23,27 ----
  {
  
! #if CONFIG_COMPONENT_MODEL_DESIGN
  
  using System.Runtime.InteropServices;
***************
*** 32,36 ****
                        (Object sender, ComponentRenameEventArgs e);
  
! #endif // !ECMA_COMPAT
  
  }; // namespace System.ComponentModel.Design
--- 32,36 ----
                        (Object sender, ComponentRenameEventArgs e);
  
! #endif // CONFIG_COMPONENT_MODEL_DESIGN
  
  }; // namespace System.ComponentModel.Design

Index: DesignerCollection.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/System/ComponentModel/Design/DesignerCollection.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** DesignerCollection.cs       24 May 2003 00:42:35 -0000      1.1
--- DesignerCollection.cs       29 May 2003 05:38:17 -0000      1.2
***************
*** 23,27 ****
  {
  
! #if !ECMA_COMPAT
  
  using System.Collections;
--- 23,27 ----
  {
  
! #if CONFIG_COMPONENT_MODEL_DESIGN
  
  using System.Collections;
***************
*** 108,112 ****
  }; // class DesignerCollection
  
! #endif // !ECMA_COMPAT
  
  }; // namespace System.ComponentModel.Design
--- 108,112 ----
  }; // class DesignerCollection
  
! #endif // CONFIG_COMPONENT_MODEL_DESIGN
  
  }; // namespace System.ComponentModel.Design

Index: DesignerEventArgs.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/System/ComponentModel/Design/DesignerEventArgs.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** DesignerEventArgs.cs        24 May 2003 00:42:35 -0000      1.1
--- DesignerEventArgs.cs        29 May 2003 05:38:17 -0000      1.2
***************
*** 23,27 ****
  {
  
! #if !ECMA_COMPAT
  
  public class DesignerEventArgs : EventArgs
--- 23,27 ----
  {
  
! #if CONFIG_COMPONENT_MODEL_DESIGN
  
  public class DesignerEventArgs : EventArgs
***************
*** 47,51 ****
  }; // class DesignerEventArgs
  
! #endif // !ECMA_COMPAT
  
  }; // namespace System.ComponentModel.Design
--- 47,51 ----
  }; // class DesignerEventArgs
  
! #endif // CONFIG_COMPONENT_MODEL_DESIGN
  
  }; // namespace System.ComponentModel.Design

Index: DesignerEventHandler.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/System/ComponentModel/Design/DesignerEventHandler.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** DesignerEventHandler.cs     24 May 2003 00:42:35 -0000      1.1
--- DesignerEventHandler.cs     29 May 2003 05:38:17 -0000      1.2
***************
*** 23,27 ****
  {
  
! #if !ECMA_COMPAT
  
  [Serializable]
--- 23,27 ----
  {
  
! #if CONFIG_COMPONENT_MODEL_DESIGN
  
  [Serializable]
***************
*** 29,33 ****
                        (Object sender, DesignerEventArgs e);
  
! #endif // !ECMA_COMPAT
  
  }; // namespace System.ComponentModel.Design
--- 29,33 ----
                        (Object sender, DesignerEventArgs e);
  
! #endif // CONFIG_COMPONENT_MODEL_DESIGN
  
  }; // namespace System.ComponentModel.Design

Index: DesignerTransaction.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/System/ComponentModel/Design/DesignerTransaction.cs,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** DesignerTransaction.cs      24 May 2003 00:42:35 -0000      1.3
--- DesignerTransaction.cs      29 May 2003 05:38:17 -0000      1.4
***************
*** 23,27 ****
  {
  
! #if !ECMA_COMPAT
  
  public abstract class DesignerTransaction : IDisposable
--- 23,27 ----
  {
  
! #if CONFIG_COMPONENT_MODEL_DESIGN
  
  public abstract class DesignerTransaction : IDisposable
***************
*** 113,117 ****
  }; // class DesignerTransaction
  
! #endif // !ECMA_COMPAT
  
  }; // namespace System.ComponentModel.Design
--- 113,117 ----
  }; // class DesignerTransaction
  
! #endif // CONFIG_COMPONENT_MODEL_DESIGN
  
  }; // namespace System.ComponentModel.Design

Index: DesignerTransactionCloseEventArgs.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/System/ComponentModel/Design/DesignerTransactionCloseEventArgs.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** DesignerTransactionCloseEventArgs.cs        24 May 2003 00:42:35 -0000      
1.1
--- DesignerTransactionCloseEventArgs.cs        29 May 2003 05:38:17 -0000      
1.2
***************
*** 23,27 ****
  {
  
! #if !ECMA_COMPAT
  
  using System.Runtime.InteropServices;
--- 23,27 ----
  {
  
! #if CONFIG_COMPONENT_MODEL_DESIGN
  
  using System.Runtime.InteropServices;
***************
*** 50,54 ****
  }; // class DesignerTransactionCloseEventArgs
  
! #endif // !ECMA_COMPAT
  
  }; // namespace System.ComponentModel.Design
--- 50,54 ----
  }; // class DesignerTransactionCloseEventArgs
  
! #endif // CONFIG_COMPONENT_MODEL_DESIGN
  
  }; // namespace System.ComponentModel.Design

Index: DesignerTransactionCloseEventHandler.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/System/ComponentModel/Design/DesignerTransactionCloseEventHandler.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** DesignerTransactionCloseEventHandler.cs     24 May 2003 00:42:35 -0000      
1.1
--- DesignerTransactionCloseEventHandler.cs     29 May 2003 05:38:17 -0000      
1.2
***************
*** 23,27 ****
  {
  
! #if !ECMA_COMPAT
  
  using System.Runtime.InteropServices;
--- 23,27 ----
  {
  
! #if CONFIG_COMPONENT_MODEL_DESIGN
  
  using System.Runtime.InteropServices;
***************
*** 32,36 ****
                        (Object sender, DesignerTransactionCloseEventArgs e);
  
! #endif // !ECMA_COMPAT
  
  }; // namespace System.ComponentModel.Design
--- 32,36 ----
                        (Object sender, DesignerTransactionCloseEventArgs e);
  
! #endif // CONFIG_COMPONENT_MODEL_DESIGN
  
  }; // namespace System.ComponentModel.Design

Index: DesignerVerb.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/System/ComponentModel/Design/DesignerVerb.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** DesignerVerb.cs     24 May 2003 00:42:35 -0000      1.1
--- DesignerVerb.cs     29 May 2003 05:38:17 -0000      1.2
***************
*** 23,27 ****
  {
  
! #if !ECMA_COMPAT
  
  using System.Runtime.InteropServices;
--- 23,27 ----
  {
  
! #if CONFIG_COMPONENT_MODEL_DESIGN
  
  using System.Runtime.InteropServices;
***************
*** 62,66 ****
  }; // class DesignerVerb
  
! #endif // !ECMA_COMPAT
  
  }; // namespace System.ComponentModel.Design
--- 62,66 ----
  }; // class DesignerVerb
  
! #endif // CONFIG_COMPONENT_MODEL_DESIGN
  
  }; // namespace System.ComponentModel.Design

Index: DesignerVerbCollection.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/System/ComponentModel/Design/DesignerVerbCollection.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** DesignerVerbCollection.cs   24 May 2003 00:42:35 -0000      1.1
--- DesignerVerbCollection.cs   29 May 2003 05:38:17 -0000      1.2
***************
*** 23,27 ****
  {
  
! #if !ECMA_COMPAT
  
  using System.Runtime.InteropServices;
--- 23,27 ----
  {
  
! #if CONFIG_COMPONENT_MODEL_DESIGN
  
  using System.Runtime.InteropServices;
***************
*** 122,126 ****
  }; // class DesignerVerbCollection
  
! #endif // !ECMA_COMPAT
  
  }; // namespace System.ComponentModel.Design
--- 122,126 ----
  }; // class DesignerVerbCollection
  
! #endif // CONFIG_COMPONENT_MODEL_DESIGN
  
  }; // namespace System.ComponentModel.Design

Index: DesigntimeLicenseContext.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/System/ComponentModel/Design/DesigntimeLicenseContext.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** DesigntimeLicenseContext.cs 24 May 2003 00:42:35 -0000      1.1
--- DesigntimeLicenseContext.cs 29 May 2003 05:38:17 -0000      1.2
***************
*** 23,27 ****
  {
  
! #if !ECMA_COMPAT
  
  using System.Reflection;
--- 23,27 ----
  {
  
! #if CONFIG_COMPONENT_MODEL_DESIGN
  
  using System.Reflection;
***************
*** 63,67 ****
  }; // class DesigntimeLicenseContext
  
! #endif // !ECMA_COMPAT
  
  }; // namespace System.ComponentModel.Design
--- 63,67 ----
  }; // class DesigntimeLicenseContext
  
! #endif // CONFIG_COMPONENT_MODEL_DESIGN
  
  }; // namespace System.ComponentModel.Design

Index: DesigntimeLicenseContextSerializer.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/System/ComponentModel/Design/DesigntimeLicenseContextSerializer.cs,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** DesigntimeLicenseContextSerializer.cs       26 May 2003 04:41:20 -0000      
1.2
--- DesigntimeLicenseContextSerializer.cs       29 May 2003 05:38:17 -0000      
1.3
***************
*** 23,27 ****
  {
  
! #if CONFIG_SERIALIZATION
  
  using System.IO;
--- 23,27 ----
  {
  
! #if CONFIG_SERIALIZATION && CONFIG_COMPONENT_MODEL_DESIGN
  
  using System.IO;
***************
*** 44,48 ****
  }; // class DesigntimeLicenseContextSerializer
  
! #endif // CONFIG_SERIALIZATION
  
  }; // namespace System.ComponentModel.Design
--- 44,48 ----
  }; // class DesigntimeLicenseContextSerializer
  
! #endif // CONFIG_SERIALIZATION && CONFIG_COMPONENT_MODEL_DESIGN
  
  }; // namespace System.ComponentModel.Design

Index: HelpContextType.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/System/ComponentModel/Design/HelpContextType.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** HelpContextType.cs  24 May 2003 00:42:35 -0000      1.1
--- HelpContextType.cs  29 May 2003 05:38:17 -0000      1.2
***************
*** 23,27 ****
  {
  
! #if !ECMA_COMPAT
  
  public enum HelpContextType
--- 23,27 ----
  {
  
! #if CONFIG_COMPONENT_MODEL_DESIGN
  
  public enum HelpContextType
***************
*** 34,38 ****
  }; // enum HelpContextType
  
! #endif // !ECMA_COMPAT
  
  }; // namespace System.ComponentModel.Design
--- 34,38 ----
  }; // enum HelpContextType
  
! #endif // CONFIG_COMPONENT_MODEL_DESIGN
  
  }; // namespace System.ComponentModel.Design

Index: HelpKeywordType.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/System/ComponentModel/Design/HelpKeywordType.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** HelpKeywordType.cs  24 May 2003 00:42:35 -0000      1.1
--- HelpKeywordType.cs  29 May 2003 05:38:17 -0000      1.2
***************
*** 23,27 ****
  {
  
! #if !ECMA_COMPAT
  
  public enum HelpKeywordType
--- 23,27 ----
  {
  
! #if CONFIG_COMPONENT_MODEL_DESIGN
  
  public enum HelpKeywordType
***************
*** 33,37 ****
  }; // enum HelpKeywordType
  
! #endif // !ECMA_COMPAT
  
  }; // namespace System.ComponentModel.Design
--- 33,37 ----
  }; // enum HelpKeywordType
  
! #endif // CONFIG_COMPONENT_MODEL_DESIGN
  
  }; // namespace System.ComponentModel.Design

Index: IComponentChangeService.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/System/ComponentModel/Design/IComponentChangeService.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** IComponentChangeService.cs  24 May 2003 00:42:35 -0000      1.1
--- IComponentChangeService.cs  29 May 2003 05:38:17 -0000      1.2
***************
*** 23,27 ****
  {
  
! #if !ECMA_COMPAT
  
  using System.Runtime.InteropServices;
--- 23,27 ----
  {
  
! #if CONFIG_COMPONENT_MODEL_DESIGN
  
  using System.Runtime.InteropServices;
***************
*** 48,52 ****
  }; // interface IComponentChangeService
  
! #endif // !ECMA_COMPAT
  
  }; // namespace System.ComponentModel.Design
--- 48,52 ----
  }; // interface IComponentChangeService
  
! #endif // CONFIG_COMPONENT_MODEL_DESIGN
  
  }; // namespace System.ComponentModel.Design

Index: IDesigner.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/System/ComponentModel/Design/IDesigner.cs,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** IDesigner.cs        24 May 2003 00:42:35 -0000      1.2
--- IDesigner.cs        29 May 2003 05:38:17 -0000      1.3
***************
*** 23,27 ****
  {
  
! #if !ECMA_COMPAT
  
  using System.Runtime.InteropServices;
--- 23,27 ----
  {
  
! #if CONFIG_COMPONENT_MODEL_DESIGN
  
  using System.Runtime.InteropServices;
***************
*** 44,48 ****
  }; // interface IDesigner
  
! #endif // !ECMA_COMPAT
  
  }; // namespace System.ComponentModel.Design
--- 44,48 ----
  }; // interface IDesigner
  
! #endif // CONFIG_COMPONENT_MODEL_DESIGN
  
  }; // namespace System.ComponentModel.Design

Index: IDesignerEventService.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/System/ComponentModel/Design/IDesignerEventService.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** IDesignerEventService.cs    24 May 2003 00:42:35 -0000      1.1
--- IDesignerEventService.cs    29 May 2003 05:38:17 -0000      1.2
***************
*** 23,27 ****
  {
  
! #if !ECMA_COMPAT
  
  public interface IDesignerEventService
--- 23,27 ----
  {
  
! #if CONFIG_COMPONENT_MODEL_DESIGN
  
  public interface IDesignerEventService
***************
*** 47,51 ****
  }; // interface IDesignerEventService
  
! #endif // !ECMA_COMPAT
  
  }; // namespace System.ComponentModel.Design
--- 47,51 ----
  }; // interface IDesignerEventService
  
! #endif // CONFIG_COMPONENT_MODEL_DESIGN
  
  }; // namespace System.ComponentModel.Design

Index: IDesignerFilter.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/System/ComponentModel/Design/IDesignerFilter.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** IDesignerFilter.cs  24 May 2003 00:42:35 -0000      1.1
--- IDesignerFilter.cs  29 May 2003 05:38:17 -0000      1.2
***************
*** 23,27 ****
  {
  
! #if !ECMA_COMPAT
  
  using System.Collections;
--- 23,27 ----
  {
  
! #if CONFIG_COMPONENT_MODEL_DESIGN
  
  using System.Collections;
***************
*** 49,53 ****
  }; // interface IDesignerFilter
  
! #endif // !ECMA_COMPAT
  
  }; // namespace System.ComponentModel.Design
--- 49,53 ----
  }; // interface IDesignerFilter
  
! #endif // CONFIG_COMPONENT_MODEL_DESIGN
  
  }; // namespace System.ComponentModel.Design

Index: IDesignerHost.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/System/ComponentModel/Design/IDesignerHost.cs,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** IDesignerHost.cs    24 May 2003 00:42:35 -0000      1.2
--- IDesignerHost.cs    29 May 2003 05:38:17 -0000      1.3
***************
*** 23,27 ****
  {
  
! #if !ECMA_COMPAT
  
  using System.Runtime.InteropServices;
--- 23,27 ----
  {
  
! #if CONFIG_COMPONENT_MODEL_DESIGN
  
  using System.Runtime.InteropServices;
***************
*** 91,95 ****
  }; // interface IDesignerHost
  
! #endif // !ECMA_COMPAT
  
  }; // namespace System.ComponentModel.Design
--- 91,95 ----
  }; // interface IDesignerHost
  
! #endif // CONFIG_COMPONENT_MODEL_DESIGN
  
  }; // namespace System.ComponentModel.Design

Index: IDesignerOptionService.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/System/ComponentModel/Design/IDesignerOptionService.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** IDesignerOptionService.cs   24 May 2003 00:42:35 -0000      1.1
--- IDesignerOptionService.cs   29 May 2003 05:38:17 -0000      1.2
***************
*** 23,27 ****
  {
  
! #if !ECMA_COMPAT
  
  public interface IDesignerOptionService
--- 23,27 ----
  {
  
! #if CONFIG_COMPONENT_MODEL_DESIGN
  
  public interface IDesignerOptionService
***************
*** 35,39 ****
  }; // interface IDesignerOptionService
  
! #endif // !ECMA_COMPAT
  
  }; // namespace System.ComponentModel.Design
--- 35,39 ----
  }; // interface IDesignerOptionService
  
! #endif // CONFIG_COMPONENT_MODEL_DESIGN
  
  }; // namespace System.ComponentModel.Design

Index: IDictionaryService.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/System/ComponentModel/Design/IDictionaryService.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** IDictionaryService.cs       24 May 2003 00:42:35 -0000      1.1
--- IDictionaryService.cs       29 May 2003 05:38:17 -0000      1.2
***************
*** 23,27 ****
  {
  
! #if !ECMA_COMPAT
  
  public interface IDictionaryService
--- 23,27 ----
  {
  
! #if CONFIG_COMPONENT_MODEL_DESIGN
  
  public interface IDictionaryService
***************
*** 38,42 ****
  }; // interface IDictionaryService
  
! #endif // !ECMA_COMPAT
  
  }; // namespace System.ComponentModel.Design
--- 38,42 ----
  }; // interface IDictionaryService
  
! #endif // CONFIG_COMPONENT_MODEL_DESIGN
  
  }; // namespace System.ComponentModel.Design

Index: IEventBindingService.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/System/ComponentModel/Design/IEventBindingService.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** IEventBindingService.cs     24 May 2003 00:42:35 -0000      1.1
--- IEventBindingService.cs     29 May 2003 05:38:17 -0000      1.2
***************
*** 23,27 ****
  {
  
! #if !ECMA_COMPAT
  
  using System.Collections;
--- 23,27 ----
  {
  
! #if CONFIG_COMPONENT_MODEL_DESIGN
  
  using System.Collections;
***************
*** 54,58 ****
  }; // interface IEventBindingService
  
! #endif // !ECMA_COMPAT
  
  }; // namespace System.ComponentModel.Design
--- 54,58 ----
  }; // interface IEventBindingService
  
! #endif // CONFIG_COMPONENT_MODEL_DESIGN
  
  }; // namespace System.ComponentModel.Design

Index: IExtendedListService.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/System/ComponentModel/Design/IExtendedListService.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** IExtendedListService.cs     24 May 2003 00:42:35 -0000      1.1
--- IExtendedListService.cs     29 May 2003 05:38:17 -0000      1.2
***************
*** 23,27 ****
  {
  
! #if !ECMA_COMPAT
  
  public interface IExtenderListService
--- 23,27 ----
  {
  
! #if CONFIG_COMPONENT_MODEL_DESIGN
  
  public interface IExtenderListService
***************
*** 32,36 ****
  }; // interface IExtenderListService
  
! #endif // !ECMA_COMPAT
  
  }; // namespace System.ComponentModel.Design
--- 32,36 ----
  }; // interface IExtenderListService
  
! #endif // CONFIG_COMPONENT_MODEL_DESIGN
  
  }; // namespace System.ComponentModel.Design

Index: IExtenderProviderService.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/System/ComponentModel/Design/IExtenderProviderService.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** IExtenderProviderService.cs 24 May 2003 00:42:35 -0000      1.1
--- IExtenderProviderService.cs 29 May 2003 05:38:17 -0000      1.2
***************
*** 23,27 ****
  {
  
! #if !ECMA_COMPAT
  
  public interface IExtenderProviderService
--- 23,27 ----
  {
  
! #if CONFIG_COMPONENT_MODEL_DESIGN
  
  public interface IExtenderProviderService
***************
*** 35,39 ****
  }; // interface IExtenderProviderService
  
! #endif // !ECMA_COMPAT
  
  }; // namespace System.ComponentModel.Design
--- 35,39 ----
  }; // interface IExtenderProviderService
  
! #endif // CONFIG_COMPONENT_MODEL_DESIGN
  
  }; // namespace System.ComponentModel.Design

Index: IHelpService.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/System/ComponentModel/Design/IHelpService.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** IHelpService.cs     24 May 2003 00:42:35 -0000      1.1
--- IHelpService.cs     29 May 2003 05:38:17 -0000      1.2
***************
*** 23,27 ****
  {
  
! #if !ECMA_COMPAT
  
  public interface IHelpService
--- 23,27 ----
  {
  
! #if CONFIG_COMPONENT_MODEL_DESIGN
  
  public interface IHelpService
***************
*** 51,55 ****
  }; // interface IHelpService
  
! #endif // !ECMA_COMPAT
  
  }; // namespace System.ComponentModel.Design
--- 51,55 ----
  }; // interface IHelpService
  
! #endif // CONFIG_COMPONENT_MODEL_DESIGN
  
  }; // namespace System.ComponentModel.Design

Index: IInheritanceService.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/System/ComponentModel/Design/IInheritanceService.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** IInheritanceService.cs      24 May 2003 06:04:25 -0000      1.1
--- IInheritanceService.cs      29 May 2003 05:38:17 -0000      1.2
***************
*** 23,27 ****
  {
  
! #if !ECMA_COMPAT
  
  public interface IInheritanceService
--- 23,27 ----
  {
  
! #if CONFIG_COMPONENT_MODEL_DESIGN
  
  public interface IInheritanceService
***************
*** 35,39 ****
  }; // interface IInheritanceService
  
! #endif // !ECMA_COMPAT
  
  }; // namespace System.ComponentModel.Design
--- 35,39 ----
  }; // interface IInheritanceService
  
! #endif // CONFIG_COMPONENT_MODEL_DESIGN
  
  }; // namespace System.ComponentModel.Design

Index: IMenuCommandService.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/System/ComponentModel/Design/IMenuCommandService.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** IMenuCommandService.cs      24 May 2003 00:42:35 -0000      1.1
--- IMenuCommandService.cs      29 May 2003 05:38:17 -0000      1.2
***************
*** 23,27 ****
  {
  
! #if !ECMA_COMPAT
  
  using System.Runtime.InteropServices;
--- 23,27 ----
  {
  
! #if CONFIG_COMPONENT_MODEL_DESIGN
  
  using System.Runtime.InteropServices;
***************
*** 56,60 ****
  }; // interface IMenuCommandService
  
! #endif // !ECMA_COMPAT
  
  }; // namespace System.ComponentModel.Design
--- 56,60 ----
  }; // interface IMenuCommandService
  
! #endif // CONFIG_COMPONENT_MODEL_DESIGN
  
  }; // namespace System.ComponentModel.Design

Index: IReferenceService.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/System/ComponentModel/Design/IReferenceService.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** IReferenceService.cs        24 May 2003 00:42:35 -0000      1.1
--- IReferenceService.cs        29 May 2003 05:38:17 -0000      1.2
***************
*** 23,27 ****
  {
  
! #if !ECMA_COMPAT
  
  public interface IReferenceService
--- 23,27 ----
  {
  
! #if CONFIG_COMPONENT_MODEL_DESIGN
  
  public interface IReferenceService
***************
*** 44,48 ****
  }; // interface IReferenceService
  
! #endif // !ECMA_COMPAT
  
  }; // namespace System.ComponentModel.Design
--- 44,48 ----
  }; // interface IReferenceService
  
! #endif // CONFIG_COMPONENT_MODEL_DESIGN
  
  }; // namespace System.ComponentModel.Design

Index: IResourceService.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/System/ComponentModel/Design/IResourceService.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** IResourceService.cs 24 May 2003 00:42:35 -0000      1.1
--- IResourceService.cs 29 May 2003 05:38:17 -0000      1.2
***************
*** 23,27 ****
  {
  
! #if !ECMA_COMPAT
  
  using System.Resources;
--- 23,27 ----
  {
  
! #if CONFIG_COMPONENT_MODEL_DESIGN
  
  using System.Resources;
***************
*** 38,42 ****
  }; // interface IResourceService
  
! #endif // !ECMA_COMPAT
  
  }; // namespace System.ComponentModel.Design
--- 38,42 ----
  }; // interface IResourceService
  
! #endif // CONFIG_COMPONENT_MODEL_DESIGN
  
  }; // namespace System.ComponentModel.Design

Index: IRootDesigner.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/System/ComponentModel/Design/IRootDesigner.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** IRootDesigner.cs    24 May 2003 00:42:35 -0000      1.1
--- IRootDesigner.cs    29 May 2003 05:38:17 -0000      1.2
***************
*** 23,27 ****
  {
  
! #if !ECMA_COMPAT
  
  using System.Runtime.InteropServices;
--- 23,27 ----
  {
  
! #if CONFIG_COMPONENT_MODEL_DESIGN
  
  using System.Runtime.InteropServices;
***************
*** 38,42 ****
  }; // interface IRootDesigner
  
! #endif // !ECMA_COMPAT
  
  }; // namespace System.ComponentModel.Design
--- 38,42 ----
  }; // interface IRootDesigner
  
! #endif // CONFIG_COMPONENT_MODEL_DESIGN
  
  }; // namespace System.ComponentModel.Design

Index: ISelectionService.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/System/ComponentModel/Design/ISelectionService.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** ISelectionService.cs        24 May 2003 00:42:35 -0000      1.1
--- ISelectionService.cs        29 May 2003 05:38:17 -0000      1.2
***************
*** 23,27 ****
  {
  
! #if !ECMA_COMPAT
  
  using System.Collections;
--- 23,27 ----
  {
  
! #if CONFIG_COMPONENT_MODEL_DESIGN
  
  using System.Collections;
***************
*** 56,60 ****
  }; // interface ISelectionService
  
! #endif // !ECMA_COMPAT
  
  }; // namespace System.ComponentModel.Design
--- 56,60 ----
  }; // interface ISelectionService
  
! #endif // CONFIG_COMPONENT_MODEL_DESIGN
  
  }; // namespace System.ComponentModel.Design

Index: IServiceContainer.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/System/ComponentModel/Design/IServiceContainer.cs,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** IServiceContainer.cs        24 May 2003 00:42:35 -0000      1.3
--- IServiceContainer.cs        29 May 2003 05:38:17 -0000      1.4
***************
*** 23,27 ****
  {
  
! #if !ECMA_COMPAT
  
  using System.Runtime.InteropServices;
--- 23,27 ----
  {
  
! #if CONFIG_COMPONENT_MODEL_DESIGN
  
  using System.Runtime.InteropServices;
***************
*** 43,47 ****
  }; // interface IServiceContainer
  
! #endif // !ECMA_COMPAT
  
  }; // namespace System.ComponentModel.Design
--- 43,47 ----
  }; // interface IServiceContainer
  
! #endif // CONFIG_COMPONENT_MODEL_DESIGN
  
  }; // namespace System.ComponentModel.Design

Index: ITypeDescriptorFilterService.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/System/ComponentModel/Design/ITypeDescriptorFilterService.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** ITypeDescriptorFilterService.cs     24 May 2003 00:42:35 -0000      1.1
--- ITypeDescriptorFilterService.cs     29 May 2003 05:38:17 -0000      1.2
***************
*** 23,27 ****
  {
  
! #if !ECMA_COMPAT
  
  using System.Collections;
--- 23,27 ----
  {
  
! #if CONFIG_COMPONENT_MODEL_DESIGN
  
  using System.Collections;
***************
*** 40,44 ****
  }; // interface ITypeDescriptorFilterService
  
! #endif // !ECMA_COMPAT
  
  }; // namespace System.ComponentModel.Design
--- 40,44 ----
  }; // interface ITypeDescriptorFilterService
  
! #endif // CONFIG_COMPONENT_MODEL_DESIGN
  
  }; // namespace System.ComponentModel.Design

Index: ITypeResolutionService.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/System/ComponentModel/Design/ITypeResolutionService.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** ITypeResolutionService.cs   24 May 2003 00:42:35 -0000      1.1
--- ITypeResolutionService.cs   29 May 2003 05:38:17 -0000      1.2
***************
*** 23,27 ****
  {
  
! #if !ECMA_COMPAT
  
  using System.Reflection;
--- 23,27 ----
  {
  
! #if CONFIG_COMPONENT_MODEL_DESIGN
  
  using System.Reflection;
***************
*** 46,50 ****
  }; // interface ITypeResolutionService
  
! #endif // !ECMA_COMPAT
  
  }; // namespace System.ComponentModel.Design
--- 46,50 ----
  }; // interface ITypeResolutionService
  
! #endif // CONFIG_COMPONENT_MODEL_DESIGN
  
  }; // namespace System.ComponentModel.Design

Index: MenuCommand.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/System/ComponentModel/Design/MenuCommand.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** MenuCommand.cs      24 May 2003 00:42:35 -0000      1.1
--- MenuCommand.cs      29 May 2003 05:38:17 -0000      1.2
***************
*** 23,27 ****
  {
  
! #if !ECMA_COMPAT
  
  using System.Text;
--- 23,27 ----
  {
  
! #if CONFIG_COMPONENT_MODEL_DESIGN
  
  using System.Text;
***************
*** 228,232 ****
  }; // class MenuCommand
  
! #endif // !ECMA_COMPAT
  
  }; // namespace System.ComponentModel.Design
--- 228,232 ----
  }; // class MenuCommand
  
! #endif // CONFIG_COMPONENT_MODEL_DESIGN
  
  }; // namespace System.ComponentModel.Design

Index: SelectionTypes.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/System/ComponentModel/Design/SelectionTypes.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** SelectionTypes.cs   24 May 2003 00:42:35 -0000      1.1
--- SelectionTypes.cs   29 May 2003 05:38:17 -0000      1.2
***************
*** 23,27 ****
  {
  
! #if !ECMA_COMPAT
  
  using System.Runtime.InteropServices;
--- 23,27 ----
  {
  
! #if CONFIG_COMPONENT_MODEL_DESIGN
  
  using System.Runtime.InteropServices;
***************
*** 40,44 ****
  }; // enum SelectionTypes
  
! #endif // !ECMA_COMPAT
  
  }; // namespace System.ComponentModel.Design
--- 40,44 ----
  }; // enum SelectionTypes
  
! #endif // CONFIG_COMPONENT_MODEL_DESIGN
  
  }; // namespace System.ComponentModel.Design

Index: ServiceContainer.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/System/ComponentModel/Design/ServiceContainer.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** ServiceContainer.cs 24 May 2003 00:42:35 -0000      1.1
--- ServiceContainer.cs 29 May 2003 05:38:17 -0000      1.2
***************
*** 23,27 ****
  {
  
! #if !ECMA_COMPAT
  
  using System.Collections;
--- 23,27 ----
  {
  
! #if CONFIG_COMPONENT_MODEL_DESIGN
  
  using System.Collections;
***************
*** 167,171 ****
  }; // class ServiceContainer
  
! #endif // !ECMA_COMPAT
  
  }; // namespace System.ComponentModel.Design
--- 167,171 ----
  }; // class ServiceContainer
  
! #endif // CONFIG_COMPONENT_MODEL_DESIGN
  
  }; // namespace System.ComponentModel.Design

Index: ServiceCreatorCallback.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/System/ComponentModel/Design/ServiceCreatorCallback.cs,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** ServiceCreatorCallback.cs   24 May 2003 00:42:35 -0000      1.2
--- ServiceCreatorCallback.cs   29 May 2003 05:38:17 -0000      1.3
***************
*** 23,27 ****
  {
  
! #if !ECMA_COMPAT
  
  using System.Runtime.InteropServices;
--- 23,27 ----
  {
  
! #if CONFIG_COMPONENT_MODEL_DESIGN
  
  using System.Runtime.InteropServices;
***************
*** 31,35 ****
                        (IServiceContainer container, Type serviceType);
  
! #endif // !ECMA_COMPAT
  
  }; // namespace System.ComponentModel.Design
--- 31,35 ----
                        (IServiceContainer container, Type serviceType);
  
! #endif // CONFIG_COMPONENT_MODEL_DESIGN
  
  }; // namespace System.ComponentModel.Design

Index: StandardCommands.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/System/ComponentModel/Design/StandardCommands.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** StandardCommands.cs 24 May 2003 00:42:35 -0000      1.1
--- StandardCommands.cs 29 May 2003 05:38:17 -0000      1.2
***************
*** 23,27 ****
  {
  
! #if !ECMA_COMPAT
  
  public class StandardCommands
--- 23,27 ----
  {
  
! #if CONFIG_COMPONENT_MODEL_DESIGN
  
  public class StandardCommands
***************
*** 148,152 ****
  }; // class StandardCommands
  
! #endif // !ECMA_COMPAT
  
  }; // namespace System.ComponentModel.Design
--- 148,152 ----
  }; // class StandardCommands
  
! #endif // CONFIG_COMPONENT_MODEL_DESIGN
  
  }; // namespace System.ComponentModel.Design

Index: StandardToolWindows.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/System/ComponentModel/Design/StandardToolWindows.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** StandardToolWindows.cs      24 May 2003 00:42:35 -0000      1.1
--- StandardToolWindows.cs      29 May 2003 05:38:17 -0000      1.2
***************
*** 23,27 ****
  {
  
! #if !ECMA_COMPAT
  
  public class StandardToolWindows
--- 23,27 ----
  {
  
! #if CONFIG_COMPONENT_MODEL_DESIGN
  
  public class StandardToolWindows
***************
*** 47,51 ****
  }; // class StandardToolWindows
  
! #endif // !ECMA_COMPAT
  
  }; // namespace System.ComponentModel.Design
--- 47,51 ----
  }; // class StandardToolWindows
  
! #endif // CONFIG_COMPONENT_MODEL_DESIGN
  
  }; // namespace System.ComponentModel.Design

Index: ViewTechnology.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/System/ComponentModel/Design/ViewTechnology.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** ViewTechnology.cs   24 May 2003 00:42:35 -0000      1.1
--- ViewTechnology.cs   29 May 2003 05:38:17 -0000      1.2
***************
*** 23,27 ****
  {
  
! #if !ECMA_COMPAT
  
  using System.Runtime.InteropServices;
--- 23,27 ----
  {
  
! #if CONFIG_COMPONENT_MODEL_DESIGN
  
  using System.Runtime.InteropServices;
***************
*** 35,39 ****
  }; // enum ViewTechnology
  
! #endif // !ECMA_COMPAT
  
  }; // namespace System.ComponentModel.Design
--- 35,39 ----
  }; // enum ViewTechnology
  
! #endif // CONFIG_COMPONENT_MODEL_DESIGN
  
  }; // namespace System.ComponentModel.Design





reply via email to

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