Ignore:
Timestamp:
02/03/13 13:46:17 (11 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
Phase:
public
Message:

Getting multiple values works

File:
1 edited

Legend:

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

    r18 r19  
    5353//------------------------------------------------------------------------------
    5454
    55 inline void XPlane::checkStream() throw(NotConnectedException, IOException)
     55void XPlane::checkStream() throw(NotConnectedException, IOException)
    5656{
    5757    if (stream==0) {
     
    9191//------------------------------------------------------------------------------
    9292
    93 inline void XPlane::checkResult() throw(ProtocolException)
     93void XPlane::checkResult() throw(ProtocolException)
    9494{
    9595    uint8_t result = stream->readU8();
Note: See TracChangeset for help on using the changeset viewer.