source: trunk/examples/dbus/dbus-chat/chat_interface.cpp@ 440

Last change on this file since 440 was 2, checked in by Dmitry A. Kuminov, 16 years ago

Initially imported qt-all-opensource-src-4.5.1 from Trolltech.

File size: 789 bytes
Line 
1/*
2 * This file was generated by dbusxml2cpp version 0.6
3 * Command line was: dbusxml2cpp -i chat_interface.h -p :chat_interface.cpp chat/com.trolltech.chat.xml
4 *
5 * dbusxml2cpp is Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
6 *
7 * This is an auto-generated file.
8 * This file may have been hand-edited. Look for HAND-EDIT comments
9 * before re-generating it.
10 */
11
12#include "chat_interface.h"
13/*
14 * Implementation of interface class ComTrolltechChatInterface
15 */
16
17ComTrolltechChatInterface::ComTrolltechChatInterface(const QString &service, const QString &path, const QDBusConnection &connection, QObject *parent)
18 : QDBusAbstractInterface(service, path, staticInterfaceName(), connection, parent)
19{
20}
21
22ComTrolltechChatInterface::~ComTrolltechChatInterface()
23{
24}
25
Note: See TracBrowser for help on using the repository browser.