~ken-vandine/libqofono/0.90-suggests

« back to all changes in this revision

Viewing changes to src/dbus/ofonotexttelephony.cpp

  • Committer: Slava Monich
  • Date: 2015-01-09 11:35:34 UTC
  • mto: This revision was merged to the branch mainline in revision 182.
  • Revision ID: git-v1:615521ab813a92875390367ef22c6f59c16eabcd
[libqofono] Generate D-Bus stubs at compile time

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/*
2
 
 * This file was generated by qdbusxml2cpp version 0.7
3
 
 * Command line was: qdbusxml2cpp -c OfonoTextTelephony -p ofonotexttelephony -N ofono_text_telephony.xml
4
 
 *
5
 
 * qdbusxml2cpp is Copyright (C) 2012 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 "ofonotexttelephony.h"
13
 
 
14
 
/*
15
 
 * Implementation of interface class OfonoTextTelephony
16
 
 */
17
 
 
18
 
OfonoTextTelephony::OfonoTextTelephony(const QString &service, const QString &path, const QDBusConnection &connection, QObject *parent)
19
 
    : QDBusAbstractInterface(service, path, staticInterfaceName(), connection, parent)
20
 
{
21
 
}
22
 
 
23
 
OfonoTextTelephony::~OfonoTextTelephony()
24
 
{
25
 
}
26