23 #ifndef _TelepathyQt_pending_connection_h_HEADER_GUARD_ 24 #define _TelepathyQt_pending_connection_h_HEADER_GUARD_ 26 #ifndef IN_TP_QT_HEADER 27 #error IN_TP_QT_HEADER 30 #include <TelepathyQt/Connection> 31 #include <TelepathyQt/PendingOperation> 34 #include <QVariantMap> 41 class ConnectionManager;
51 ConnectionManagerPtr manager()
const;
53 ConnectionPtr connection()
const;
63 const QString &protocol,
const QVariantMap ¶meters);
67 friend struct Private;
Definition: abstract-adaptor.cpp:31
The PendingConnection class represents the parameters of and the reply to an asynchronous connection ...
Definition: pending-connection.h:43
The PendingOperation class is a base class for pending asynchronous operations.
Definition: pending-operation.h:45
The ConnectionManagerLowlevel class extends ConnectionManager with support to low-level features...
Definition: connection-manager-lowlevel.h:38