summaryrefslogtreecommitdiff
path: root/libopie2/opienet/onetwork.h
Unidiff
Diffstat (limited to 'libopie2/opienet/onetwork.h') (more/less context) (ignore whitespace changes)
-rw-r--r--libopie2/opienet/onetwork.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libopie2/opienet/onetwork.h b/libopie2/opienet/onetwork.h
index 509c3db..4cadbeb 100644
--- a/libopie2/opienet/onetwork.h
+++ b/libopie2/opienet/onetwork.h
@@ -126,6 +126,7 @@ class ONetworkInterface : public QObject
126 bool isWireless() const; 126 bool isWireless() const;
127 QString ipV4Address() const; 127 QString ipV4Address() const;
128 OMacAddress macAddress() const; 128 OMacAddress macAddress() const;
129 int dataLinkType() const;
129 130
130 protected: 131 protected:
131 const int _sfd; 132 const int _sfd;
@@ -248,7 +249,6 @@ class OMonitoringInterface
248 virtual QString name() const = 0; 249 virtual QString name() const = 0;
249 250
250 protected: 251 protected:
251 bool _enabled;
252 const OWirelessNetworkInterface* _if; 252 const OWirelessNetworkInterface* _if;
253 253
254}; 254};