ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/repos/Smersh/Redirector.cpp
(Generate patch)

Comparing Smersh/Redirector.cpp (file contents):
Revision 173 by Douglas Thrift, 2004-06-21T03:15:47-07:00 vs.
Revision 174 by Douglas Thrift, 2004-06-21T20:16:43-07:00

# Line 6 | Line 6
6  
7   #include "Redirector.hpp"
8  
9 < int Redirector::handle()
9 > int Redirector::handle(api::TcpSocket* client)
10   {
11 +        ios::InputOutputStreamBufAdapter adapter(*client);
12 +        iostream socket(&adapter);
13 +
14          //
15 +
16 +        delete client;
17   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines