1
0
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:
Victor Stewart 2020-05-21 18:58:16 -04:00 committed by GitHub
parent 49f042f8eb
commit 9411e020aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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; }