// Smersh // // Douglas Thrift // // $Id$ #include "Daemon.hpp" Daemon::Daemon(int port) : port(port) { // } Daemon::~Daemon() { // }