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

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

[Dotgnu-pnet-commits] pnetlib/System/IO/Ports Handshake.cs, 1.1, 1.2 Par


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] pnetlib/System/IO/Ports Handshake.cs, 1.1, 1.2 Parity.cs, 1.1, 1.2 SerialErrorEventArgs.cs, 1.1, 1.2 SerialErrorEventHandler.cs, 1.1, 1.2 SerialErrors.cs, 1.1, 1.2 SerialPinChangedEventArgs.cs, 1.1, 1.2 SerialPinChangedEventHandler.cs, 1.1, 1.2 SerialPinChanges.cs, 1.1, 1.2 SerialPort.cs, 1.3, 1.4 SerialReceived.cs, 1.1, 1.2 SerialReceivedEventArgs.cs, 1.1, 1.2 SerialReceivedEventHandler.cs, 1.1, 1.2 StopBits.cs, 1.1, 1.2
Date: Sun, 09 Nov 2003 21:45:39 +0000

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

Modified Files:
        Handshake.cs Parity.cs SerialErrorEventArgs.cs 
        SerialErrorEventHandler.cs SerialErrors.cs 
        SerialPinChangedEventArgs.cs SerialPinChangedEventHandler.cs 
        SerialPinChanges.cs SerialPort.cs SerialReceived.cs 
        SerialReceivedEventArgs.cs SerialReceivedEventHandler.cs 
        StopBits.cs 
Log Message:


Mark up 1.2 features properly in the code.


Index: SerialPort.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/System/IO/Ports/SerialPort.cs,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** SerialPort.cs       8 Nov 2003 11:34:34 -0000       1.3
--- SerialPort.cs       9 Nov 2003 21:45:37 -0000       1.4
***************
*** 29,33 ****
  using Platform;
  
- // Framework 1.2
  public class SerialPort
  #if CONFIG_COMPONENT_MODEL
--- 29,32 ----

Index: SerialErrorEventArgs.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/System/IO/Ports/SerialErrorEventArgs.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** SerialErrorEventArgs.cs     4 Nov 2003 07:00:27 -0000       1.1
--- SerialErrorEventArgs.cs     9 Nov 2003 21:45:37 -0000       1.2
***************
*** 25,29 ****
  #if CONFIG_SERIAL_PORTS
  
- // Framework 1.2
  public class SerialErrorEventArgs : EventArgs
  {
--- 25,28 ----

Index: SerialReceived.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/System/IO/Ports/SerialReceived.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** SerialReceived.cs   4 Nov 2003 07:00:27 -0000       1.1
--- SerialReceived.cs   9 Nov 2003 21:45:37 -0000       1.2
***************
*** 25,29 ****
  #if CONFIG_SERIAL_PORTS
  
- // Framework 1.2
  public enum SerialReceived
  {
--- 25,28 ----

Index: Handshake.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/System/IO/Ports/Handshake.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** Handshake.cs        4 Nov 2003 07:00:27 -0000       1.1
--- Handshake.cs        9 Nov 2003 21:45:37 -0000       1.2
***************
*** 24,28 ****
  #if CONFIG_SERIAL_PORTS
  
- // Framework 1.2
  public enum Handshake
  {
--- 24,27 ----

Index: StopBits.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/System/IO/Ports/StopBits.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** StopBits.cs 4 Nov 2003 07:00:27 -0000       1.1
--- StopBits.cs 9 Nov 2003 21:45:37 -0000       1.2
***************
*** 24,28 ****
  #if CONFIG_SERIAL_PORTS
  
- // Framework 1.2
  public enum StopBits
  {
--- 24,27 ----

Index: SerialErrorEventHandler.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/System/IO/Ports/SerialErrorEventHandler.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** SerialErrorEventHandler.cs  4 Nov 2003 07:00:27 -0000       1.1
--- SerialErrorEventHandler.cs  9 Nov 2003 21:45:37 -0000       1.2
***************
*** 25,29 ****
  #if CONFIG_SERIAL_PORTS
  
- // Framework 1.2
  public delegate void SerialErrorEventHandler
                        (Object sender, SerialErrorEventArgs e);
--- 25,28 ----

Index: SerialPinChanges.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/System/IO/Ports/SerialPinChanges.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** SerialPinChanges.cs 4 Nov 2003 07:00:27 -0000       1.1
--- SerialPinChanges.cs 9 Nov 2003 21:45:37 -0000       1.2
***************
*** 25,29 ****
  #if CONFIG_SERIAL_PORTS
  
- // Framework 1.2
  public enum SerialPinChanges
  {
--- 25,28 ----

Index: SerialErrors.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/System/IO/Ports/SerialErrors.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** SerialErrors.cs     4 Nov 2003 07:00:27 -0000       1.1
--- SerialErrors.cs     9 Nov 2003 21:45:37 -0000       1.2
***************
*** 25,29 ****
  #if CONFIG_SERIAL_PORTS
  
- // Framework 1.2
  public enum SerialErrors
  {
--- 25,28 ----

Index: SerialPinChangedEventArgs.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/System/IO/Ports/SerialPinChangedEventArgs.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** SerialPinChangedEventArgs.cs        4 Nov 2003 07:00:27 -0000       1.1
--- SerialPinChangedEventArgs.cs        9 Nov 2003 21:45:37 -0000       1.2
***************
*** 25,29 ****
  #if CONFIG_SERIAL_PORTS
  
- // Framework 1.2
  public class SerialPinChangedEventArgs : EventArgs
  {
--- 25,28 ----

Index: Parity.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/System/IO/Ports/Parity.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** Parity.cs   4 Nov 2003 07:00:27 -0000       1.1
--- Parity.cs   9 Nov 2003 21:45:37 -0000       1.2
***************
*** 24,28 ****
  #if CONFIG_SERIAL_PORTS
  
- // Framework 1.2
  public enum Parity
  {
--- 24,27 ----

Index: SerialPinChangedEventHandler.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/System/IO/Ports/SerialPinChangedEventHandler.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** SerialPinChangedEventHandler.cs     4 Nov 2003 07:00:27 -0000       1.1
--- SerialPinChangedEventHandler.cs     9 Nov 2003 21:45:37 -0000       1.2
***************
*** 25,29 ****
  #if CONFIG_SERIAL_PORTS
  
- // Framework 1.2
  public delegate void SerialPinChangedEventHandler
                        (Object sender, SerialPinChangedEventArgs e);
--- 25,28 ----

Index: SerialReceivedEventArgs.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/System/IO/Ports/SerialReceivedEventArgs.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** SerialReceivedEventArgs.cs  4 Nov 2003 07:00:27 -0000       1.1
--- SerialReceivedEventArgs.cs  9 Nov 2003 21:45:37 -0000       1.2
***************
*** 25,29 ****
  #if CONFIG_SERIAL_PORTS
  
- // Framework 1.2
  public class SerialReceivedEventArgs : EventArgs
  {
--- 25,28 ----

Index: SerialReceivedEventHandler.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/System/IO/Ports/SerialReceivedEventHandler.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** SerialReceivedEventHandler.cs       4 Nov 2003 07:00:27 -0000       1.1
--- SerialReceivedEventHandler.cs       9 Nov 2003 21:45:37 -0000       1.2
***************
*** 25,29 ****
  #if CONFIG_SERIAL_PORTS
  
- // Framework 1.2
  public delegate void SerialReceivedEventHandler
                        (Object sender, SerialReceivedEventArgs e);
--- 25,28 ----





reply via email to

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