~ken-vandine/libqofono/0.90-suggests

« back to all changes in this revision

Viewing changes to src/qofonocallmeter.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
14
14
****************************************************************************/
15
15
 
16
16
#include "qofonocallmeter.h"
17
 
#include "dbus/ofonocallmeter.h"
 
17
#include "ofono_callmeter_interface.h"
18
18
 
19
19
#define SUPER QOfonoModemInterface
20
20