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

# Content
1 // 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 int port;
16 protected:
17 public:
18 Daemon(int port);
19 virtual ~Daemon();
20 };
21
22 #endif // _Daemon_hpp_

Properties

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