~ken-vandine/libqofono/0.90-suggests

« back to all changes in this revision

Viewing changes to src/qofonomodem.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
1
/****************************************************************************
2
2
**
3
 
** Copyright (C) 2013-2014 Jolla Ltd.
 
3
** Copyright (C) 2013-2015 Jolla Ltd.
4
4
** Contact: lorn.potter@jollamobile.com
5
5
**
6
6
** GNU Lesser General Public License Usage
12
12
** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
13
13
**
14
14
****************************************************************************/
15
 
#include <QStringList>
16
15
 
17
16
#include "qofonomodem.h"
18
 
#include "dbus/ofonomodem.h"
 
17
#include "ofono_modem_interface.h"
 
18
 
19
19
#include <QMap>
20
20
#include <QWeakPointer>
21
 
#include <QDBusPendingCallWatcher>
22
21
 
23
22
typedef QMap<QString,QWeakPointer<QOfonoModem> > ModemMap;
24
23
Q_GLOBAL_STATIC(ModemMap, modemMap)