~ubuntu-branches/ubuntu/precise/networkmanagement/precise-updates

« back to all changes in this revision

Viewing changes to dataengine/networkmanagementengine.h

  • Committer: Bazaar Package Importer
  • Author(s): Michael Biebl, Modestas Vainius, Michael Biebl
  • Date: 2011-05-27 12:18:25 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20110527121825-vfufwquq3vy0k3zn
Tags: 0.1+git20110526.911025d-1
[ Modestas Vainius ]
* Use official KDE branding in the package descriptions.

[ Michael Biebl ]
* New upstream Git snapshot 911025d81fdfbe09b64705e94e5411f521c38e3e.
* debian/control
  - Bump Build-Depends on kdelibs5-dev and kdebase-workspace-dev to
    (>= 4:4.6.0).
  - Bump Build-Depends on network-manager-dev and libnm-util-dev to
    (>= 0.8.1).
  - Bump Depends on network-manager to (>= 0.8.1).

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
#include "remoteinterfaceconnection.h"
26
26
 
27
27
 
28
 
class RemoteActivatableList;
29
28
 
30
29
class RemoteActivatable;
31
30
class RemoteInterfaceConnection;
32
31
class RemoteInterfaceConnection;
33
 
class RemoteWirelessInterfaceConnection;
34
 
class RemoteWirelessNetwork;
35
 
class RemoteUnconfiguredInterface;
36
 
class RemoteVpnInterfaceConnection;
37
 
class RemoteHiddenWirelessInterfaceConnection;
38
 
class RemoteGsmInterfaceConnection;
39
32
 
40
33
class WirelessStatus;
41
34