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 AmbientValueAt


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnetlib/System/ComponentModel AmbientValueAttribute.cs,1.1,1.2 AttributeCollection.cs,1.2,1.3 BaseNumberConverter.cs,1.3,1.4 BindableAttribute.cs,1.1,1.2 BindableSupport.cs,1.1,1.2 BrowsableAttribute.cs,1.1,1.2 CancelEventArgs.cs,1.3,1.4 CancelEventHandler.cs,1.1,1.2 CategoryAttribute.cs,1.1,1.2 CollectionChangeAction.cs,1.1,1.2CollectionChangeEventArgs.cs,1.3,1.4 CollectionChangeEventHandler.cs,1.1,1.2 Component.cs,1.4,1.5 ComponentCollection.cs,1.2,1.3 Container.cs,1.4,1.5 DefaultEventAttribute.cs,1.1,1.2DefaultPropertyAttribute.cs,1.1,1.2 DefaultValueAttribute.cs,1.1,1.2 DescriptionAttribute.cs,1.1,1.2 DesignOnlyAttribute.cs,1.2,1.3 DesignTimeVisibleAttribute.cs,1.2,1.3 DesignerAttribute.cs,1.1,1.2 DesignerCategoryAttribute.cs,1.1,1.2 DesignerSerializationVisibility.cs,1.1,1.2 DesignerSerializationVisibilityAttribute.cs,1.2,1.3 EditorAttribute.cs,1.3,1.4 EditorBrowsableAttribute.cs,1.3,1.4 EditorBrowsableState.cs,1.1,1.2 EnumConverter.cs,1.4,1.5 EventDescriptor.cs,1.1,1.2 EventDescriptorCollection.cs,1.1,1.2 EventHandlerList.cs,1.1,1.2 ExpandableObjectConverter.cs,1.2,1.3 IBindingList.cs,1.2,1.3 IComponent.cs,1.1,1.2 IContainer.cs,1.1,1.2 ICustomTypeDescriptor.cs,1.2,1.3 IDataErrorInfo.cs,1.1,1.2 IEditableObject.cs,1.1,1.2 IExtenderProvider.cs,1.1,1.2 IListSource.cs,1.1,1.2 ISite.cs,1.1,1.2 ISupportInitialize.cs,1.1,1.2 ISynchronizeInvoke.cs,1.1,1.2 ITypeDescriptorContext.cs,1.3,1.4 ITypedList.cs,1.1,1.2 InheritanceAttribute.cs,1.1,1.2 InheritanceLevel.cs,1.1,1.2 Int32Converter.cs,1.2,1.3 LicenseContext.cs,1.1,1.2 LicenseUsageMode.cs,1.1,1.2 ListBindableAttribute.cs,1.3,1.4 ListChangedEventArgs.cs,1.4,1.5 ListChangedEventHandler.cs,1.1,1.2 ListChangedType.cs,1.1,1.2 ListSortDirection.cs,1.1,1.2 LocalizableAttribute.cs,1.3,1.4 MarshalByValueComponent.cs,1.2,1.3 MemberDescriptor.cs,1.1,1.2NotifyParentPropertyAttribute.cs,1.3,1.4 PropertyChangedEventArgs.cs,1.3,1.4PropertyChangedEventHandler.cs,1.1,1.2 PropertyDescriptor.cs,1.2,1.3 PropertyDescriptorCollection.cs,1.2,1.3 PropertyTabScope.cs,1.1,1.2 ReadOnlyAttribute.cs,1.3,1.4RecommendedAsConfigurableAttribute.cs,1.3,1.4 RefreshEventArgs.cs,1.3,1.4 RefreshEventHandler.cs,1.1,1.2 RefreshProperties.cs,1.1,1.2 RefreshPropertiesAttribute.cs,1.3,1.4 StringConverter.cs,1.2,1.3 ToolboxItemAttribute.cs,1.3,1.4 ToolboxItemFilterType.cs,1.1,1.2 TypeConverter.cs,1.4,1.5 TypeConverterAttribute.cs,1.2,1.3 TypeDescriptor.cs,1.1,1.2 WarningException.cs,1.4,1.5
Date: Thu, 29 May 2003 01:38:22 -0400

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

Modified Files:
        AmbientValueAttribute.cs AttributeCollection.cs 
        BaseNumberConverter.cs BindableAttribute.cs BindableSupport.cs 
        BrowsableAttribute.cs CancelEventArgs.cs CancelEventHandler.cs 
        CategoryAttribute.cs CollectionChangeAction.cs 
        CollectionChangeEventArgs.cs CollectionChangeEventHandler.cs 
        Component.cs ComponentCollection.cs Container.cs 
        DefaultEventAttribute.cs DefaultPropertyAttribute.cs 
        DefaultValueAttribute.cs DescriptionAttribute.cs 
        DesignOnlyAttribute.cs DesignTimeVisibleAttribute.cs 
        DesignerAttribute.cs DesignerCategoryAttribute.cs 
        DesignerSerializationVisibility.cs 
        DesignerSerializationVisibilityAttribute.cs EditorAttribute.cs 
        EditorBrowsableAttribute.cs EditorBrowsableState.cs 
        EnumConverter.cs EventDescriptor.cs 
        EventDescriptorCollection.cs EventHandlerList.cs 
        ExpandableObjectConverter.cs IBindingList.cs IComponent.cs 
        IContainer.cs ICustomTypeDescriptor.cs IDataErrorInfo.cs 
        IEditableObject.cs IExtenderProvider.cs IListSource.cs 
        ISite.cs ISupportInitialize.cs ISynchronizeInvoke.cs 
        ITypeDescriptorContext.cs ITypedList.cs 
        InheritanceAttribute.cs InheritanceLevel.cs Int32Converter.cs 
        LicenseContext.cs LicenseUsageMode.cs ListBindableAttribute.cs 
        ListChangedEventArgs.cs ListChangedEventHandler.cs 
        ListChangedType.cs ListSortDirection.cs 
        LocalizableAttribute.cs MarshalByValueComponent.cs 
        MemberDescriptor.cs NotifyParentPropertyAttribute.cs 
        PropertyChangedEventArgs.cs PropertyChangedEventHandler.cs 
        PropertyDescriptor.cs PropertyDescriptorCollection.cs 
        PropertyTabScope.cs ReadOnlyAttribute.cs 
        RecommendedAsConfigurableAttribute.cs RefreshEventArgs.cs 
        RefreshEventHandler.cs RefreshProperties.cs 
        RefreshPropertiesAttribute.cs StringConverter.cs 
        ToolboxItemAttribute.cs ToolboxItemFilterType.cs 
        TypeConverter.cs TypeConverterAttribute.cs TypeDescriptor.cs 
        WarningException.cs 
Log Message:


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


Index: AmbientValueAttribute.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/System/ComponentModel/AmbientValueAttribute.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** AmbientValueAttribute.cs    7 Nov 2002 11:25:19 -0000       1.1
--- AmbientValueAttribute.cs    29 May 2003 05:38:17 -0000      1.2
***************
*** 23,27 ****
  {
  
! #if !ECMA_COMPAT
  
  [AttributeUsage(AttributeTargets.All)]
--- 23,27 ----
  {
  
! #if CONFIG_COMPONENT_MODEL
  
  [AttributeUsage(AttributeTargets.All)]
***************
*** 125,129 ****
  }; // class AmbientValueAttribute
  
! #endif // !ECMA_COMPAT
  
  }; // namespace System.ComponentModel
--- 125,129 ----
  }; // class AmbientValueAttribute
  
! #endif // CONFIG_COMPONENT_MODEL
  
  }; // namespace System.ComponentModel

Index: AttributeCollection.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/System/ComponentModel/AttributeCollection.cs,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** AttributeCollection.cs      20 Apr 2003 02:57:19 -0000      1.2
--- AttributeCollection.cs      29 May 2003 05:38:17 -0000      1.3
***************
*** 23,27 ****
  {
  
! #if !ECMA_COMPAT
  
  using System.Collections;
--- 23,27 ----
  {
  
! #if CONFIG_COMPONENT_MODEL
  
  using System.Collections;
***************
*** 184,188 ****
  }; // class AttributeCollection
  
! #endif // !ECMA_COMPAT
  
  }; // namespace System.ComponentModel
--- 184,188 ----
  }; // class AttributeCollection
  
! #endif // CONFIG_COMPONENT_MODEL
  
  }; // namespace System.ComponentModel

Index: BaseNumberConverter.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/System/ComponentModel/BaseNumberConverter.cs,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** BaseNumberConverter.cs      20 Apr 2003 02:57:19 -0000      1.3
--- BaseNumberConverter.cs      29 May 2003 05:38:17 -0000      1.4
***************
*** 28,32 ****
  {
  
! #if !ECMA_COMPAT
  
        public class BaseNumberConverter: TypeConverter
--- 28,32 ----
  {
  
! #if CONFIG_COMPONENT_MODEL
  
        public class BaseNumberConverter: TypeConverter

Index: BindableAttribute.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/System/ComponentModel/BindableAttribute.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** BindableAttribute.cs        7 Nov 2002 11:25:19 -0000       1.1
--- BindableAttribute.cs        29 May 2003 05:38:17 -0000      1.2
***************
*** 23,27 ****
  {
  
! #if !ECMA_COMPAT
  
  [AttributeUsage(AttributeTargets.All)]
--- 23,27 ----
  {
  
! #if CONFIG_COMPONENT_MODEL
  
  [AttributeUsage(AttributeTargets.All)]
***************
*** 88,92 ****
  }; // class BindableAttribute
  
! #endif // !ECMA_COMPAT
  
  }; // namespace System.ComponentModel
--- 88,92 ----
  }; // class BindableAttribute
  
! #endif // CONFIG_COMPONENT_MODEL
  
  }; // namespace System.ComponentModel

Index: BindableSupport.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/System/ComponentModel/BindableSupport.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** BindableSupport.cs  7 Nov 2002 11:25:19 -0000       1.1
--- BindableSupport.cs  29 May 2003 05:38:17 -0000      1.2
***************
*** 23,27 ****
  {
  
! #if !ECMA_COMPAT
  
  public enum BindableSupport
--- 23,27 ----
  {
  
! #if CONFIG_COMPONENT_MODEL
  
  public enum BindableSupport
***************
*** 33,37 ****
  }; // enum BindableSupport
  
! #endif // !ECMA_COMPAT
  
  }; // namespace System.ComponentModel
--- 33,37 ----
  }; // enum BindableSupport
  
! #endif // CONFIG_COMPONENT_MODEL
  
  }; // namespace System.ComponentModel

Index: BrowsableAttribute.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/System/ComponentModel/BrowsableAttribute.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** BrowsableAttribute.cs       7 Nov 2002 11:25:19 -0000       1.1
--- BrowsableAttribute.cs       29 May 2003 05:38:17 -0000      1.2
***************
*** 23,27 ****
  {
  
! #if !ECMA_COMPAT
  
  [AttributeUsage(AttributeTargets.All)]
--- 23,27 ----
  {
  
! #if CONFIG_COMPONENT_MODEL || CONFIG_EXTENDED_DIAGNOSTICS
  
  [AttributeUsage(AttributeTargets.All)]
***************
*** 81,85 ****
  }; // class BrowsableAttribute
  
! #endif // !ECMA_COMPAT
  
  }; // namespace System.ComponentModel
--- 81,85 ----
  }; // class BrowsableAttribute
  
! #endif // CONFIG_COMPONENT_MODEL || CONFIG_EXTENDED_DIAGNOSTICS
  
  }; // namespace System.ComponentModel

Index: CancelEventArgs.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/System/ComponentModel/CancelEventArgs.cs,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** CancelEventArgs.cs  1 Jan 2003 18:05:10 -0000       1.3
--- CancelEventArgs.cs  29 May 2003 05:38:17 -0000      1.4
***************
*** 28,32 ****
  {
  
! #if !ECMA_COMPAT
  
        public class CancelEventArgs: EventArgs
--- 28,32 ----
  {
  
! #if CONFIG_COMPONENT_MODEL
  
        public class CancelEventArgs: EventArgs

Index: CancelEventHandler.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/System/ComponentModel/CancelEventHandler.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** CancelEventHandler.cs       26 Dec 2002 07:34:25 -0000      1.1
--- CancelEventHandler.cs       29 May 2003 05:38:17 -0000      1.2
***************
*** 25,29 ****
  namespace System.ComponentModel
  {
! #if !ECMA_COMPAT
  
        [Serializable]
--- 25,29 ----
  namespace System.ComponentModel
  {
! #if CONFIG_COMPONENT_MODEL
  
        [Serializable]

Index: CategoryAttribute.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/System/ComponentModel/CategoryAttribute.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** CategoryAttribute.cs        7 Nov 2002 11:25:19 -0000       1.1
--- CategoryAttribute.cs        29 May 2003 05:38:17 -0000      1.2
***************
*** 23,27 ****
  {
  
! #if !ECMA_COMPAT
  
  using System.Collections;
--- 23,27 ----
  {
  
! #if CONFIG_COMPONENT_MODEL || CONFIG_EXTENDED_DIAGNOSTICS
  
  using System.Collections;
***************
*** 217,221 ****
  }; // class CategoryAttribute
  
! #endif // !ECMA_COMPAT
  
  }; // namespace System.ComponentModel
--- 217,221 ----
  }; // class CategoryAttribute
  
! #endif // CONFIG_COMPONENT_MODEL || CONFIG_EXTENDED_DIAGNOSTICS
  
  }; // namespace System.ComponentModel

Index: CollectionChangeAction.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/System/ComponentModel/CollectionChangeAction.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** CollectionChangeAction.cs   7 Nov 2002 11:25:19 -0000       1.1
--- CollectionChangeAction.cs   29 May 2003 05:38:17 -0000      1.2
***************
*** 23,27 ****
  {
  
! #if !ECMA_COMPAT
  
  public enum CollectionChangeAction
--- 23,27 ----
  {
  
! #if CONFIG_COMPONENT_MODEL
  
  public enum CollectionChangeAction
***************
*** 33,37 ****
  }; // enum CollectionChangeAction
  
! #endif // !ECMA_COMPAT
  
  }; // namespace System.ComponentModel
--- 33,37 ----
  }; // enum CollectionChangeAction
  
! #endif // CONFIG_COMPONENT_MODEL
  
  }; // namespace System.ComponentModel

Index: CollectionChangeEventArgs.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/System/ComponentModel/CollectionChangeEventArgs.cs,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** CollectionChangeEventArgs.cs        1 Jan 2003 18:05:10 -0000       1.3
--- CollectionChangeEventArgs.cs        29 May 2003 05:38:17 -0000      1.4
***************
*** 27,31 ****
  namespace System.ComponentModel
  {
! #if !ECMA_COMPAT
        public class CollectionChangeEventArgs: EventArgs
        {
--- 27,31 ----
  namespace System.ComponentModel
  {
! #if CONFIG_COMPONENT_MODEL
        public class CollectionChangeEventArgs: EventArgs
        {

Index: CollectionChangeEventHandler.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/System/ComponentModel/CollectionChangeEventHandler.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** CollectionChangeEventHandler.cs     26 Dec 2002 07:34:25 -0000      1.1
--- CollectionChangeEventHandler.cs     29 May 2003 05:38:17 -0000      1.2
***************
*** 25,29 ****
  namespace System.ComponentModel
  {
! #if !ECMA_COMPAT
        public delegate void CollectionChangeEventHandler (Object sender,
                                                        
CollectionChangeEventArgs e);
--- 25,29 ----
  namespace System.ComponentModel
  {
! #if CONFIG_COMPONENT_MODEL
        public delegate void CollectionChangeEventHandler (Object sender,
                                                        
CollectionChangeEventArgs e);

Index: Component.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/System/ComponentModel/Component.cs,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** Component.cs        20 Apr 2003 02:57:19 -0000      1.4
--- Component.cs        29 May 2003 05:38:17 -0000      1.5
***************
*** 23,27 ****
  {
  
! #if !ECMA_COMPAT
  
  using System;
--- 23,27 ----
  {
  
! #if CONFIG_COMPONENT_MODEL
  
  using System;
***************
*** 176,180 ****
  }; // class Component
  
! #endif // !ECMA_COMPAT
  
  }; // namespace System.ComponentModel
--- 176,180 ----
  }; // class Component
  
! #endif // CONFIG_COMPONENT_MODEL
  
  }; // namespace System.ComponentModel

Index: ComponentCollection.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/System/ComponentModel/ComponentCollection.cs,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** ComponentCollection.cs      20 Apr 2003 02:57:19 -0000      1.2
--- ComponentCollection.cs      29 May 2003 05:38:17 -0000      1.3
***************
*** 23,27 ****
  {
  
! #if !ECMA_COMPAT
  
  using System.Collections;
--- 23,27 ----
  {
  
! #if CONFIG_COMPONENT_MODEL
  
  using System.Collections;
***************
*** 77,81 ****
  }; // class ComponentCollection
  
! #endif // !ECMA_COMPAT
  
  }; // namespace System.ComponentModel
--- 77,81 ----
  }; // class ComponentCollection
  
! #endif // CONFIG_COMPONENT_MODEL
  
  }; // namespace System.ComponentModel

Index: Container.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/System/ComponentModel/Container.cs,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** Container.cs        20 Apr 2003 02:57:19 -0000      1.4
--- Container.cs        29 May 2003 05:38:17 -0000      1.5
***************
*** 23,27 ****
  {
  
! #if !ECMA_COMPAT
  
  using System;
--- 23,27 ----
  {
  
! #if CONFIG_COMPONENT_MODEL
  
  using System;
***************
*** 274,278 ****
  }; // class Container
  
! #endif // !ECMA_COMPAT
  
  }; // namespace System.ComponentModel
--- 274,278 ----
  }; // class Container
  
! #endif // CONFIG_COMPONENT_MODEL
  
  }; // namespace System.ComponentModel

Index: DefaultEventAttribute.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/System/ComponentModel/DefaultEventAttribute.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** DefaultEventAttribute.cs    7 Nov 2002 11:25:19 -0000       1.1
--- DefaultEventAttribute.cs    29 May 2003 05:38:17 -0000      1.2
***************
*** 23,27 ****
  {
  
! #if !ECMA_COMPAT
  
  [AttributeUsage(AttributeTargets.Class)]
--- 23,27 ----
  {
  
! #if CONFIG_COMPONENT_MODEL || CONFIG_EXTENDED_DIAGNOSTICS
  
  [AttributeUsage(AttributeTargets.Class)]
***************
*** 72,76 ****
  }; // class DefaultEventAttribute
  
! #endif // !ECMA_COMPAT
  
  }; // namespace System.ComponentModel
--- 72,76 ----
  }; // class DefaultEventAttribute
  
! #endif // CONFIG_COMPONENT_MODEL || CONFIG_EXTENDED_DIAGNOSTICS
  
  }; // namespace System.ComponentModel

Index: DefaultPropertyAttribute.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/System/ComponentModel/DefaultPropertyAttribute.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** DefaultPropertyAttribute.cs 7 Nov 2002 11:25:19 -0000       1.1
--- DefaultPropertyAttribute.cs 29 May 2003 05:38:17 -0000      1.2
***************
*** 23,27 ****
  {
  
! #if !ECMA_COMPAT
  
  [AttributeUsage(AttributeTargets.Class)]
--- 23,27 ----
  {
  
! #if CONFIG_COMPONENT_MODEL || CONFIG_EXTENDED_DIAGNOSTICS
  
  [AttributeUsage(AttributeTargets.Class)]
***************
*** 73,77 ****
  }; // class DefaultPropertyAttribute
  
! #endif // !ECMA_COMPAT
  
  }; // namespace System.ComponentModel
--- 73,77 ----
  }; // class DefaultPropertyAttribute
  
! #endif // CONFIG_COMPONENT_MODEL || CONFIG_EXTENDED_DIAGNOSTICS
  
  }; // namespace System.ComponentModel

Index: DefaultValueAttribute.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/System/ComponentModel/DefaultValueAttribute.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** DefaultValueAttribute.cs    7 Nov 2002 11:25:19 -0000       1.1
--- DefaultValueAttribute.cs    29 May 2003 05:38:17 -0000      1.2
***************
*** 23,27 ****
  {
  
! #if !ECMA_COMPAT
  
  [AttributeUsage(AttributeTargets.All)]
--- 23,27 ----
  {
  
! #if CONFIG_COMPONENT_MODEL || CONFIG_EXTENDED_DIAGNOSTICS
  
  [AttributeUsage(AttributeTargets.All)]
***************
*** 118,122 ****
  }; // class DefaultValueAttribute
  
! #endif // !ECMA_COMPAT
  
  }; // namespace System.ComponentModel
--- 118,122 ----
  }; // class DefaultValueAttribute
  
! #endif // CONFIG_COMPONENT_MODEL || CONFIG_EXTENDED_DIAGNOSTICS
  
  }; // namespace System.ComponentModel

Index: DescriptionAttribute.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/System/ComponentModel/DescriptionAttribute.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** DescriptionAttribute.cs     7 Nov 2002 11:25:19 -0000       1.1
--- DescriptionAttribute.cs     29 May 2003 05:38:17 -0000      1.2
***************
*** 23,27 ****
  {
  
! #if !ECMA_COMPAT
  
  [AttributeUsage(AttributeTargets.All)]
--- 23,27 ----
  {
  
! #if CONFIG_COMPONENT_MODEL || CONFIG_EXTENDED_DIAGNOSTICS
  
  [AttributeUsage(AttributeTargets.All)]
***************
*** 91,95 ****
  }; // class DescriptionAttribute
  
! #endif // !ECMA_COMPAT
  
  }; // namespace System.ComponentModel
--- 91,95 ----
  }; // class DescriptionAttribute
  
! #endif // CONFIG_COMPONENT_MODEL || CONFIG_EXTENDED_DIAGNOSTICS
  
  }; // namespace System.ComponentModel

Index: DesignOnlyAttribute.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/System/ComponentModel/DesignOnlyAttribute.cs,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** DesignOnlyAttribute.cs      29 Dec 2002 07:00:35 -0000      1.2
--- DesignOnlyAttribute.cs      29 May 2003 05:38:17 -0000      1.3
***************
*** 25,29 ****
  namespace System.ComponentModel
  {
! #if !ECMA_COMPAT
        public sealed class DesignOnlyAttribute: Attribute
        {
--- 25,29 ----
  namespace System.ComponentModel
  {
! #if CONFIG_COMPONENT_MODEL
        public sealed class DesignOnlyAttribute: Attribute
        {

Index: DesignTimeVisibleAttribute.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/System/ComponentModel/DesignTimeVisibleAttribute.cs,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** DesignTimeVisibleAttribute.cs       29 Dec 2002 07:00:35 -0000      1.2
--- DesignTimeVisibleAttribute.cs       29 May 2003 05:38:17 -0000      1.3
***************
*** 26,30 ****
  {
  
! #if !ECMA_COMPAT
        public sealed class DesignTimeVisibleAttribute: Attribute
        {
--- 26,30 ----
  {
  
! #if CONFIG_COMPONENT_MODEL
        public sealed class DesignTimeVisibleAttribute: Attribute
        {

Index: DesignerAttribute.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/System/ComponentModel/DesignerAttribute.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** DesignerAttribute.cs        7 Nov 2002 11:25:19 -0000       1.1
--- DesignerAttribute.cs        29 May 2003 05:38:17 -0000      1.2
***************
*** 23,27 ****
  {
  
! #if !ECMA_COMPAT
  
  using System.ComponentModel.Design;
--- 23,27 ----
  {
  
! #if CONFIG_COMPONENT_MODEL || CONFIG_EXTENDED_DIAGNOSTICS
  
  using System.ComponentModel.Design;
***************
*** 39,48 ****
--- 39,56 ----
                        {
                                type = designerTypeName;
+                       #if CONFIG_COMPONENT_MODEL_DESIGN
                                baseType = typeof(IDesigner).FullName;
+                       #else
+                               baseType = 
"System.ComponentModel.Design.IDesigner";
+                       #endif
                        }
        public DesignerAttribute(Type designerType)
                        {
                                type = designerType.AssemblyQualifiedName;
+                       #if CONFIG_COMPONENT_MODEL_DESIGN
                                baseType = typeof(IDesigner).FullName;
+                       #else
+                               baseType = 
"System.ComponentModel.Design.IDesigner";
+                       #endif
                        }
        public DesignerAttribute(String designerTypeName,
***************
*** 111,115 ****
  }; // class DesignerAttribute
  
! #endif // !ECMA_COMPAT
  
  }; // namespace System.ComponentModel
--- 119,123 ----
  }; // class DesignerAttribute
  
! #endif // CONFIG_COMPONENT_MODEL || CONFIG_EXTENDED_DIAGNOSTICS
  
  }; // namespace System.ComponentModel

Index: DesignerCategoryAttribute.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/System/ComponentModel/DesignerCategoryAttribute.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** DesignerCategoryAttribute.cs        20 Apr 2003 02:57:19 -0000      1.1
--- DesignerCategoryAttribute.cs        29 May 2003 05:38:17 -0000      1.2
***************
*** 23,27 ****
  {
  
! #if !ECMA_COMPAT
  
  [AttributeUsage(AttributeTargets.Class)]
--- 23,27 ----
  {
  
! #if CONFIG_COMPONENT_MODEL
  
  [AttributeUsage(AttributeTargets.Class)]
***************
*** 103,107 ****
  }; // class DesignerCategoryAttribute
  
! #endif // !ECMA_COMPAT
  
  }; // namespace System.ComponentModel
--- 103,107 ----
  }; // class DesignerCategoryAttribute
  
! #endif // CONFIG_COMPONENT_MODEL
  
  }; // namespace System.ComponentModel

Index: DesignerSerializationVisibility.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/System/ComponentModel/DesignerSerializationVisibility.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** DesignerSerializationVisibility.cs  7 Nov 2002 11:25:19 -0000       1.1
--- DesignerSerializationVisibility.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 || CONFIG_EXTENDED_DIAGNOSTICS
  
  using System.Runtime.InteropServices;
***************
*** 36,40 ****
  }; // enum DesignerSerializationVisibility
  
! #endif // !ECMA_COMPAT
  
  }; // namespace System.ComponentModel
--- 36,40 ----
  }; // enum DesignerSerializationVisibility
  
! #endif // CONFIG_COMPONENT_MODEL || CONFIG_EXTENDED_DIAGNOSTICS
  
  }; // namespace System.ComponentModel

Index: DesignerSerializationVisibilityAttribute.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/System/ComponentModel/DesignerSerializationVisibilityAttribute.cs,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** DesignerSerializationVisibilityAttribute.cs 29 Dec 2002 07:00:36 -0000      
1.2
--- DesignerSerializationVisibilityAttribute.cs 29 May 2003 05:38:17 -0000      
1.3
***************
*** 25,29 ****
  namespace System.ComponentModel
  {
! #if !ECMA_COMPAT
        public sealed class DesignerSerializationVisibilityAttribute: Attribute
        {
--- 25,29 ----
  namespace System.ComponentModel
  {
! #if CONFIG_COMPONENT_MODEL || CONFIG_EXTENDED_DIAGNOSTICS
        public sealed class DesignerSerializationVisibilityAttribute: Attribute
        {

Index: EditorAttribute.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/System/ComponentModel/EditorAttribute.cs,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** EditorAttribute.cs  20 Apr 2003 02:57:19 -0000      1.3
--- EditorAttribute.cs  29 May 2003 05:38:17 -0000      1.4
***************
*** 23,27 ****
  {
  
! #if !ECMA_COMPAT
  
  [AttributeUsage(AttributeTargets.All)]
--- 23,27 ----
  {
  
! #if CONFIG_COMPONENT_MODEL || CONFIG_EXTENDED_DIAGNOSTICS
  
  [AttributeUsage(AttributeTargets.All)]
***************
*** 106,110 ****
  }; // class EditorAttribute
  
! #endif // !ECMA_COMPAT
  
  }; // namespace System.ComponentModel
--- 106,110 ----
  }; // class EditorAttribute
  
! #endif // CONFIG_COMPONENT_MODEL || CONFIG_EXTENDED_DIAGNOSTICS
  
  }; // namespace System.ComponentModel

Index: EditorBrowsableAttribute.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/System/ComponentModel/EditorBrowsableAttribute.cs,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** EditorBrowsableAttribute.cs 20 Apr 2003 02:57:19 -0000      1.3
--- EditorBrowsableAttribute.cs 29 May 2003 05:38:17 -0000      1.4
***************
*** 23,27 ****
  {
  
! #if !ECMA_COMPAT
  
  [AttributeUsage(AttributeTargets.Class |
--- 23,27 ----
  {
  
! #if CONFIG_COMPONENT_MODEL
  
  [AttributeUsage(AttributeTargets.Class |
***************
*** 82,86 ****
  }; // class EditorBrowsableAttribute
  
! #endif // !ECMA_COMPAT
  
  }; // namespace System.ComponentModel
--- 82,86 ----
  }; // class EditorBrowsableAttribute
  
! #endif // CONFIG_COMPONENT_MODEL
  
  }; // namespace System.ComponentModel

Index: EditorBrowsableState.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/System/ComponentModel/EditorBrowsableState.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** EditorBrowsableState.cs     7 Nov 2002 11:25:19 -0000       1.1
--- EditorBrowsableState.cs     29 May 2003 05:38:17 -0000      1.2
***************
*** 23,27 ****
  {
  
! #if !ECMA_COMPAT
  
  public enum EditorBrowsableState
--- 23,27 ----
  {
  
! #if CONFIG_COMPONENT_MODEL
  
  public enum EditorBrowsableState
***************
*** 33,37 ****
  }; // enum EditorBrowsableState
  
! #endif // !ECMA_COMPAT
  
  }; // namespace System.ComponentModel
--- 33,37 ----
  }; // enum EditorBrowsableState
  
! #endif // CONFIG_COMPONENT_MODEL
  
  }; // namespace System.ComponentModel

Index: EnumConverter.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/System/ComponentModel/EnumConverter.cs,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** EnumConverter.cs    10 Jan 2003 22:16:26 -0000      1.4
--- EnumConverter.cs    29 May 2003 05:38:17 -0000      1.5
***************
*** 26,30 ****
  namespace System.ComponentModel
  {
! #if !ECMA_COMPAT
        public class EnumConverter: TypeConverter
        {
--- 26,30 ----
  namespace System.ComponentModel
  {
! #if CONFIG_COMPONENT_MODEL
        public class EnumConverter: TypeConverter
        {

Index: EventDescriptor.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/System/ComponentModel/EventDescriptor.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** EventDescriptor.cs  1 May 2003 17:02:41 -0000       1.1
--- EventDescriptor.cs  29 May 2003 05:38:17 -0000      1.2
***************
*** 24,28 ****
  namespace System.ComponentModel
  {
! #if !ECMA_COMPAT
  
        public abstract class EventDescriptor: MemberDescriptor
--- 24,28 ----
  namespace System.ComponentModel
  {
! #if CONFIG_COMPONENT_MODEL
  
        public abstract class EventDescriptor: MemberDescriptor

Index: EventDescriptorCollection.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/System/ComponentModel/EventDescriptorCollection.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** EventDescriptorCollection.cs        1 May 2003 17:02:41 -0000       1.1
--- EventDescriptorCollection.cs        29 May 2003 05:38:17 -0000      1.2
***************
*** 26,30 ****
  {
  
! #if !ECMA_COMPAT
  
        public class EventDescriptorCollection: IEnumerable, ICollection, IList
--- 26,30 ----
  {
  
! #if CONFIG_COMPONENT_MODEL
  
        public class EventDescriptorCollection: IEnumerable, ICollection, IList

Index: EventHandlerList.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/System/ComponentModel/EventHandlerList.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** EventHandlerList.cs 28 Jun 2002 06:47:14 -0000      1.1
--- EventHandlerList.cs 29 May 2003 05:38:17 -0000      1.2
***************
*** 23,27 ****
  {
  
! #if !ECMA_COMPAT
  
  using System;
--- 23,27 ----
  {
  
! #if CONFIG_COMPONENT_MODEL
  
  using System;
***************
*** 141,145 ****
  }; // class EventHandlerList
  
! #endif // !ECMA_COMPAT
  
  }; // namespace System.ComponentModel
--- 141,145 ----
  }; // class EventHandlerList
  
! #endif // CONFIG_COMPONENT_MODEL
  
  }; // namespace System.ComponentModel

Index: ExpandableObjectConverter.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/System/ComponentModel/ExpandableObjectConverter.cs,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** ExpandableObjectConverter.cs        31 Dec 2002 06:40:28 -0000      1.2
--- ExpandableObjectConverter.cs        29 May 2003 05:38:17 -0000      1.3
***************
*** 24,28 ****
  namespace System.ComponentModel
  {
! #if !ECMA_COMPAT
        public class ExpandableObjectConverter: TypeConverter
        {
--- 24,28 ----
  namespace System.ComponentModel
  {
! #if CONFIG_COMPONENT_MODEL
        public class ExpandableObjectConverter: TypeConverter
        {

Index: IBindingList.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/System/ComponentModel/IBindingList.cs,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** IBindingList.cs     20 Apr 2003 02:57:19 -0000      1.2
--- IBindingList.cs     29 May 2003 05:38:17 -0000      1.3
***************
*** 23,27 ****
  {
  
! #if !ECMA_COMPAT
  
  using System;
--- 23,27 ----
  {
  
! #if CONFIG_COMPONENT_MODEL
  
  using System;
***************
*** 81,85 ****
  }; // interface IBindingList
  
! #endif // !ECMA_COMPAT
  
  }; // namespace System.ComponentModel
--- 81,85 ----
  }; // interface IBindingList
  
! #endif // CONFIG_COMPONENT_MODEL
  
  }; // namespace System.ComponentModel

Index: IComponent.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/System/ComponentModel/IComponent.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** IComponent.cs       3 Dec 2002 00:18:55 -0000       1.1
--- IComponent.cs       29 May 2003 05:38:17 -0000      1.2
***************
*** 23,27 ****
  {
  
! #if !ECMA_COMPAT
  
  using System;
--- 23,27 ----
  {
  
! #if CONFIG_COMPONENT_MODEL
  
  using System;
***************
*** 40,44 ****
  }; // interface IComponent
  
! #endif // !ECMA_COMPAT
  
  }; // namespace System.ComponentModel
--- 40,44 ----
  }; // interface IComponent
  
! #endif // CONFIG_COMPONENT_MODEL
  
  }; // namespace System.ComponentModel

Index: IContainer.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/System/ComponentModel/IContainer.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** IContainer.cs       3 Dec 2002 00:18:55 -0000       1.1
--- IContainer.cs       29 May 2003 05:38:17 -0000      1.2
***************
*** 23,27 ****
  {
  
! #if !ECMA_COMPAT
  
  using System;
--- 23,27 ----
  {
  
! #if CONFIG_COMPONENT_MODEL
  
  using System;
***************
*** 44,48 ****
  }; // interface IContainer
  
! #endif // !ECMA_COMPAT
  
  }; // namespace System.ComponentModel
--- 44,48 ----
  }; // interface IContainer
  
! #endif // CONFIG_COMPONENT_MODEL
  
  }; // namespace System.ComponentModel

Index: ICustomTypeDescriptor.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/System/ComponentModel/ICustomTypeDescriptor.cs,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** ICustomTypeDescriptor.cs    1 May 2003 19:13:30 -0000       1.2
--- ICustomTypeDescriptor.cs    29 May 2003 05:38:17 -0000      1.3
***************
*** 25,29 ****
  namespace System.ComponentModel
  {
! #if !ECMA_COMPAT
        public interface ICustomTypeDescriptor
        {
--- 25,29 ----
  namespace System.ComponentModel
  {
! #if CONFIG_COMPONENT_MODEL
        public interface ICustomTypeDescriptor
        {

Index: IDataErrorInfo.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/System/ComponentModel/IDataErrorInfo.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** IDataErrorInfo.cs   26 Dec 2002 07:34:25 -0000      1.1
--- IDataErrorInfo.cs   29 May 2003 05:38:17 -0000      1.2
***************
*** 24,28 ****
  namespace System.ComponentModel
  {
! #if !ECMA_COMPAT
        public interface IDataErrorInfo
        {
--- 24,28 ----
  namespace System.ComponentModel
  {
! #if CONFIG_COMPONENT_MODEL
        public interface IDataErrorInfo
        {

Index: IEditableObject.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/System/ComponentModel/IEditableObject.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** IEditableObject.cs  26 Dec 2002 07:34:25 -0000      1.1
--- IEditableObject.cs  29 May 2003 05:38:17 -0000      1.2
***************
*** 25,29 ****
  namespace System.ComponentModel
  {
! #if !ECMA_COMPAT
        public interface IEditableObject
        {
--- 25,29 ----
  namespace System.ComponentModel
  {
! #if CONFIG_COMPONENT_MODEL
        public interface IEditableObject
        {

Index: IExtenderProvider.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/System/ComponentModel/IExtenderProvider.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** IExtenderProvider.cs        26 Dec 2002 07:34:25 -0000      1.1
--- IExtenderProvider.cs        29 May 2003 05:38:17 -0000      1.2
***************
*** 25,29 ****
  namespace System.ComponentModel
  {
! #if !ECMA_COMPAT
        public interface IExtenderProvider
        {
--- 25,29 ----
  namespace System.ComponentModel
  {
! #if CONFIG_COMPONENT_MODEL
        public interface IExtenderProvider
        {

Index: IListSource.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/System/ComponentModel/IListSource.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** IListSource.cs      26 Dec 2002 07:34:25 -0000      1.1
--- IListSource.cs      29 May 2003 05:38:17 -0000      1.2
***************
*** 25,29 ****
  namespace System.ComponentModel
  {
! #if !ECMA_COMPAT
        public interface IListSource
        {
--- 25,29 ----
  namespace System.ComponentModel
  {
! #if CONFIG_COMPONENT_MODEL
        public interface IListSource
        {

Index: ISite.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/System/ComponentModel/ISite.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** ISite.cs    3 Dec 2002 00:18:55 -0000       1.1
--- ISite.cs    29 May 2003 05:38:17 -0000      1.2
***************
*** 23,27 ****
  {
  
! #if !ECMA_COMPAT
  
  using System;
--- 23,27 ----
  {
  
! #if CONFIG_COMPONENT_MODEL
  
  using System;
***************
*** 46,50 ****
  }; // interface ISite
  
! #endif // !ECMA_COMPAT
  
  }; // namespace System.ComponentModel
--- 46,50 ----
  }; // interface ISite
  
! #endif // CONFIG_COMPONENT_MODEL
  
  }; // namespace System.ComponentModel

Index: ISupportInitialize.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/System/ComponentModel/ISupportInitialize.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** ISupportInitialize.cs       26 Dec 2002 07:34:25 -0000      1.1
--- ISupportInitialize.cs       29 May 2003 05:38:17 -0000      1.2
***************
*** 25,29 ****
  namespace System.ComponentModel
  {
! #if !ECMA_COMPAT
        public interface ISupportInitialize
        {
--- 25,29 ----
  namespace System.ComponentModel
  {
! #if CONFIG_COMPONENT_MODEL
        public interface ISupportInitialize
        {

Index: ISynchronizeInvoke.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/System/ComponentModel/ISynchronizeInvoke.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** ISynchronizeInvoke.cs       26 Dec 2002 07:34:25 -0000      1.1
--- ISynchronizeInvoke.cs       29 May 2003 05:38:17 -0000      1.2
***************
*** 25,29 ****
  namespace System.ComponentModel
  {
! #if !ECMA_COMPAT
        public interface ISynchronizeInvoke
        {
--- 25,29 ----
  namespace System.ComponentModel
  {
! #if CONFIG_COMPONENT_MODEL
        public interface ISynchronizeInvoke
        {

Index: ITypeDescriptorContext.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/System/ComponentModel/ITypeDescriptorContext.cs,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** ITypeDescriptorContext.cs   20 Apr 2003 02:57:19 -0000      1.3
--- ITypeDescriptorContext.cs   29 May 2003 05:38:17 -0000      1.4
***************
*** 23,27 ****
  {
  
! #if !ECMA_COMPAT
  
  using System;
--- 23,27 ----
  {
  
! #if CONFIG_COMPONENT_MODEL
  
  using System;
***************
*** 47,51 ****
  }; // interface ITypeDescriptorContext
  
! #endif // !ECMA_COMPAT
  
  }; // namespace System.ComponentModel
--- 47,51 ----
  }; // interface ITypeDescriptorContext
  
! #endif // CONFIG_COMPONENT_MODEL
  
  }; // namespace System.ComponentModel

Index: ITypedList.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/System/ComponentModel/ITypedList.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** ITypedList.cs       26 Dec 2002 07:34:25 -0000      1.1
--- ITypedList.cs       29 May 2003 05:38:17 -0000      1.2
***************
*** 24,28 ****
  namespace System.ComponentModel
  {
! #if !ECMA_COMPAT
        public interface ITypedList
        {
--- 24,28 ----
  namespace System.ComponentModel
  {
! #if CONFIG_COMPONENT_MODEL
        public interface ITypedList
        {

Index: InheritanceAttribute.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/System/ComponentModel/InheritanceAttribute.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** InheritanceAttribute.cs     24 May 2003 06:04:24 -0000      1.1
--- InheritanceAttribute.cs     29 May 2003 05:38:17 -0000      1.2
***************
*** 23,27 ****
  {
  
! #if !ECMA_COMPAT
  
  [AttributeUsage(AttributeTargets.Property |
--- 23,27 ----
  {
  
! #if CONFIG_COMPONENT_MODEL
  
  [AttributeUsage(AttributeTargets.Property |
***************
*** 101,105 ****
  }; // class InheritanceAttribute
  
! #endif // !ECMA_COMPAT
  
  }; // namespace System.ComponentModel
--- 101,105 ----
  }; // class InheritanceAttribute
  
! #endif // CONFIG_COMPONENT_MODEL
  
  }; // namespace System.ComponentModel

Index: InheritanceLevel.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/System/ComponentModel/InheritanceLevel.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** InheritanceLevel.cs 7 Nov 2002 11:25:19 -0000       1.1
--- InheritanceLevel.cs 29 May 2003 05:38:17 -0000      1.2
***************
*** 23,27 ****
  {
  
! #if !ECMA_COMPAT
  
  public enum InheritanceLevel
--- 23,27 ----
  {
  
! #if CONFIG_COMPONENT_MODEL
  
  public enum InheritanceLevel
***************
*** 33,37 ****
  }; // enum InheritanceLevel
  
! #endif // !ECMA_COMPAT
  
  }; // namespace System.ComponentModel
--- 33,37 ----
  }; // enum InheritanceLevel
  
! #endif // CONFIG_COMPONENT_MODEL
  
  }; // namespace System.ComponentModel

Index: Int32Converter.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/System/ComponentModel/Int32Converter.cs,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** Int32Converter.cs   31 Dec 2002 06:40:28 -0000      1.2
--- Int32Converter.cs   29 May 2003 05:38:17 -0000      1.3
***************
*** 24,28 ****
  namespace System.ComponentModel
  {
! #if !ECMA_COMPAT
        public class Int32Converter: BaseNumberConverter
        {
--- 24,28 ----
  namespace System.ComponentModel
  {
! #if CONFIG_COMPONENT_MODEL
        public class Int32Converter: BaseNumberConverter
        {

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

Index: LicenseUsageMode.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/System/ComponentModel/LicenseUsageMode.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** LicenseUsageMode.cs 7 Nov 2002 11:25:19 -0000       1.1
--- LicenseUsageMode.cs 29 May 2003 05:38:17 -0000      1.2
***************
*** 23,27 ****
  {
  
! #if !ECMA_COMPAT
  
  public enum LicenseUsageMode
--- 23,27 ----
  {
  
! #if CONFIG_COMPONENT_MODEL
  
  public enum LicenseUsageMode
***************
*** 32,36 ****
  }; // enum LicenseUsageMode
  
! #endif // !ECMA_COMPAT
  
  }; // namespace System.ComponentModel
--- 32,36 ----
  }; // enum LicenseUsageMode
  
! #endif // CONFIG_COMPONENT_MODEL
  
  }; // namespace System.ComponentModel

Index: ListBindableAttribute.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/System/ComponentModel/ListBindableAttribute.cs,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** ListBindableAttribute.cs    20 Apr 2003 02:57:19 -0000      1.3
--- ListBindableAttribute.cs    29 May 2003 05:38:17 -0000      1.4
***************
*** 23,27 ****
  {
  
! #if !ECMA_COMPAT
  
  [AttributeUsage(AttributeTargets.All,
--- 23,27 ----
  {
  
! #if CONFIG_COMPONENT_MODEL
  
  [AttributeUsage(AttributeTargets.All,
***************
*** 88,92 ****
  }; // class ListBindableAttribute
  
! #endif // !ECMA_COMPAT
  
  }; // namespace System.ComponentModel
--- 88,92 ----
  }; // class ListBindableAttribute
  
! #endif // CONFIG_COMPONENT_MODEL
  
  }; // namespace System.ComponentModel

Index: ListChangedEventArgs.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/System/ComponentModel/ListChangedEventArgs.cs,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** ListChangedEventArgs.cs     20 Apr 2003 02:57:19 -0000      1.4
--- ListChangedEventArgs.cs     29 May 2003 05:38:17 -0000      1.5
***************
*** 23,27 ****
  {
  
! #if !ECMA_COMPAT
  
  public class ListChangedEventArgs : EventArgs
--- 23,27 ----
  {
  
! #if CONFIG_COMPONENT_MODEL
  
  public class ListChangedEventArgs : EventArgs
***************
*** 78,82 ****
  }; // class ListChangedEventArgs
  
! #endif // !ECMA_COMPAT
  
  }; // namespace System.ComponentModel
--- 78,82 ----
  }; // class ListChangedEventArgs
  
! #endif // CONFIG_COMPONENT_MODEL
  
  }; // namespace System.ComponentModel

Index: ListChangedEventHandler.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/System/ComponentModel/ListChangedEventHandler.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** ListChangedEventHandler.cs  26 Dec 2002 07:34:25 -0000      1.1
--- ListChangedEventHandler.cs  29 May 2003 05:38:17 -0000      1.2
***************
*** 25,29 ****
  namespace System.ComponentModel
  {
! #if !ECMA_COMPAT
        public delegate void ListChangedEventHandler (Object 
sender,ListChangedEventHandler e);
  #endif
--- 25,29 ----
  namespace System.ComponentModel
  {
! #if CONFIG_COMPONENT_MODEL
        public delegate void ListChangedEventHandler (Object 
sender,ListChangedEventHandler e);
  #endif

Index: ListChangedType.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/System/ComponentModel/ListChangedType.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** ListChangedType.cs  7 Nov 2002 11:25:19 -0000       1.1
--- ListChangedType.cs  29 May 2003 05:38:17 -0000      1.2
***************
*** 23,27 ****
  {
  
! #if !ECMA_COMPAT
  
  public enum ListChangedType
--- 23,27 ----
  {
  
! #if CONFIG_COMPONENT_MODEL
  
  public enum ListChangedType
***************
*** 38,42 ****
  }; // enum ListChangedType
  
! #endif // !ECMA_COMPAT
  
  }; // namespace System.ComponentModel
--- 38,42 ----
  }; // enum ListChangedType
  
! #endif // CONFIG_COMPONENT_MODEL
  
  }; // namespace System.ComponentModel

Index: ListSortDirection.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/System/ComponentModel/ListSortDirection.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** ListSortDirection.cs        7 Nov 2002 11:25:19 -0000       1.1
--- ListSortDirection.cs        29 May 2003 05:38:17 -0000      1.2
***************
*** 23,27 ****
  {
  
! #if !ECMA_COMPAT
  
  public enum ListSortDirection
--- 23,27 ----
  {
  
! #if CONFIG_COMPONENT_MODEL
  
  public enum ListSortDirection
***************
*** 32,36 ****
  }; // enum ListSortDirection
  
! #endif // !ECMA_COMPAT
  
  }; // namespace System.ComponentModel
--- 32,36 ----
  }; // enum ListSortDirection
  
! #endif // CONFIG_COMPONENT_MODEL
  
  }; // namespace System.ComponentModel

Index: LocalizableAttribute.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/System/ComponentModel/LocalizableAttribute.cs,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** LocalizableAttribute.cs     20 Apr 2003 02:57:19 -0000      1.3
--- LocalizableAttribute.cs     29 May 2003 05:38:17 -0000      1.4
***************
*** 23,27 ****
  {
  
! #if !ECMA_COMPAT
  
  [AttributeUsage(AttributeTargets.Property)]
--- 23,27 ----
  {
  
! #if CONFIG_COMPONENT_MODEL
  
  [AttributeUsage(AttributeTargets.Property)]
***************
*** 54,58 ****
  }; // class LocalizableAttribute
  
! #endif // !ECMA_COMPAT
  
  }; // namespace System.ComponentModel
--- 54,58 ----
  }; // class LocalizableAttribute
  
! #endif // CONFIG_COMPONENT_MODEL
  
  }; // namespace System.ComponentModel

Index: MarshalByValueComponent.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/System/ComponentModel/MarshalByValueComponent.cs,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** MarshalByValueComponent.cs  27 May 2003 06:18:53 -0000      1.2
--- MarshalByValueComponent.cs  29 May 2003 05:38:17 -0000      1.3
***************
*** 24,28 ****
  namespace System.ComponentModel
  {
! #if !ECMA_COMPAT
  
        public class MarshalByValueComponent :  IServiceProvider, 
--- 24,28 ----
  namespace System.ComponentModel
  {
! #if CONFIG_COMPONENT_MODEL
  
        public class MarshalByValueComponent :  IServiceProvider, 
***************
*** 99,102 ****
        }
  
! #endif // ECMA_COMPAT
  }//namespace System.ComponentModel
--- 99,102 ----
        }
  
! #endif // CONFIG_COMPONENT_MODEL
  }//namespace System.ComponentModel

Index: MemberDescriptor.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/System/ComponentModel/MemberDescriptor.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** MemberDescriptor.cs 3 Dec 2002 00:18:55 -0000       1.1
--- MemberDescriptor.cs 29 May 2003 05:38:17 -0000      1.2
***************
*** 23,27 ****
  {
  
! #if !ECMA_COMPAT
  
  using System.Collections;
--- 23,27 ----
  {
  
! #if CONFIG_COMPONENT_MODEL
  
  using System.Collections;
***************
*** 253,257 ****
  }; // class MemberDescriptor
  
! #endif // !ECMA_COMPAT
  
  }; // namespace System.ComponentModel
--- 253,257 ----
  }; // class MemberDescriptor
  
! #endif // CONFIG_COMPONENT_MODEL
  
  }; // namespace System.ComponentModel

Index: NotifyParentPropertyAttribute.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/System/ComponentModel/NotifyParentPropertyAttribute.cs,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** NotifyParentPropertyAttribute.cs    20 Apr 2003 02:57:19 -0000      1.3
--- NotifyParentPropertyAttribute.cs    29 May 2003 05:38:17 -0000      1.4
***************
*** 23,27 ****
  {
  
! #if !ECMA_COMPAT
  
  [AttributeUsage(AttributeTargets.Property)]
--- 23,27 ----
  {
  
! #if CONFIG_COMPONENT_MODEL
  
  [AttributeUsage(AttributeTargets.Property)]
***************
*** 83,87 ****
  }; // class NotifyParentPropertyAttribute
  
! #endif // !ECMA_COMPAT
  
  }; // namespace System.ComponentModel
--- 83,87 ----
  }; // class NotifyParentPropertyAttribute
  
! #endif // CONFIG_COMPONENT_MODEL
  
  }; // namespace System.ComponentModel

Index: PropertyChangedEventArgs.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/System/ComponentModel/PropertyChangedEventArgs.cs,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** PropertyChangedEventArgs.cs 1 Jan 2003 18:05:10 -0000       1.3
--- PropertyChangedEventArgs.cs 29 May 2003 05:38:17 -0000      1.4
***************
*** 25,29 ****
  namespace System.ComponentModel
  {
! #if !ECMA_COMPAT
        public class PropertyChangedEventArgs: EventArgs
        {
--- 25,29 ----
  namespace System.ComponentModel
  {
! #if CONFIG_COMPONENT_MODEL
        public class PropertyChangedEventArgs: EventArgs
        {

Index: PropertyChangedEventHandler.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/System/ComponentModel/PropertyChangedEventHandler.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** PropertyChangedEventHandler.cs      26 Dec 2002 07:34:25 -0000      1.1
--- PropertyChangedEventHandler.cs      29 May 2003 05:38:17 -0000      1.2
***************
*** 25,29 ****
  namespace System.ComponentModel
  {
! #if !ECMA_COMPAT
        public delegate void PropertyChangedEventHandler( Object sender,
                PropertyChangedEventArgs e);
--- 25,29 ----
  namespace System.ComponentModel
  {
! #if CONFIG_COMPONENT_MODEL
        public delegate void PropertyChangedEventHandler( Object sender,
                PropertyChangedEventArgs e);

Index: PropertyDescriptor.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/System/ComponentModel/PropertyDescriptor.cs,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** PropertyDescriptor.cs       27 May 2003 06:18:53 -0000      1.2
--- PropertyDescriptor.cs       29 May 2003 05:38:17 -0000      1.3
***************
*** 23,27 ****
  {
  
! #if !ECMA_COMPAT
  
  using System.Collections;
--- 23,27 ----
  {
  
! #if CONFIG_COMPONENT_MODEL
  
  using System.Collections;
***************
*** 43,47 ****
  }; // class PropertyDescriptor
  
! #endif // !ECMA_COMPAT
  
  }; // namespace System.ComponentModel
--- 43,47 ----
  }; // class PropertyDescriptor
  
! #endif // CONFIG_COMPONENT_MODEL
  
  }; // namespace System.ComponentModel

Index: PropertyDescriptorCollection.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/System/ComponentModel/PropertyDescriptorCollection.cs,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** PropertyDescriptorCollection.cs     26 May 2003 18:16:23 -0000      1.2
--- PropertyDescriptorCollection.cs     29 May 2003 05:38:17 -0000      1.3
***************
*** 23,27 ****
  {
  
! #if !ECMA_COMPAT
  
  using System.Collections;
--- 23,27 ----
  {
  
! #if CONFIG_COMPONENT_MODEL
  
  using System.Collections;
***************
*** 311,315 ****
  }; // class PropertyDescriptorCollection
  
! #endif // !ECMA_COMPAT
  
  }; // namespace System.ComponentModel
--- 311,315 ----
  }; // class PropertyDescriptorCollection
  
! #endif // CONFIG_COMPONENT_MODEL
  
  }; // namespace System.ComponentModel

Index: PropertyTabScope.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/System/ComponentModel/PropertyTabScope.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** PropertyTabScope.cs 7 Nov 2002 11:25:19 -0000       1.1
--- PropertyTabScope.cs 29 May 2003 05:38:17 -0000      1.2
***************
*** 23,27 ****
  {
  
! #if !ECMA_COMPAT
  
  public enum PropertyTabScope
--- 23,27 ----
  {
  
! #if CONFIG_COMPONENT_MODEL
  
  public enum PropertyTabScope
***************
*** 34,38 ****
  }; // enum PropertyTabScope
  
! #endif // !ECMA_COMPAT
  
  }; // namespace System.ComponentModel
--- 34,38 ----
  }; // enum PropertyTabScope
  
! #endif // CONFIG_COMPONENT_MODEL
  
  }; // namespace System.ComponentModel

Index: ReadOnlyAttribute.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/System/ComponentModel/ReadOnlyAttribute.cs,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** ReadOnlyAttribute.cs        20 Apr 2003 02:57:19 -0000      1.3
--- ReadOnlyAttribute.cs        29 May 2003 05:38:17 -0000      1.4
***************
*** 23,27 ****
  {
  
! #if !ECMA_COMPAT
  
  [AttributeUsage(AttributeTargets.All)]
--- 23,27 ----
  {
  
! #if CONFIG_COMPONENT_MODEL || CONFIG_EXTENDED_DIAGNOSTICS
  
  [AttributeUsage(AttributeTargets.All)]
***************
*** 82,86 ****
  }; // class ReadOnlyAttribute
  
! #endif // !ECMA_COMPAT
  
  }; // namespace System.ComponentModel
--- 82,86 ----
  }; // class ReadOnlyAttribute
  
! #endif // CONFIG_COMPONENT_MODEL || CONFIG_EXTENDED_DIAGNOSTICS
  
  }; // namespace System.ComponentModel

Index: RecommendedAsConfigurableAttribute.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/System/ComponentModel/RecommendedAsConfigurableAttribute.cs,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** RecommendedAsConfigurableAttribute.cs       20 Apr 2003 02:57:19 -0000      
1.3
--- RecommendedAsConfigurableAttribute.cs       29 May 2003 05:38:17 -0000      
1.4
***************
*** 23,27 ****
  {
  
! #if !ECMA_COMPAT
  
  [AttributeUsage(AttributeTargets.Property)]
--- 23,27 ----
  {
  
! #if CONFIG_COMPONENT_MODEL || CONFIG_EXTENDED_DIAGNOSTICS
  
  [AttributeUsage(AttributeTargets.Property)]
***************
*** 83,87 ****
  }; // class RecommendedAsConfigurableAttribute
  
! #endif // !ECMA_COMPAT
  
  }; // namespace System.ComponentModel
--- 83,87 ----
  }; // class RecommendedAsConfigurableAttribute
  
! #endif // CONFIG_COMPONENT_MODEL || CONFIG_EXTENDED_DIAGNOSTICS
  
  }; // namespace System.ComponentModel

Index: RefreshEventArgs.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/System/ComponentModel/RefreshEventArgs.cs,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** RefreshEventArgs.cs 1 Jan 2003 18:05:10 -0000       1.3
--- RefreshEventArgs.cs 29 May 2003 05:38:17 -0000      1.4
***************
*** 25,29 ****
  namespace System.ComponentModel
  {
! #if !ECMA_COMPAT
        public class RefreshEventArgs: EventArgs
        {
--- 25,29 ----
  namespace System.ComponentModel
  {
! #if CONFIG_COMPONENT_MODEL
        public class RefreshEventArgs: EventArgs
        {

Index: RefreshEventHandler.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/System/ComponentModel/RefreshEventHandler.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** RefreshEventHandler.cs      26 Dec 2002 07:34:25 -0000      1.1
--- RefreshEventHandler.cs      29 May 2003 05:38:17 -0000      1.2
***************
*** 25,29 ****
  namespace System.ComponentModel
  {
! #if !ECMA_COMPAT
        public delegate void RefreshEventHandler(RefreshEventArgs e);
  #endif        
--- 25,29 ----
  namespace System.ComponentModel
  {
! #if CONFIG_COMPONENT_MODEL
        public delegate void RefreshEventHandler(RefreshEventArgs e);
  #endif        

Index: RefreshProperties.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/System/ComponentModel/RefreshProperties.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** RefreshProperties.cs        7 Nov 2002 11:25:19 -0000       1.1
--- RefreshProperties.cs        29 May 2003 05:38:17 -0000      1.2
***************
*** 23,27 ****
  {
  
! #if !ECMA_COMPAT
  
  public enum RefreshProperties
--- 23,27 ----
  {
  
! #if CONFIG_COMPONENT_MODEL
  
  public enum RefreshProperties
***************
*** 33,37 ****
  }; // enum RefreshProperties
  
! #endif // !ECMA_COMPAT
  
  }; // namespace System.ComponentModel
--- 33,37 ----
  }; // enum RefreshProperties
  
! #endif // CONFIG_COMPONENT_MODEL
  
  }; // namespace System.ComponentModel

Index: RefreshPropertiesAttribute.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/System/ComponentModel/RefreshPropertiesAttribute.cs,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** RefreshPropertiesAttribute.cs       20 Apr 2003 02:57:19 -0000      1.3
--- RefreshPropertiesAttribute.cs       29 May 2003 05:38:17 -0000      1.4
***************
*** 23,27 ****
  {
  
! #if !ECMA_COMPAT
  
  [AttributeUsage(AttributeTargets.All,
--- 23,27 ----
  {
  
! #if CONFIG_COMPONENT_MODEL
  
  [AttributeUsage(AttributeTargets.All,
***************
*** 84,88 ****
  }; // class RefreshPropertiesAttribute
  
! #endif // !ECMA_COMPAT
  
  }; // namespace System.ComponentModel
--- 84,88 ----
  }; // class RefreshPropertiesAttribute
  
! #endif // CONFIG_COMPONENT_MODEL
  
  }; // namespace System.ComponentModel

Index: StringConverter.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/System/ComponentModel/StringConverter.cs,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** StringConverter.cs  31 Dec 2002 06:40:28 -0000      1.2
--- StringConverter.cs  29 May 2003 05:38:17 -0000      1.3
***************
*** 26,30 ****
  namespace System.ComponentModel
  {
! #if !ECMA_COMPAT
        public class StringConverter: TypeConverter
        {
--- 26,30 ----
  namespace System.ComponentModel
  {
! #if CONFIG_COMPONENT_MODEL
        public class StringConverter: TypeConverter
        {

Index: ToolboxItemAttribute.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/System/ComponentModel/ToolboxItemAttribute.cs,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** ToolboxItemAttribute.cs     20 Apr 2003 02:57:19 -0000      1.3
--- ToolboxItemAttribute.cs     29 May 2003 05:38:17 -0000      1.4
***************
*** 23,27 ****
  {
  
! #if !ECMA_COMPAT
  
  [AttributeUsage(AttributeTargets.All)]
--- 23,27 ----
  {
  
! #if CONFIG_COMPONENT_MODEL
  
  [AttributeUsage(AttributeTargets.All)]
***************
*** 122,126 ****
  }; // class ToolboxItemAttribute
  
! #endif // !ECMA_COMPAT
  
  }; // namespace System.ComponentModel
--- 122,126 ----
  }; // class ToolboxItemAttribute
  
! #endif // CONFIG_COMPONENT_MODEL
  
  }; // namespace System.ComponentModel

Index: ToolboxItemFilterType.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/System/ComponentModel/ToolboxItemFilterType.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** ToolboxItemFilterType.cs    7 Nov 2002 11:25:19 -0000       1.1
--- ToolboxItemFilterType.cs    29 May 2003 05:38:17 -0000      1.2
***************
*** 23,27 ****
  {
  
! #if !ECMA_COMPAT
  
  public enum ToolboxItemFilterType
--- 23,27 ----
  {
  
! #if CONFIG_COMPONENT_MODEL
  
  public enum ToolboxItemFilterType
***************
*** 34,38 ****
  }; // enum ToolboxItemFilterType
  
! #endif // !ECMA_COMPAT
  
  }; // namespace System.ComponentModel
--- 34,38 ----
  }; // enum ToolboxItemFilterType
  
! #endif // CONFIG_COMPONENT_MODEL
  
  }; // namespace System.ComponentModel

Index: TypeConverter.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/System/ComponentModel/TypeConverter.cs,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** TypeConverter.cs    26 Dec 2002 10:53:29 -0000      1.4
--- TypeConverter.cs    29 May 2003 05:38:17 -0000      1.5
***************
*** 23,27 ****
  {
  
! #if !ECMA_COMPAT
  
  using System;
--- 23,27 ----
  {
  
! #if CONFIG_COMPONENT_MODEL
  
  using System;
***************
*** 345,349 ****
  }; // class TypeConverter
  
! #endif // !ECMA_COMPAT
  
  }; // namespace System.ComponentModel
--- 345,349 ----
  }; // class TypeConverter
  
! #endif // CONFIG_COMPONENT_MODEL
  
  }; // namespace System.ComponentModel

Index: TypeConverterAttribute.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/System/ComponentModel/TypeConverterAttribute.cs,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** TypeConverterAttribute.cs   7 Nov 2002 11:25:19 -0000       1.2
--- TypeConverterAttribute.cs   29 May 2003 05:38:17 -0000      1.3
***************
*** 23,27 ****
  {
  
! #if !ECMA_COMPAT
  
  using System;
--- 23,27 ----
  {
  
! #if CONFIG_COMPONENT_MODEL || CONFIG_EXTENDED_DIAGNOSTICS
  
  using System;
***************
*** 89,93 ****
  }; // class TypeConverterAttribute
  
! #endif // !ECMA_COMPAT
  
  }; // namespace System.ComponentModel
--- 89,93 ----
  }; // class TypeConverterAttribute
  
! #endif // CONFIG_COMPONENT_MODEL || CONFIG_EXTENDED_DIAGNOSTICS
  
  }; // namespace System.ComponentModel

Index: TypeDescriptor.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/System/ComponentModel/TypeDescriptor.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** TypeDescriptor.cs   26 Dec 2002 07:34:25 -0000      1.1
--- TypeDescriptor.cs   29 May 2003 05:38:17 -0000      1.2
***************
*** 26,30 ****
  namespace System.ComponentModel
  {
! #if !ECMA_COMPAT
        public sealed class TypeDescriptor
        {
--- 26,30 ----
  namespace System.ComponentModel
  {
! #if CONFIG_COMPONENT_MODEL
        public sealed class TypeDescriptor
        {

Index: WarningException.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/System/ComponentModel/WarningException.cs,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** WarningException.cs 20 Apr 2003 02:57:19 -0000      1.4
--- WarningException.cs 29 May 2003 05:38:17 -0000      1.5
***************
*** 23,27 ****
  {
  
! #if !ECMA_COMPAT
  
  using System;
--- 23,27 ----
  {
  
! #if CONFIG_COMPONENT_MODEL
  
  using System;
***************
*** 72,76 ****
  }; // class WarningException
  
! #endif // !ECMA_COMPAT
  
  }; // namespace System.ComponentModel
--- 72,76 ----
  }; // class WarningException
  
! #endif // CONFIG_COMPONENT_MODEL
  
  }; // namespace System.ComponentModel





reply via email to

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