Remove whitespace, update email addresses and URLs.
[kodak.git] / serial.cpp
index 914c6f9d7a92ea749b4d8a42e49dcbcb67abd7d1..beb66c0ab7a28d7c9e4b17e74ca7add3c07357f0 100644 (file)
@@ -2,11 +2,11 @@
 //
 // File:     serial.cpp
 //
-// Module:   
+// Module:
 //
-// Synopsis: 
+// Synopsis:
 //
-// Copyright (C) 1999-2000 Scott Gasch <s[email protected].org>
+// Copyright (C) 1999-2000 Scott Gasch <scott@gasch.org>
 //
 // Created:  12 Jan 2000
 //
 //
 // Function:  CSerialPort
 //
-// Synopsis:  
+// Synopsis:
 //
 // Arguments: void
-//            
+//
 // Returns:   void
 //
 // History:   sgasch Created Header    12 Jan 2000
@@ -50,10 +50,10 @@ CSerialPort::CSerialPort(void)
 //
 // Function:  CSerialPort
 //
-// Synopsis:  
+// Synopsis:
 //
 // Arguments: char *szDevice
-//            
+//
 // Returns:   void
 //
 // History:   sgasch Created Header    12 Jan 2000
@@ -100,10 +100,10 @@ CSerialPort::CSerialPort(char *szDevice)
 //
 // Function:  CSerialPort
 //
-// Synopsis:  
+// Synopsis:
 //
 // Arguments: void
-//            
+//
 // Returns:   void
 //
 // History:   sgasch Created Header    12 Jan 2000
@@ -126,10 +126,10 @@ CSerialPort::~CSerialPort(void)
 //
 // Function:  SetTimeout
 //
-// Synopsis:  
+// Synopsis:
 //
 // Arguments: int iNewTimeout
-//            
+//
 // Returns:   void
 //
 // History:   sgasch Created Header    12 Jan 2000
@@ -145,10 +145,10 @@ void CSerialPort::SetTimeout(int iNewTimeout)
 //
 // Function:  GetTimeout
 //
-// Synopsis:  
+// Synopsis:
 //
 // Arguments: void
-//            
+//
 // Returns:   int
 //
 // History:   sgasch Created Header    12 Jan 2000
@@ -163,11 +163,11 @@ int CSerialPort::GetTimeout(void)
 //
 // Function:  Read
 //
-// Synopsis:  
+// Synopsis:
 //
 // Arguments: BYTE *buf,
 //            int iNumBytes
-//            
+//
 // Returns:   bool
 //
 // History:   sgasch Created Header    12 Jan 2000
@@ -250,11 +250,11 @@ bool CSerialPort::Read(BYTE *buf, int iNumBytes)
 //
 // Function:  Write
 //
-// Synopsis:  
+// Synopsis:
 //
 // Arguments: BYTE *buf,
 //            int iNumBytes
-//            
+//
 // Returns:   bool
 //
 // History:   sgasch Created Header    12 Jan 2000
@@ -333,10 +333,10 @@ bool CSerialPort::Write(BYTE *buf, int iNumBytes)
 //
 // Function:  SetBaudrate
 //
-// Synopsis:  
+// Synopsis:
 //
 // Arguments: int iBps
-//            
+//
 // Returns:   bool
 //
 // History:   sgasch Created Header    12 Jan 2000
@@ -433,10 +433,10 @@ bool CSerialPort::SetBaudrate(int iBps)
 //
 // Function:  GetBaudrate
 //
-// Synopsis:  
+// Synopsis:
 //
 // Arguments: void
-//            
+//
 // Returns:   int
 //
 // History:   sgasch Created Header    12 Jan 2000
@@ -451,10 +451,10 @@ int CSerialPort::GetBaudrate(void)
 //
 // Function:  SetupLine (private)
 //
-// Synopsis:  
+// Synopsis:
 //
 // Arguments: char *szDevice
-//            
+//
 // Returns:   bool
 //
 // History:   sgasch Created Header    12 Jan 2000