Home · All Classes · All Namespaces · Modules · Functions · Files
service-types.h
1 
23 #ifndef _TelepathyQt_service_types_h_HEADER_GUARD_
24 #define _TelepathyQt_service_types_h_HEADER_GUARD_
25 
26 #ifndef IN_TP_QT_HEADER
27 #error IN_TP_QT_HEADER
28 #endif
29 
30 #include <TelepathyQt/Types>
31 
32 namespace Tp
33 {
34 
35 class AbstractProtocolInterface;
36 class BaseConnection;
37 class BaseConnectionManager;
38 class BaseProtocol;
39 class BaseProtocolAddressingInterface;
40 class BaseProtocolAvatarsInterface;
41 class BaseProtocolPresenceInterface;
42 class DBusService;
43 
44 #ifndef DOXYGEN_SHOULD_SKIP_THIS
45 
46 typedef SharedPtr<AbstractProtocolInterface> AbstractProtocolInterfacePtr;
47 typedef SharedPtr<BaseConnection> BaseConnectionPtr;
48 typedef SharedPtr<BaseConnectionManager> BaseConnectionManagerPtr;
49 typedef SharedPtr<BaseProtocol> BaseProtocolPtr;
50 typedef SharedPtr<BaseProtocolAddressingInterface> BaseProtocolAddressingInterfacePtr;
51 typedef SharedPtr<BaseProtocolAvatarsInterface> BaseProtocolAvatarsInterfacePtr;
52 typedef SharedPtr<BaseProtocolPresenceInterface> BaseProtocolPresenceInterfacePtr;
53 typedef SharedPtr<DBusService> DBusServicePtr;
54 
55 #endif /* DOXYGEN_SHOULD_SKIP_THIS */
56 
57 } // Tp
58 
59 #endif


Copyright © 2008-2011 Collabora Ltd. and Nokia Corporation
Telepathy-Qt 0.9.4