/[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 69 by torben, Wed Feb 7 00:24:04 2007 UTC revision 70 by torben, Wed Feb 7 08:03:48 2007 UTC
# Line 8  Line 8 
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);          void parsePackage(std::string str, CPPSocket::TCPConnection& conn);
12  public:  public:
13          ServerThread();          ServerThread();
14          virtual ~ServerThread();          virtual ~ServerThread();

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

  ViewVC Help
Powered by ViewVC 1.1.20