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/IO ErrorEventArgs.cs,1.1,1.2 E


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnetlib/System/IO ErrorEventArgs.cs,1.1,1.2 ErrorEventHandler.cs,1.1,1.2 FileSystemEventArgs.cs,1.1,1.2 FileSystemEventHandler.cs,1.1,1.2 FileSystemWatcher.cs,1.2,1.3 IODescriptionAttribute.cs,1.1,1.2 InternalBufferOverflowException.cs,1.3,1.4 NotifyFilters.cs,1.1,1.2 RenamedEventArgs.cs,1.1,1.2 RenamedEventHandler.cs,1.1,1.2 WaitForChangedResult.cs,1.1,1.2 WatcherChangeTypes.cs,1.1,1.2
Date: Thu, 29 May 2003 01:38:21 -0400

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

Modified Files:
        ErrorEventArgs.cs ErrorEventHandler.cs FileSystemEventArgs.cs 
        FileSystemEventHandler.cs FileSystemWatcher.cs 
        IODescriptionAttribute.cs InternalBufferOverflowException.cs 
        NotifyFilters.cs RenamedEventArgs.cs RenamedEventHandler.cs 
        WaitForChangedResult.cs WatcherChangeTypes.cs 
Log Message:


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


Index: ErrorEventArgs.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/System/IO/ErrorEventArgs.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** ErrorEventArgs.cs   24 May 2003 04:20:13 -0000      1.1
--- ErrorEventArgs.cs   29 May 2003 05:38:18 -0000      1.2
***************
*** 23,27 ****
  {
  
! #if !ECMA_COMPAT
  
  public class ErrorEventArgs : EventArgs
--- 23,27 ----
  {
  
! #if CONFIG_WIN32_SPECIFICS
  
  public class ErrorEventArgs : EventArgs
***************
*** 44,48 ****
  }; // class ErrorEventArgs
  
! #endif // !ECMA_COMPAT
  
  }; // namespace System.IO
--- 44,48 ----
  }; // class ErrorEventArgs
  
! #endif // CONFIG_WIN32_SPECIFICS
  
  }; // namespace System.IO

Index: ErrorEventHandler.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/System/IO/ErrorEventHandler.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** ErrorEventHandler.cs        24 May 2003 04:20:13 -0000      1.1
--- ErrorEventHandler.cs        29 May 2003 05:38:18 -0000      1.2
***************
*** 23,32 ****
  {
  
! #if !ECMA_COMPAT
  
  [Serializable]
  public delegate void ErrorEventHandler(Object sender, ErrorEventArgs e);
  
! #endif // !ECMA_COMPAT
  
  }; // namespace System.IO
--- 23,32 ----
  {
  
! #if CONFIG_WIN32_SPECIFICS
  
  [Serializable]
  public delegate void ErrorEventHandler(Object sender, ErrorEventArgs e);
  
! #endif // CONFIG_WIN32_SPECIFICS
  
  }; // namespace System.IO

Index: FileSystemEventArgs.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/System/IO/FileSystemEventArgs.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** FileSystemEventArgs.cs      24 May 2003 04:20:13 -0000      1.1
--- FileSystemEventArgs.cs      29 May 2003 05:38:18 -0000      1.2
***************
*** 23,27 ****
  {
  
! #if !ECMA_COMPAT
  
  public class FileSystemEventArgs : EventArgs
--- 23,27 ----
  {
  
! #if CONFIG_WIN32_SPECIFICS
  
  public class FileSystemEventArgs : EventArgs
***************
*** 78,82 ****
  }; // class FileSystemEventArgs
  
! #endif // !ECMA_COMPAT
  
  }; // namespace System.IO
--- 78,82 ----
  }; // class FileSystemEventArgs
  
! #endif // CONFIG_WIN32_SPECIFICS
  
  }; // namespace System.IO

Index: FileSystemEventHandler.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/System/IO/FileSystemEventHandler.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** FileSystemEventHandler.cs   24 May 2003 04:20:13 -0000      1.1
--- FileSystemEventHandler.cs   29 May 2003 05:38:18 -0000      1.2
***************
*** 23,27 ****
  {
  
! #if !ECMA_COMPAT
  
  [Serializable]
--- 23,27 ----
  {
  
! #if CONFIG_WIN32_SPECIFICS
  
  [Serializable]
***************
*** 29,33 ****
                        (Object sender, FileSystemEventArgs e);
  
! #endif // !ECMA_COMPAT
  
  }; // namespace System.IO
--- 29,33 ----
                        (Object sender, FileSystemEventArgs e);
  
! #endif // CONFIG_WIN32_SPECIFICS
  
  }; // namespace System.IO

Index: FileSystemWatcher.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/System/IO/FileSystemWatcher.cs,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** FileSystemWatcher.cs        26 May 2003 00:06:33 -0000      1.2
--- FileSystemWatcher.cs        29 May 2003 05:38:18 -0000      1.3
***************
*** 23,27 ****
  {
  
! #if !ECMA_COMPAT
  
  using System.ComponentModel;
--- 23,27 ----
  {
  
! #if CONFIG_WIN32_SPECIFICS && CONFIG_COMPONENT_MODEL
  
  using System.ComponentModel;
***************
*** 306,310 ****
  }; // class FileSystemWatcher
  
! #endif // !ECMA_COMPAT
  
  }; // namespace System.IO
--- 306,310 ----
  }; // class FileSystemWatcher
  
! #endif // CONFIG_WIN32_SPECIFICS && CONFIG_COMPONENT_MODEL
  
  }; // namespace System.IO

Index: IODescriptionAttribute.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/System/IO/IODescriptionAttribute.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** IODescriptionAttribute.cs   24 May 2003 04:20:13 -0000      1.1
--- IODescriptionAttribute.cs   29 May 2003 05:38:18 -0000      1.2
***************
*** 23,27 ****
  {
  
! #if !ECMA_COMPAT
  
  using System.ComponentModel;
--- 23,27 ----
  {
  
! #if CONFIG_WIN32_SPECIFICS
  
  using System.ComponentModel;
***************
*** 45,49 ****
  }; // class IODescriptionAttribute
  
! #endif // !ECMA_COMPAT
  
  }; // namespace System.IO
--- 45,49 ----
  }; // class IODescriptionAttribute
  
! #endif // CONFIG_WIN32_SPECIFICS
  
  }; // namespace System.IO

Index: InternalBufferOverflowException.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/System/IO/InternalBufferOverflowException.cs,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** InternalBufferOverflowException.cs  26 May 2003 04:41:20 -0000      1.3
--- InternalBufferOverflowException.cs  29 May 2003 05:38:18 -0000      1.4
***************
*** 23,27 ****
  {
  
! #if !ECMA_COMPAT
  
  using System.Runtime.Serialization;
--- 23,27 ----
  {
  
! #if CONFIG_WIN32_SPECIFICS
  
  using System.Runtime.Serialization;
***************
*** 45,49 ****
  }; // class InternalBufferOverflowException
  
! #endif // !ECMA_COMPAT
  
  }; // namespace System.IO
--- 45,49 ----
  }; // class InternalBufferOverflowException
  
! #endif // CONFIG_WIN32_SPECIFICS
  
  }; // namespace System.IO

Index: NotifyFilters.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/System/IO/NotifyFilters.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** NotifyFilters.cs    24 May 2003 04:20:13 -0000      1.1
--- NotifyFilters.cs    29 May 2003 05:38:18 -0000      1.2
***************
*** 23,27 ****
  {
  
! #if !ECMA_COMPAT
  
  [Flags]
--- 23,27 ----
  {
  
! #if CONFIG_WIN32_SPECIFICS
  
  [Flags]
***************
*** 39,43 ****
  }; // enum NotifyFilters
  
! #endif // !ECMA_COMPAT
  
  }; // namespace System.IO
--- 39,43 ----
  }; // enum NotifyFilters
  
! #endif // CONFIG_WIN32_SPECIFICS
  
  }; // namespace System.IO

Index: RenamedEventArgs.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/System/IO/RenamedEventArgs.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** RenamedEventArgs.cs 24 May 2003 04:20:13 -0000      1.1
--- RenamedEventArgs.cs 29 May 2003 05:38:18 -0000      1.2
***************
*** 23,27 ****
  {
  
! #if !ECMA_COMPAT
  
  public class RenamedEventArgs : FileSystemEventArgs
--- 23,27 ----
  {
  
! #if CONFIG_WIN32_SPECIFICS
  
  public class RenamedEventArgs : FileSystemEventArgs
***************
*** 69,73 ****
  }; // class RenamedEventArgs
  
! #endif // !ECMA_COMPAT
  
  }; // namespace System.IO
--- 69,73 ----
  }; // class RenamedEventArgs
  
! #endif // CONFIG_WIN32_SPECIFICS
  
  }; // namespace System.IO

Index: RenamedEventHandler.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/System/IO/RenamedEventHandler.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** RenamedEventHandler.cs      24 May 2003 04:20:13 -0000      1.1
--- RenamedEventHandler.cs      29 May 2003 05:38:18 -0000      1.2
***************
*** 23,27 ****
  {
  
! #if !ECMA_COMPAT
  
  [Serializable]
--- 23,27 ----
  {
  
! #if CONFIG_WIN32_SPECIFICS
  
  [Serializable]
***************
*** 29,33 ****
                        (Object sender, RenamedEventArgs e);
  
! #endif // !ECMA_COMPAT
  
  }; // namespace System.IO
--- 29,33 ----
                        (Object sender, RenamedEventArgs e);
  
! #endif // CONFIG_WIN32_SPECIFICS
  
  }; // namespace System.IO

Index: WaitForChangedResult.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/System/IO/WaitForChangedResult.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** WaitForChangedResult.cs     24 May 2003 04:20:13 -0000      1.1
--- WaitForChangedResult.cs     29 May 2003 05:38:18 -0000      1.2
***************
*** 23,27 ****
  {
  
! #if !ECMA_COMPAT
  
  public struct WaitForChangedResult
--- 23,27 ----
  {
  
! #if CONFIG_WIN32_SPECIFICS
  
  public struct WaitForChangedResult
***************
*** 91,95 ****
  }; // struct WaitForChangedResult
  
! #endif // !ECMA_COMPAT
  
  }; // namespace System.IO
--- 91,95 ----
  }; // struct WaitForChangedResult
  
! #endif // CONFIG_WIN32_SPECIFICS
  
  }; // namespace System.IO

Index: WatcherChangeTypes.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/System/IO/WatcherChangeTypes.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** WatcherChangeTypes.cs       24 May 2003 04:20:13 -0000      1.1
--- WatcherChangeTypes.cs       29 May 2003 05:38:18 -0000      1.2
***************
*** 23,27 ****
  {
  
! #if !ECMA_COMPAT
  
  [Flags]
--- 23,27 ----
  {
  
! #if CONFIG_WIN32_SPECIFICS
  
  [Flags]
***************
*** 36,40 ****
  }; // enum WatcherChangeTypes
  
! #endif // !ECMA_COMPAT
  
  }; // namespace System.IO
--- 36,40 ----
  }; // enum WatcherChangeTypes
  
! #endif // CONFIG_WIN32_SPECIFICS
  
  }; // namespace System.IO





reply via email to

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