~ubuntu-branches/ubuntu/oneiric/kde4libs/oneiric-proposed

« back to all changes in this revision

Viewing changes to kdecore/network/ktcpsocket.h

  • Committer: Package Import Robot
  • Author(s): Philip Muškovac
  • Date: 2011-07-08 00:08:34 UTC
  • mto: This revision was merged to the branch mainline in revision 247.
  • Revision ID: package-import@ubuntu.com-20110708000834-dr9a8my4iml90qe5
Tags: upstream-4.6.90
Import upstream version 4.6.90

Show diffs side-by-side

added added

removed removed

Lines of Context:
261
261
    QHostAddress peerAddress() const;
262
262
    QString peerName() const;
263
263
    quint16 peerPort() const;
 
264
    void setVerificationPeerName(const QString& hostName);
264
265
 
265
266
#ifndef QT_NO_NETWORKPROXY
266
267
    /**
385
386
    KSslErrorUiData(const KTcpSocket *socket);
386
387
    KSslErrorUiData(const KSslErrorUiData &other);
387
388
    KSslErrorUiData &operator=(const KSslErrorUiData &);
 
389
    /**
 
390
     * Destructor
 
391
     * @since 4.7
 
392
     */
 
393
    ~KSslErrorUiData();
388
394
    class Private;
389
395
private:
390
396
    friend class Private;