--- trunk/H7 Server/TcpClientClass.h 2007/01/31 17:32:22 34 +++ trunk/H7 Server/TcpClientClass.h 2007/02/01 07:39:56 35 @@ -9,6 +9,10 @@ public: bool isClosed; + short mLed3, mLed4, mLed5; + short mSw2, mSw3; + short mTemp, mPot; + TcpClientClass(void); ~TcpClientClass(void); virtual void OnReceive(int nErrorCode);