kmail

transportmanager.h

Go to the documentation of this file.
00001 /*
00002     transportmanager.h
00003 
00004     KMail, the KDE mail client.
00005     Copyright (c) 2002 Ingo Kloecker <kloecker@kde.org>
00006 
00007     This program is free software; you can redistribute it and/or
00008     modify it under the terms of the GNU General Public License,
00009     version 2.0, as published by the Free Software Foundation.
00010     You should have received a copy of the GNU General Public License
00011     along with this program; if not, write to the Free Software Foundation,
00012     Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, US
00013 */
00014 
00015 
00016 #ifndef _KMAIL_TRANSPORTMANAGER_H_
00017 #define _KMAIL_TRANSPORTMANAGER_H_
00018 
00019 class QStringList;
00020 
00021 namespace KMail {
00022 
00027   class TransportManager {
00028 
00029   public:
00030     TransportManager() {};
00031     virtual ~TransportManager() {};
00032 
00034     static QStringList transportNames();
00035 
00037     static unsigned int createId();
00038   };
00039 
00040 } // namespace KMail
00041 
00042 #endif // _KMAIL_TRANSPORTMANAGER_H_