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. |
# | User | Rev | Content |
---|---|---|---|
1 | Douglas Thrift | 165 | // Smersh |
2 | // | ||
3 | // Douglas Thrift | ||
4 | // | ||
5 | // $Id$ | ||
6 | |||
7 | #include "Redirector.hpp" | ||
8 | Douglas Thrift | 172 | |
9 | Douglas Thrift | 179 | int Redirector::handle(Client* client) |
10 | Douglas Thrift | 172 | { |
11 | Douglas Thrift | 179 | ios::InputOutputStreamBufAdapter adapter(client->socket); |
12 | Douglas Thrift | 174 | iostream socket(&adapter); |
13 | |||
14 | Douglas Thrift | 173 | // |
15 | Douglas Thrift | 174 | |
16 | delete client; | ||
17 | Douglas Thrift | 172 | } |
Name | Value |
---|---|
svn:eol-style | native |
svn:keywords | Id |