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

File Contents

# User Rev Content
1 Douglas Thrift 164 // Smersh
2     //
3     // Douglas Thrift
4     //
5     // $Id$
6    
7     #ifndef _Daemon_hpp_
8     #define _Daemon_hpp_
9    
10     #include "Smersh.hpp"
11    
12     class Daemon
13     {
14     private:
15 Douglas Thrift 165 int port;
16 Douglas Thrift 164 protected:
17     public:
18 Douglas Thrift 165 Daemon(int port);
19 Douglas Thrift 164 virtual ~Daemon();
20     };
21    
22     #endif // _Daemon_hpp_

Properties

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