Changeset 30:1dde7e03353f in xplcommon for src/xplcommon/BlockingStream.h


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

A little cleanup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/xplcommon/BlockingStream.h

    r29 r30  
    119119     */
    120120    bool flush();
     121
     122private:
     123    /**
     124     * Fill the buffer with data from the stream.
     125     */
     126    bool fill();
    121127};
    122128
Note: See TracChangeset for help on using the changeset viewer.