summaryrefslogtreecommitdiff
path: root/noncore/settings/aqpkg/server.h
Unidiff
Diffstat (limited to 'noncore/settings/aqpkg/server.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/settings/aqpkg/server.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/noncore/settings/aqpkg/server.h b/noncore/settings/aqpkg/server.h
index f524ed6..b62f1f2 100644
--- a/noncore/settings/aqpkg/server.h
+++ b/noncore/settings/aqpkg/server.h
@@ -24,26 +24,24 @@
24    --        :-=` Free Software Foundation, Inc., 24    --        :-=` Free Software Foundation, Inc.,
25 59 Temple Place - Suite 330, 25 59 Temple Place - Suite 330,
26 Boston, MA 02111-1307, USA. 26 Boston, MA 02111-1307, USA.
27 27
28*/ 28*/
29 29
30#ifndef SERVER_H 30#ifndef SERVER_H
31#define SERVER_H 31#define SERVER_H
32 32
33#include <qlist.h> 33#include <qlist.h>
34#include <qstring.h> 34#include <qstring.h>
35 35
36using namespace std;
37
38#include "package.h" 36#include "package.h"
39#include "destination.h" 37#include "destination.h"
40 38
41class Server 39class Server
42{ 40{
43public: 41public:
44 Server() {} 42 Server() {}
45 Server( const char *name, const char *url ); 43 Server( const char *name, const char *url );
46 Server( const char *name, const char *url, const char *file ); 44 Server( const char *name, const char *url, const char *file );
47 ~Server(); 45 ~Server();
48 46
49 void cleanUp(); 47 void cleanUp();