event/ServerSocket: make OnAccept() noexcept
This commit is contained in:
@@ -122,7 +122,7 @@ public:
|
||||
|
||||
protected:
|
||||
virtual void OnAccept(UniqueSocketDescriptor fd,
|
||||
SocketAddress address, int uid) = 0;
|
||||
SocketAddress address, int uid) noexcept = 0;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user