From 4e488cb54d72fb4a1caa580f6756a6f4687beaf6 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Tue, 2 Mar 2021 05:39:12 +0000 Subject: Refactor classbase/CullResult into Cullable/Cullable::Result. --- src/inspsocket.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/inspsocket.cpp') diff --git a/src/inspsocket.cpp b/src/inspsocket.cpp index 74c4d5283..e9f4b0131 100644 --- a/src/inspsocket.cpp +++ b/src/inspsocket.cpp @@ -132,10 +132,10 @@ void StreamSocket::Close(bool writeblock) Close(); } -CullResult StreamSocket::cull() +Cullable::Result StreamSocket::Cull() { Close(); - return EventHandler::cull(); + return EventHandler::Cull(); } int StreamSocket::HookChainRead(IOHook* hook, std::string& rq) -- cgit v1.3.1-10-gc9f91