23 #ifndef _TelepathyQt_pending_ready_h_HEADER_GUARD_    24 #define _TelepathyQt_pending_ready_h_HEADER_GUARD_    26 #ifndef IN_TP_QT_HEADER    27 #error IN_TP_QT_HEADER    30 #include <TelepathyQt/DBusProxyFactory>    31 #include <TelepathyQt/PendingOperation>    32 #include <TelepathyQt/ReadinessHelper>    33 #include <TelepathyQt/SharedPtr>    48     DBusProxyPtr proxy() 
const;
    62             const DBusProxyPtr &proxy, 
const Features &requestedFeatures);
    65     friend struct Private;
 The PendingOperation class is a base class for pending asynchronous operations. 
Definition: pending-operation.h:45
The PendingReady class represents the features requested and the reply to a request for an object to ...
Definition: pending-ready.h:40
The Features class represents a list of Feature. 
Definition: feature.h:61
The DBusProxyFactory class is a base class for all D-Bus proxy factory classes. Handles proxy caching...
Definition: dbus-proxy-factory.h:48
The Connection class represents a Telepathy connection. 
Definition: connection.h:61
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