ksslsession.h
00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021 #ifndef _KSSLSESSION_H
00022 #define _KSSLSESSION_H
00023
00024 #include <qstring.h>
00025
00026 class KSSL;
00027
00028 class KSSLSessionPrivate;
00029
00040 class KSSLSession {
00041 friend class KSSL;
00042 public:
00046 ~KSSLSession();
00047
00051 QString toString() const;
00052
00058 static KSSLSession* fromString(const QString& s);
00059
00060 protected:
00061 KSSLSession();
00062 KSSLSession(const KSSLSession&);
00063 void *_session;
00064
00065 private:
00066 KSSLSessionPrivate *d;
00067 };
00068
00069
00070 #endif
00071
This file is part of the documentation for kio Library Version 3.2.2.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Wed Apr 21 18:43:48 2004 by
doxygen 1.3.6-20040222 written by
Dimitri van Heesch, © 1997-2003