~ubuntu-branches/ubuntu/gutsy/kde4libs/gutsy

« back to all changes in this revision

Viewing changes to interfaces/kimproxy/library/kimadaptor.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2007-02-21 11:00:12 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20070221110012-6kw8khr9knv6lmg1
Tags: 3.80.3-0ubuntu1
New upstream unstable release

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
#include <QtCore/QStringList>
17
17
#include <QtCore/QVariant>
18
18
 
19
 
/*
 
19
/**
20
20
 * Implementation of adaptor class KIMAdaptor
 
21
 * @internal
21
22
 */
22
 
 
23
23
KIMAdaptor::KIMAdaptor(QObject *parent)
24
24
   : QDBusAbstractAdaptor(parent)
25
25
{
32
32
    // destructor
33
33
}
34
34
 
 
35
/**
 
36
 * @internal
 
37
*/
35
38
bool KIMAdaptor::addContact(const QString &contactId, const QString &protocol)
36
39
{
37
40
    // handle method call org.kde.KIM.addContact