23 #ifndef _TelepathyQt_connection_manager_lowlevel_h_HEADER_GUARD_ 
   24 #define _TelepathyQt_connection_manager_lowlevel_h_HEADER_GUARD_ 
   26 #ifndef IN_TP_QT_HEADER 
   27 #error IN_TP_QT_HEADER 
   30 #include <TelepathyQt/Constants> 
   31 #include <TelepathyQt/Types> 
   36 class PendingConnection;
 
   47     ConnectionManagerPtr connectionManager() 
const;
 
   50             const QVariantMap ¶meters);
 
   58     friend struct Private;
 
The PendingConnection class represents the parameters of and the reply to an asynchronous connection ...
Definition: pending-connection.h:43
The ConnectionManager class represents a Telepathy connection manager. 
Definition: connection-manager.h:52
The ConnectionManagerLowlevel class extends ConnectionManager with support to low-level features...
Definition: connection-manager-lowlevel.h:38
The RefCounted class is a base class for shared objects used by SharedPtr. 
Definition: shared-ptr.h:42