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

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

Properties

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