~ubuntu-branches/ubuntu/natty/knemo/natty

« back to all changes in this revision

Viewing changes to src/knemod/backends/netlinkbackend.h

  • Committer: Bazaar Package Importer
  • Author(s): Felix Geyer
  • Date: 2011-02-22 16:36:22 UTC
  • mfrom: (1.1.13 upstream)
  • Revision ID: james.westby@ubuntu.com-20110222163622-d8i62gy1stn7tydv
Tags: 0.7.0-0ubuntu1
* New upstream release.
* Switch to source format 3.0 (quilt).
* Make knemo depend on libqt4-sql-sqlite.

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
    static BackendBase* createInstance();
47
47
 
48
48
    virtual void update();
49
 
    virtual QStringList getIfaceList();
50
 
    virtual QString getDefaultRouteIface( int afInet );
 
49
    virtual QStringList ifaceList();
 
50
    virtual QString defaultRouteIface( int afInet );
51
51
 
52
52
private:
53
 
    void updateInterfaceData( const QString& ifName, BackendData* data );
 
53
    void updateIfaceData( const QString& ifName, BackendData* data );
54
54
    void updateAddresses( BackendData* data );
55
55
#ifdef HAVE_LIBIW
56
56
    void updateWirelessData( int fd, const QString& ifName, BackendData* data );