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

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

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

revision 57 by torben, Mon Feb 5 10:38:58 2007 UTC revision 58 by torben, Mon Feb 5 10:43:49 2007 UTC
# Line 7  Line 7 
7  #include <fcntl.h>  #include <fcntl.h>
8  #endif  #endif
9    
10    #include "stdafx.h"
11    #include "Serial.h"
12    
13  #include <stdexcept>  #include <stdexcept>
14  #include <string>  #include <string>
15  #include <sstream>  #include <sstream>
16    
17    
18  #ifdef DEBUG  #ifdef DEBUG
19  #include <iostream>  #include <iostream>
20  #include <iomanip>  #include <iomanip>
21  #endif  #endif
22    
23  #include "stdafx.h"  
 #include "Serial.h"  
24    
25    
26  std::string writeLastError()  std::string writeLastError()

Legend:
Removed from v.57  
changed lines
  Added in v.58

  ViewVC Help
Powered by ViewVC 1.1.20