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> 
   36 class QDBusPendingCallWatcher;
 
   41 class ConnectionManager;
 
   51     ConnectionManagerPtr manager() 
const;
 
   53     ConnectionPtr connection() 
const;
 
   56     TP_QT_NO_EXPORT 
void onCallFinished(QDBusPendingCallWatcher *watcher);
 
   63             const QString &protocol, 
const QVariantMap ¶meters);
 
   64     TP_QT_NO_EXPORT 
PendingConnection(
const QString &error, 
const QString &errorMessage);
 
   67     friend struct Private;
 
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