~ubuntu-branches/ubuntu/trusty/grantlee/trusty

« back to all changes in this revision

Viewing changes to examples/dbus-chat/chat_interface.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Scott Kitterman
  • Date: 2010-12-07 09:19:01 UTC
  • Revision ID: james.westby@ubuntu.com-20101207091901-hsfsvnkxdshv4k8g
Tags: 0.1.7-0ubuntu3
Revert previous upload and try again with the correct patch

Show diffs side-by-side

added added

removed removed

Lines of Context:
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
 
 
17
 
ComTrolltechChatInterface::ComTrolltechChatInterface(const QString &service, const QString &path, const QDBusConnection &connection, QObject *parent)
18
 
    : QDBusAbstractInterface(service, path, staticInterfaceName(), connection, parent)
19
 
{
20
 
}
21
 
 
22
 
ComTrolltechChatInterface::~ComTrolltechChatInterface()
23
 
{
24
 
}
25