kmail

transportmanager.h
1/*
2 transportmanager.h
3
4 KMail, the KDE mail client.
5 Copyright (c) 2002 Ingo Kloecker <kloecker@kde.org>
6
7 This program is free software; you can redistribute it and/or
8 modify it under the terms of the GNU General Public License,
9 version 2.0, as published by the Free Software Foundation.
10 You should have received a copy of the GNU General Public License
11 along with this program; if not, write to the Free Software Foundation,
12 Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, US
13*/
14
15
16#ifndef _KMAIL_TRANSPORTMANAGER_H_
17#define _KMAIL_TRANSPORTMANAGER_H_
18
19class TQStringList;
20
21namespace KMail {
22
28
29 public:
31 virtual ~TransportManager() {};
32
34 static TQStringList transportNames();
35
37 static unsigned int createId();
38 };
39
40} // namespace KMail
41
42#endif // _KMAIL_TRANSPORTMANAGER_H_
Currently only used to provide a function for reading the transport list.
static unsigned int createId()
Create a unique id for a transport info item.
static TQStringList transportNames()
Returns the list for transport names.
folderdiaquotatab.h
Definition: aboutdata.cpp:40