QTfrontend/net/tcpBase.h
changeset 8310 a98c349bc06b
parent 8070 66bc20d089fc
child 8363 0b4ac686fc44
child 9080 9b42757d7e71
equal deleted inserted replaced
8309:edcfb5e43245 8310:a98c349bc06b
    79         void StartProcessError(QProcess::ProcessError error);
    79         void StartProcessError(QProcess::ProcessError error);
    80 
    80 
    81         void tcpServerReady();
    81         void tcpServerReady();
    82 };
    82 };
    83 
    83 
       
    84 #ifdef HWLIBRARY
       
    85 class EngineInstance : public QObject
       
    86 {
       
    87     Q_OBJECT
       
    88 public:
       
    89     EngineInstance(QObject *parent = 0);
       
    90     ~EngineInstance();
       
    91 
       
    92     int port;
       
    93 public slots:
       
    94     void start(void);
       
    95 signals:
       
    96     void finished(void);
       
    97 private:
       
    98 };
       
    99 #endif
       
   100 
    84 #endif // _TCPBASE_INCLUDED
   101 #endif // _TCPBASE_INCLUDED