~indicator-applet-developers/indicator-network/trunk.15.04

« back to all changes in this revision

Viewing changes to sniffer/ofonoroot.cpp

  • Committer: Antti Kaijanmäki
  • Date: 2015-05-19 09:48:52 UTC
  • mfrom: (482.1.9 indicator-network)
  • Revision ID: antti.kaijanmaki@canonical.com-20150519094852-jzwlc4xfldqunxiw
sync from 15.10 to get the branch match the released packages.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/*
2
 
 * This file was generated by qdbusxml2cpp version 0.8
3
 
 * Command line was: qdbusxml2cpp -N -p ofonoroot.h -c OfonoRoot ofonoroot.xml org.ofono.Manager
4
 
 *
5
 
 * qdbusxml2cpp is Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies).
6
 
 *
7
 
 * This is an auto-generated file.
8
 
 * Do not edit! All changes made to it will be lost.
9
 
 */
10
 
 
11
 
#include "ofonoroot.h"
12
 
 
13
 
/*
14
 
 * Implementation of interface class OfonoRoot
15
 
 */
16
 
 
17
 
OfonoRoot::OfonoRoot(const QString &service, const QString &path, const QDBusConnection &connection, QObject *parent)
18
 
    : QDBusAbstractInterface(service, path, staticInterfaceName(), connection, parent)
19
 
{
20
 
}
21
 
 
22
 
OfonoRoot::~OfonoRoot()
23
 
{
24
 
}
25