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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 67 - (show annotations) (download)
Tue Feb 6 23:37:39 2007 UTC (17 years, 3 months ago) by torben
File MIME type: text/plain
File size: 249 byte(s)
Added some more of the H7 linux server - now it basically works :)


1 #pragma once
2
3 #include <list>
4 #include <cppsocket/tcpconnection.h>
5 #include "thread.h"
6
7 class ServerThread : public Thread
8 {
9 std::list<CPPSocket::TCPConnection*> mClients;
10 public:
11 ServerThread();
12 virtual ~ServerThread();
13
14 void operator()();
15 };

  ViewVC Help
Powered by ViewVC 1.1.20