/[H7]/branches/linux-serial/SlipSerial.h
ViewVC logotype

Diff of /branches/linux-serial/SlipSerial.h

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

revision 61 by torben, Mon Feb 5 10:10:18 2007 UTC revision 62 by torben, Tue Feb 6 14:01:26 2007 UTC
# Line 8  Line 8 
8  #include "Serial.h"  #include "Serial.h"
9    
10  #include <vector>  #include <vector>
11    #include <string>
12    #include <stdexcept>
13    
14    
15    class timeout_error : std::runtime_error
16    {
17    public:
18            timeout_error(const std::string& arg)
19                    : runtime_error(arg) {}
20    };
21    
22  class CSlipSerial :  class CSlipSerial :
23          public CSerial          public CSerial

Legend:
Removed from v.61  
changed lines
  Added in v.62

  ViewVC Help
Powered by ViewVC 1.1.20