complete tls, supports async and dtls interface now

svn path=/trunk/kdesupport/qca/; revision=683036
This commit is contained in:
Justin Karneges 2007-07-04 00:54:52 +00:00
parent 58097350d8
commit f823ea4219
2 changed files with 510 additions and 250 deletions

View File

@ -680,6 +680,10 @@ Q_SIGNALS:
*/
void handshaken();
protected:
void connectNotify(const char *signal);
void disconnectNotify(const char *signal);
private:
Q_DISABLE_COPY(TLS)

File diff suppressed because it is too large Load Diff