ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/repos/Smersh/Redirector.cpp
Revision: 179
Committed: 2004-07-02T21:16:12-07:00 (20 years, 11 months ago) by Douglas Thrift
File size: 222 byte(s)
Log Message:
Works now, uses menes-dbi for PostgreSQL.

File Contents

# Content
1 // Smersh
2 //
3 // Douglas Thrift
4 //
5 // $Id$
6
7 #include "Redirector.hpp"
8
9 int Redirector::handle(Client* client)
10 {
11 ios::InputOutputStreamBufAdapter adapter(client->socket);
12 iostream socket(&adapter);
13
14 //
15
16 delete client;
17 }

Properties

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