Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/mcs
diff options
context:
space:
mode:
authorCarlos Alberto Cortez <calberto.cortez@gmail.com>2006-02-28 11:38:29 +0300
committerCarlos Alberto Cortez <calberto.cortez@gmail.com>2006-02-28 11:38:29 +0300
commitbf06a9b5be67891dc18d365e8576e3eb572b33f8 (patch)
treef30f5d5b4a1ddcb8e6271c9246cebd39af9dde79 /mcs
parent87f82f506d15ed750b04695583a0f5b571ec0a93 (diff)
2006-02-28 Carlos Alberto Cortez <calberto.cortez@gmail.com>
* System.dll.sources: Forgot to add inside System.IO.Ports: SerialData.cs, SerialError.cs, SerialPinChange.cs svn path=/trunk/mcs/; revision=57384
Diffstat (limited to 'mcs')
-rw-r--r--mcs/class/System/ChangeLog5
-rw-r--r--mcs/class/System/System.dll.sources3
2 files changed, 8 insertions, 0 deletions
diff --git a/mcs/class/System/ChangeLog b/mcs/class/System/ChangeLog
index 00e8188d4d7..0db8e766b44 100644
--- a/mcs/class/System/ChangeLog
+++ b/mcs/class/System/ChangeLog
@@ -1,3 +1,8 @@
+2006-02-28 Carlos Alberto Cortez <calberto.cortez@gmail.com>
+
+ * System.dll.sources: Forgot to add inside System.IO.Ports:
+ SerialData.cs, SerialError.cs, SerialPinChange.cs
+
2006-02-22 Kornél Pál <kornelpal@hotmail.com>
* System.dll.sources: Added System.IO.Ports.SerialPortStream.cs
diff --git a/mcs/class/System/System.dll.sources b/mcs/class/System/System.dll.sources
index 95b7657dc09..9190a0f48a6 100644
--- a/mcs/class/System/System.dll.sources
+++ b/mcs/class/System/System.dll.sources
@@ -482,7 +482,10 @@ System.IO/MonoIOError.cs
System.IO/NotifyFilters.cs
System.IO.Ports/Handshake.cs
System.IO.Ports/Parity.cs
+System.IO.Ports/SerialData.cs
+System.IO.Ports/SerialError.cs
System.IO.Ports/SerialErrorEventArgs.cs
+System.IO.Ports/SerialPinChange.cs
System.IO.Ports/SerialPinChangedEventArgs.cs
System.IO.Ports/SerialPort.cs
System.IO.Ports/SerialPortStream.cs