Revision: | 174 |
Committed: | 2004-06-21T20:16:43-07:00 (21 years ago) by Douglas Thrift |
File size: | 223 byte(s) |
Log Message: | More wow! Thanks to Jay! |
# | Content |
---|---|
1 | // Smersh |
2 | // |
3 | // Douglas Thrift |
4 | // |
5 | // $Id$ |
6 | |
7 | #include "Redirector.hpp" |
8 | |
9 | int Redirector::handle(api::TcpSocket* client) |
10 | { |
11 | ios::InputOutputStreamBufAdapter adapter(*client); |
12 | iostream socket(&adapter); |
13 | |
14 | // |
15 | |
16 | delete client; |
17 | } |
Name | Value |
---|---|
svn:eol-style | native |
svn:keywords | Id |