X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=src%2Fvicar-telepathy%2Fcpp%2Fconnectioninterfacerequestsadaptor.cpp;fp=src%2Fvicar-telepathy%2Fcpp%2Fconnectioninterfacerequestsadaptor.cpp;h=a6642838adc005027b3b28137c1c204bda418df8;hb=2beca638f4ba146e25320c9c07cc1f29d0b2bba2;hp=e463ad9ff686c7b69659003504503dcad4c9995a;hpb=2b82f07726d657dff4ad091f056b8685d5ba9930;p=vicar diff --git a/src/vicar-telepathy/cpp/connectioninterfacerequestsadaptor.cpp b/src/vicar-telepathy/cpp/connectioninterfacerequestsadaptor.cpp index e463ad9..a664283 100644 --- a/src/vicar-telepathy/cpp/connectioninterfacerequestsadaptor.cpp +++ b/src/vicar-telepathy/cpp/connectioninterfacerequestsadaptor.cpp @@ -9,8 +9,6 @@ */ #include "connectioninterfacerequestsadaptor.h" -#include "connectioninterfacerequeststypes.h" -#include "connection.h" #include #include #include @@ -51,14 +49,22 @@ org::freedesktop::Telepathy::RequestableChannelClassList ConnectionInterfaceRequ QDBusObjectPath ConnectionInterfaceRequestsAdaptor::CreateChannel(const QVariantMap &request, QVariantMap &channel_properties) { // handle method call org.freedesktop.Telepathy.Connection.Interface.Requests.CreateChannel +<<<<<<< HEAD //This method should return a Channel object path return static_cast(parent())->CreateChannel(request, channel_properties); +======= + //return static_cast(parent())->CreateChannel(request, channel_properties); +>>>>>>> 74800375ecf7f41e290cf7cc7fa9ee8b230be68e } bool ConnectionInterfaceRequestsAdaptor::EnsureChannel(const QVariantMap &request, QDBusObjectPath &channel_object, QVariantMap &channel_properties) { // handle method call org.freedesktop.Telepathy.Connection.Interface.Requests.EnsureChannel +<<<<<<< HEAD //This method should return a Channel object path return static_cast(parent())->EnsureChannel(request, channel_object, channel_properties); +======= + //return static_cast(parent())->EnsureChannel(request, channel_object, channel_properties); +>>>>>>> 74800375ecf7f41e290cf7cc7fa9ee8b230be68e }