// Smersh // // Douglas Thrift // // $Id$ #include "Redirector.hpp" int Redirector::handle(Client* client) { ios::InputOutputStreamBufAdapter adapter(client->socket); iostream socket(&adapter); // delete client; }