Port things from MSN to WLM plugin:
[kdenetwork.git] / kopete / protocols / groupwise / libgroupwise / tlshandler.cpp
blob3b379556d3d4005be1c3bbf00c18af4527df8229
1 /*
2 tlshandler.cpp - Kopete Groupwise Protocol
4 Copyright (c) 2004 SUSE Linux AG http://www.suse.com
6 Based on Iris, Copyright (C) 2003 Justin Karneges <justin@affinix.com>
8 Kopete (c) 2002-2004 by the Kopete developers <kopete-devel@kde.org>
10 *************************************************************************
11 * *
12 * This library is free software; you can redistribute it and/or *
13 * modify it under the terms of the GNU Lesser General Public *
14 * License as published by the Free Software Foundation; either *
15 * version 2 of the License, or (at your option) any later version. *
16 * *
17 *************************************************************************
20 #include "tlshandler.h"
22 TLSHandler::TLSHandler(QObject *parent)
23 :QObject(parent)
27 TLSHandler::~TLSHandler()
31 #include "tlshandler.moc"