[telepathy-qt4/master] Moved OptionalInterfaceFactory::InterfaceSupportedChecking docs from DBusProxy to OptionalInterfaceFactory.

Andre Moreira Magalhaes (andrunko) andre.magalhaes at collabora.co.uk
Tue Aug 11 19:44:37 PDT 2009


---
 TelepathyQt4/dbus-proxy.cpp                 |   19 -------------------
 TelepathyQt4/optional-interface-factory.cpp |   24 ++++++++++++++++++++++++
 2 files changed, 24 insertions(+), 19 deletions(-)

diff --git a/TelepathyQt4/dbus-proxy.cpp b/TelepathyQt4/dbus-proxy.cpp
index 2511dd3..c385216 100644
--- a/TelepathyQt4/dbus-proxy.cpp
+++ b/TelepathyQt4/dbus-proxy.cpp
@@ -51,25 +51,6 @@ namespace Tp
  *
  */
 
-/**
- * \enum DBusProxy::InterfaceSupportedChecking
- *
- * Specifies if the interface being supported by the remote object should be
- * checked by optionalInterface() and the convenience functions for it.
- *
- * \sa optionalInterface()
- */
-/**
- * \var DBusProxy::InterfaceSupportedChecking DBusProxy::CheckInterfaceSupported
- * Don't return an interface instance unless it can be guaranteed that the
- * remote object actually implements the interface.
- */
-/**
- * \var DBusProxy::InterfaceSupportedChecking DBusProxy::BypassInterfaceCheck
- * Return an interface instance even if it can't be verified that the remote
- * object supports the interface.
- */
-
 // Features in TpProxy but not here:
 // * tracking which interfaces we have (in tpqt4, subclasses do that)
 // * being Introspectable, a Peer and a Properties implementation
diff --git a/TelepathyQt4/optional-interface-factory.cpp b/TelepathyQt4/optional-interface-factory.cpp
index 5614767..f3948c4 100644
--- a/TelepathyQt4/optional-interface-factory.cpp
+++ b/TelepathyQt4/optional-interface-factory.cpp
@@ -42,6 +42,30 @@
 namespace Tp
 {
 
+/**
+ * \enum OptionalInterfaceFactory::InterfaceSupportedChecking
+ *
+ * Specifies if the interface being supported by the remote object should be
+ * checked by optionalInterface() and the convenience functions for it.
+ *
+ * \sa optionalInterface()
+ */
+
+/**
+ * \var OptionalInterfaceFactory::InterfaceSupportedChecking OptionalInterfaceFactory::CheckInterfaceSupported
+ *
+ * Don't return an interface instance unless it can be guaranteed that the
+ * remote object actually implements the interface.
+ */
+
+/**
+ * \var OptionalInterfaceFactory::InterfaceSupportedChecking OptionalInterfaceFactory::BypassInterfaceCheck
+ *
+ * Return an interface instance even if it can't be verified that the remote
+ * object supports the interface.
+ */
+
+
 struct OptionalInterfaceCache::Private
 {
     QObject *proxy;
-- 
1.5.6.5




More information about the telepathy-commits mailing list