ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/repos/Smersh/Redirector.hpp
Revision: 164
Committed: 2004-06-17T22:12:33-07:00 (21 years ago) by Douglas Thrift
File size: 246 byte(s)
Log Message:
Wow, that's a lot of stuff. Too bad it doesn't do anything yet.

File Contents

# User Rev Content
1 Douglas Thrift 164 // 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     public:
16     Redirector() : Daemon() {}
17     ~Redirector() {}
18     };
19    
20     #endif // _Redirector_hpp_

Properties

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