summaryrefslogtreecommitdiff
path: root/src/bitz/options_request_handler.cpp
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2015-12-14 06:48:14 +0100
committerJörg Frings-Fürst <debian@jff-webhosting.net>2015-12-14 06:48:14 +0100
commita55a225899dbd47dd4238adf3a49f62846cb87f9 (patch)
tree7c21e99f90be9f073462cf46beca2e0fb936436a /src/bitz/options_request_handler.cpp
parentfcff49a7ca1f5a8b3813b83cbc578ac6426820fd (diff)
Imported Upstream version 1.0.0upstream/1.0.0
Diffstat (limited to 'src/bitz/options_request_handler.cpp')
-rw-r--r--src/bitz/options_request_handler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bitz/options_request_handler.cpp b/src/bitz/options_request_handler.cpp
index 6872b5c..81def32 100644
--- a/src/bitz/options_request_handler.cpp
+++ b/src/bitz/options_request_handler.cpp
@@ -26,7 +26,7 @@ namespace bitz {
OptionsRequestHandler::~OptionsRequestHandler() { }
- icap::Response * OptionsRequestHandler::process( icap::RequestHeader * req_header, socketlibrary::TCPSocket * socket ) throw() {
+ icap::Response * OptionsRequestHandler::process( icap::RequestHeader * req_header, psocksxx::iosockstream * socket ) throw() {
icap::ResponseHeader * header;
icap::Response * response;