/[H7]/trunk/H7 Server/TcpClientClass.cpp
ViewVC logotype

Diff of /trunk/H7 Server/TcpClientClass.cpp

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

revision 64 by hedin, Thu Feb 1 13:49:01 2007 UTC revision 65 by hedin, Tue Feb 6 16:44:32 2007 UTC
# Line 58  void TcpClientClass::OnReceive(int nErro Line 58  void TcpClientClass::OnReceive(int nErro
58                          parent->H7Serial.writeTarget(LED5,ON);                          parent->H7Serial.writeTarget(LED5,ON);
59                          break;                          break;
60                  case 100:                  case 100:
61                          SendReply(); // <--                          SendReply();
62                          break;                          break;
63                  }                  }
64                  Sleep(10);                  Sleep(10);
# Line 79  void TcpClientClass::SendReply(void) Line 79  void TcpClientClass::SendReply(void)
79                  CH7ServerDlg* parent = (CH7ServerDlg*) AfxGetMainWnd();                  CH7ServerDlg* parent = (CH7ServerDlg*) AfxGetMainWnd();
80    
81                  CString output;                  CString output;
                 short Tmp;  
82                  CString format;                  CString format;
83                  const int timer = 10;                  const int timer = 10;
84    

Legend:
Removed from v.64  
changed lines
  Added in v.65

  ViewVC Help
Powered by ViewVC 1.1.20