QTfrontend/net/tcpBase.h
changeset 8069 bb7671829935
parent 7289 835bb2852579
child 8070 66bc20d089fc
equal deleted inserted replaced
8068:b35427506169 8069:bb7671829935
    39 
    39 
    40     public:
    40     public:
    41         TCPBase(bool demoMode);
    41         TCPBase(bool demoMode);
    42         virtual ~TCPBase();
    42         virtual ~TCPBase();
    43 
    43 
       
    44         virtual bool couldBeRemoved();
       
    45 
    44     signals:
    46     signals:
    45         void isReadyNow();
    47         void isReadyNow();
    46 
    48 
    47     protected:
    49     protected:
       
    50         bool m_hasStarted;
    48         quint16 ipc_port;
    51         quint16 ipc_port;
    49 
    52 
    50         void Start();
    53         void Start(bool couldCancelPreviousRequest);
    51 
    54 
    52         QByteArray readbuffer;
    55         QByteArray readbuffer;
    53 
    56 
    54         QByteArray toSendBuf;
    57         QByteArray toSendBuf;
    55         QByteArray demo;
    58         QByteArray demo;