This commit is contained in:
Andreas Volz 2010-08-11 22:31:37 +02:00
parent 1dcda93a6d
commit a416700e44

View file

@ -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 () {};