mirror of
https://github.com/stefanocasazza/ULib.git
synced 2025-09-28 19:05:55 +08:00
Update event_fd.h
This commit is contained in:
parent
49f042f8eb
commit
9411e020aa
|
@ -87,7 +87,8 @@ public:
|
|||
}
|
||||
|
||||
// method VIRTUAL to define
|
||||
|
||||
|
||||
virtual int handlerConnect() { return U_NOTIFIER_DELETE; }
|
||||
virtual int handlerRead() { return U_NOTIFIER_DELETE; }
|
||||
virtual int handlerWrite() { return U_NOTIFIER_DELETE; }
|
||||
virtual int handlerTimeout() { return U_NOTIFIER_DELETE; }
|
||||
|
|
Loading…
Reference in New Issue
Block a user