~neon/project-neon/libmm-qt

« back to all changes in this revision

Viewing changes to modemlocationinterface_p.h

  • Committer: Jan Grulich
  • Date: 2013-10-06 11:42:12 UTC
  • Revision ID: git-v1:6b330d21e12353005970209902f3e02b2786e265
Rename files to mach classes and dbus interfaces

Update README a little bit

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/*
2
 
Copyright 2008 Will Stephenson <wstephenson@kde.org>
3
 
Copyright 2010 Lamarque Souza <lamarque@kde.org>
4
 
 
5
 
This library is free software; you can redistribute it and/or
6
 
modify it under the terms of the GNU Lesser General Public
7
 
License as published by the Free Software Foundation; either
8
 
version 2.1 of the License, or (at your option) version 3, or any
9
 
later version accepted by the membership of KDE e.V. (or its
10
 
successor approved by the membership of KDE e.V.), which shall
11
 
act as a proxy defined in Section 6 of version 3 of the license.
12
 
 
13
 
This library is distributed in the hope that it will be useful,
14
 
but WITHOUT ANY WARRANTY; without even the implied warranty of
15
 
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
16
 
Lesser General Public License for more details.
17
 
 
18
 
You should have received a copy of the GNU Lesser General Public
19
 
License along with this library.  If not, see <http://www.gnu.org/licenses/>.
20
 
*/
21
 
 
22
 
#ifndef MODEMMANAGERQT_MODEMLOCATIONINTERFACE_P_H
23
 
#define MODEMMANAGERQT_MODEMLOCATIONINTERFACE_P_H
24
 
 
25
 
#include "interface_p.h"
26
 
#include "dbus/Location.h"
27
 
 
28
 
class ModemLocationInterfacePrivate: public InterfacePrivate
29
 
{
30
 
public:
31
 
    ModemLocationInterfacePrivate(const QString &path);
32
 
    OrgFreedesktopModemManager1ModemLocationInterface modemLocationIface;
33
 
};
34
 
 
35
 
#endif