ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/repos/Smersh/Redirector.cpp
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!

File Contents

# 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 }

Properties

Name Value
svn:eol-style native
svn:keywords Id