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

Diff of /branches/linux-serial/server/serverthread.h

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

revision 68 by torben, Tue Feb 6 23:37:39 2007 UTC revision 69 by torben, Wed Feb 7 00:24:04 2007 UTC
# Line 1  Line 1 
1  #pragma once  #pragma once
2    
3  #include <list>  #include <list>
4    #include <string>
5  #include <cppsocket/tcpconnection.h>  #include <cppsocket/tcpconnection.h>
6  #include "thread.h"  #include "thread.h"
7    
8  class ServerThread : public Thread  class ServerThread : public Thread
9  {  {
10                  std::list<CPPSocket::TCPConnection*> mClients;          std::list<CPPSocket::TCPConnection*> mClients;
11            void parsePackage(std::string str);
12  public:  public:
13          ServerThread();          ServerThread();
14          virtual ~ServerThread();          virtual ~ServerThread();

Legend:
Removed from v.68  
changed lines
  Added in v.69

  ViewVC Help
Powered by ViewVC 1.1.20