Add main page for Doxygen generated documentation.
[tairent.git] / src / main / trackerclient.cpp
blob7bde4c036dfbe9478ff3c0807c98fff27bd04c94
1 /***************************************************************************
2 * *
3 * Copyright (C) 2006 David Brodsky *
4 * *
5 * This program is free software; you can redistribute it and/or *
6 * modify it under the terms of the GNU General Public License as *
7 * published by the Free Software Foundation and appearing *
8 * in the file LICENSE.GPL included in the packaging of this file. *
9 * *
10 * This program is distributed in the hope that it will be useful, *
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of *
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
13 * General Public License for more details. *
14 * *
15 ***************************************************************************/
17 #include "trackerclient.h"
19 namespace Tairent
22 namespace Main
25 /* {{{ TrackerClient::TrackerClient(TorrentClient *) */
26 TrackerClient::TrackerClient(TorrentClient *c) : client(c)
29 /* }}} */
31 /* {{{ TrackerClient::~TrackerClient() */
32 TrackerClient::~TrackerClient()
35 /* }}} */
37 /* {{{ TrackerClient::getPeers() */
38 void TrackerClient::getPeers()
41 /* }}} */
43 /* {{{ TrackerClient::stop() */
44 void TrackerClient::stop()
47 /* }}} */
49 }; // namespace Main
51 }; // namespace Tairent
53 // vim: ai sw=4 ts=4 noet fdm=marker