minor
This commit is contained in:
parent
1dcda93a6d
commit
a416700e44
1 changed files with 2 additions and 2 deletions
|
@ -70,7 +70,7 @@ public:
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
* Simply write one single byte into the pipe. This is a shortcut
|
* Simply write one single byte into the pipe. This is a shortcut
|
||||||
* if there's really no data to transport, but to actvate the handler.
|
* if there's really no data to transport, but to activate the handler.
|
||||||
*/
|
*/
|
||||||
void signal();
|
void signal();
|
||||||
|
|
||||||
|
@ -80,7 +80,7 @@ private:
|
||||||
int fd_read;
|
int fd_read;
|
||||||
const void *data;
|
const void *data;
|
||||||
|
|
||||||
// allow construction only in BusDipatcher
|
// allow construction only in BusDispatcher
|
||||||
Pipe () {};
|
Pipe () {};
|
||||||
~Pipe () {};
|
~Pipe () {};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue