ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/repos/Smersh/Daemon.cpp
Revision: 165
Committed: 2004-06-18T01:38:55-07:00 (21 years ago) by Douglas Thrift
File size: 139 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     #include "Daemon.hpp"
8    
9 Douglas Thrift 165 Daemon::Daemon(int port) : port(port)
10 Douglas Thrift 164 {
11     //
12     }
13    
14     Daemon::~Daemon()
15     {
16     //
17     }

Properties

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