ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/repos/Smersh/Redirector.hpp
Revision: 165
Committed: 2004-06-18T01:38:55-07:00 (21 years ago) by Douglas Thrift
File size: 322 byte(s)
Log Message:
Working right along.

File Contents

# Content
1 // Smersh
2 //
3 // Douglas Thrift
4 //
5 // $Id$
6
7 #ifndef _Redirector_hpp_
8 #define _Redirector_hpp_
9
10 #include "Daemon.hpp"
11
12 class Redirector : public Daemon
13 {
14 private:
15 string redirect;
16 public:
17 Redirector(int port, const string& redirect) : redirect(redirect),
18 Daemon(port) {}
19 ~Redirector() {}
20 };
21
22 #endif // _Redirector_hpp_

Properties

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