#include <MNPipeNotifier.h>
Inheritance diagram for PipeNotifier< T >:
Public Types | |
typedef void(T::* | callback )() |
Public Member Functions | |
PipeNotifier (T *client, callback wokenup, callback closedown) | |
virtual void | wokenUp () |
virtual void | closedDown () |
Public Attributes | |
T * | _client |
report signales to this object | |
callback | _wokenup |
callback | _closedown |
|
|
|
|
|
Reimplemented from MNPipeNotifier.
|
|
Reimplemented from MNPipeNotifier.
|
|
report signales to this object
|
|
|
|
|