Ignore:
Timestamp:
02/09/13 08:59:10 (11 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
Phase:
public
Message:

Fixed problems with detecting a broken connection

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/client/c/hu/varadiistvan/xplra/XPlane.h

    r26 r30  
    280280    /**
    281281     * Read and check the result.  If it signifies an error,
    282      * throw a ProtocolException with the correct error code.
    283      */
    284     void checkResult() throw(ProtocolException);
     282     * throw a ProtocolException with the correct error code. If there
     283     * is some problem with the stream, an IOException is thrown.
     284     */
     285    void checkResult() throw(ProtocolException, IOException);
    285286
    286287    /**
Note: See TracChangeset for help on using the changeset viewer.