33 #ifndef CXIMAGESERVER_H_
34 #define CXIMAGESERVER_H_
36 #include "cxGrabberExport.h"
41 #include "boost/shared_ptr.hpp"
45 typedef boost::shared_ptr<class Streamer>
StreamerPtr;
62 bool startListen(
int port);
63 static void printHelpText();
64 static QString getArgumentHelpText(QString applicationName);
67 void incomingConnection(qintptr socketDescriptor);
69 void socketDisconnectedSlot();
72 QPointer<QTcpSocket> mSocket;
boost::shared_ptr< class Streamer > StreamerPtr