/[H7]/branches/linux-serial/H7Serial.cpp
ViewVC logotype

Diff of /branches/linux-serial/H7Serial.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 46 by torben, Sun Feb 4 23:11:02 2007 UTC revision 54 by torben, Mon Feb 5 10:10:18 2007 UTC
# Line 1  Line 1 
1    
2  #ifdef _WINDOWS  #include "stdafx.h"
 #include "StdAfx.h"  
 #endif  
3    
4  #include "H7Serial.h"  #include "H7Serial.h"
5  #include <stdexcept>  #include <stdexcept>
# Line 12  CH7Serial::CH7Serial(void) Line 10  CH7Serial::CH7Serial(void)
10  {  {
11  }  }
12    
13  CH7Serial::CH7Serial(char* port, int bitrate)  CH7Serial::CH7Serial(char* port, Baudrate bitrate)
14  : CSlipSerial(port, bitrate)  : CSlipSerial(port, bitrate)
15  {  {
16  }  }

Legend:
Removed from v.46  
changed lines
  Added in v.54

  ViewVC Help
Powered by ViewVC 1.1.20