Added doxygen comments and changed member names.
[bpdyndnsd] / src / service.cpp
CommitLineData
4545a371
BS
1//
2// C++ Implementation: service
3//
4// Description:
5//
6//
7// Author: Bjoern Sikora <bjoern.sikora@intra2net.com>, (C) 2009
8//
9// Copyright: See COPYING file that comes with this distribution
10//
11//
12#include "service.h"
13
14Service::Service()
15{
16}
17
18Service::~Service()
19{
20}
21
22