input/InputStream: update API documentation
This commit is contained in:
parent
d651d1abfd
commit
4b78038b41
|
@ -56,9 +56,8 @@ public:
|
||||||
|
|
||||||
private:
|
private:
|
||||||
/**
|
/**
|
||||||
* A cond that gets signalled when the state of this object
|
* An (optional) object which gets receives events from this
|
||||||
* changes from the I/O thread. The client of this object may
|
* #InputStream.
|
||||||
* wait on it.
|
|
||||||
*
|
*
|
||||||
* This object is allocated by the client, and the client is
|
* This object is allocated by the client, and the client is
|
||||||
* responsible for freeing it.
|
* responsible for freeing it.
|
||||||
|
|
Loading…
Reference in New Issue