23 #ifndef _TelepathyQt_pending_operation_h_HEADER_GUARD_    24 #define _TelepathyQt_pending_operation_h_HEADER_GUARD_    26 #ifndef IN_TP_QT_HEADER    27 #error IN_TP_QT_HEADER    30 #include <TelepathyQt/Global>    31 #include <TelepathyQt/RefCounted>    32 #include <TelepathyQt/SharedPtr>    37 class QDBusPendingCall;
    38 class QDBusPendingCallWatcher;
    43 class ReadinessHelper;
    53     bool isFinished() 
const;
    58     QString errorName() 
const;
    59     QString errorMessage() 
const;
    70     void setFinishedWithError(
const QString &name, 
const QString &message);
    71     void setFinishedWithError(
const QDBusError &error);
    74     TP_QT_NO_EXPORT 
void emitFinished();
    81     friend struct Private;
 The PendingOperation class is a base class for pending asynchronous operations. 
Definition: pending-operation.h:45
The ContactManager class is responsible for managing contacts. 
Definition: contact-manager.h:50
Definition: abstract-adaptor.cpp:31
The ReadinessHelper class is a helper class used by the introspection process. 
Definition: readiness-helper.h:48
The SharedPtr class is a pointer to an explicitly shared object. 
Definition: shared-ptr.h:39