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 182 by Douglas Thrift, 2004-07-03T06:52:04-07:00 vs.
Revision 205 by Douglas Thrift, 2004-09-01T02:31:03-07:00

# Line 8 | Line 8
8  
9   int Redirector::handle(Client* client)
10   {
11 <        ios::InputOutputStreamBufAdapter adapter(client->socket);
12 <        iostream sio(&adapter);
11 >        ios::ToIoStream sio(&client->socket, &client->socket);
12          Environment env;
13          stringstream post;
14          ostringstream log;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines