summaryrefslogtreecommitdiffstats
path: root/qt/examples/chatadaptor.cpp
blob: 525b9aadaf0794c875c2d8cbbbfd6755ce5c6532 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
/*
 * This file was generated by dbusidl2cpp version 0.3
 * when processing input file /home/tjmaciei/src/kde4/playground/libs/qt-dbus/examples/com.trolltech.ChatInterface.xml
 *
 * dbusidl2cpp is Copyright (C) 2006 Trolltech AS. All rights reserved.
 *
 * This is an auto-generated file.
 */

#include "chatadaptor.h"
#include <QtCore/QMetaObject>
#include <QtCore/QByteArray>
#include <QtCore/QList>
#include <QtCore/QMap>
#include <QtCore/QString>
#include <QtCore/QStringList>
#include <QtCore/QVariant>

/*
 * Implementation of adaptor class ChatInterfaceAdaptor
 */

ChatInterfaceAdaptor::ChatInterfaceAdaptor(QObject *parent)
   : QDBusAbstractAdaptor(parent)
{
    // constructor
    setAutoRelaySignals(true);
}

ChatInterfaceAdaptor::~ChatInterfaceAdaptor()
{
    // destructor
}


#include "chatadaptor.moc"