~mterry/+junk/u8.2

« back to all changes in this revision

Viewing changes to plugins/Unity/Session/dbusunitysessionservice.h

  • Committer: Michael Terry
  • Date: 2014-11-17 14:56:04 UTC
  • mfrom: (1317.1.118 unity8)
  • Revision ID: michael.terry@canonical.com-20141117145604-96dn9p5nwkifq2f4
MergeĀ fromĀ trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
#ifndef DBUSUNITYSESSIONSERVICE_H
18
18
#define DBUSUNITYSESSIONSERVICE_H
19
19
 
20
 
#include <QObject>
 
20
#include "unitydbusobject.h"
21
21
 
22
22
/**
23
23
 * DBusUnitySessionService provides com.canonical.Unity.Session dbus
26
26
 * com.canonical.Unity.Session interface provides public methods
27
27
 * and signals to handle Logout/Reboot/Shutdown.
28
28
 */
29
 
class DBusUnitySessionService : public QObject
 
29
class DBusUnitySessionService : public UnityDBusObject
30
30
{
31
31
    Q_OBJECT
32
32
    Q_CLASSINFO("D-Bus Interface", "com.canonical.Unity.Session")