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

Comparing Smersh/Daemon.cpp (file contents):
Revision 204 by Douglas Thrift, 2004-07-13T21:43:09-07:00 vs.
Revision 205 by Douglas Thrift, 2004-09-01T02:31:03-07:00

# Line 175 | Line 175 | string Daemon::date(bool log)
175  
176   int Daemon::handle(Client* client)
177   {
178 <        ios::InputOutputStreamBufAdapter adapter(client->socket);
179 <        iostream sio(&adapter);
178 >        ios::ToIoStream sio(&client->socket, &client->socket);
179          Environment env;
180          stringstream post;
181          ostringstream log;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines