/[H7]/trunk/H7 Server/H7Serial.h
ViewVC logotype

Diff of /trunk/H7 Server/H7Serial.h

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

revision 32 by torben, Wed Jan 31 08:41:26 2007 UTC revision 33 by hedin, Wed Jan 31 17:22:59 2007 UTC
# Line 1  Line 1 
1  #pragma once  #pragma once
2  #include "slipserial.h"  #include "slipserial.h"
3    #include "stdafx.h"
4    
5  class CH7Serial :  class CH7Serial :
6          public CSlipSerial          public CSlipSerial
7  {  {
8            CCriticalSection serialLock;
9  public:  public:
10          CH7Serial(void);          CH7Serial(void);
11          CH7Serial(char* port, int bitrate);          CH7Serial(char* port, int bitrate);

Legend:
Removed from v.32  
changed lines
  Added in v.33

  ViewVC Help
Powered by ViewVC 1.1.20