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.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/libopie2/opienet/onetwork.h b/libopie2/opienet/onetwork.h
index 10f52b8..d2cc25d 100644
--- a/libopie2/opienet/onetwork.h
+++ b/libopie2/opienet/onetwork.h
@@ -229,2 +229,4 @@ class OChannelHopper : public QObject
229{ 229{
230 Q_OBJECT
231
230 public: 232 public:
@@ -238,2 +240,5 @@ class OChannelHopper : public QObject
238 240
241 signals:
242 void hopped( int );
243
239 private: 244 private:
@@ -327,2 +332,6 @@ class OWirelessNetworkInterface : public ONetworkInterface
327 /** 332 /**
333 * @returns the @ref OChannelHopper of this interface or 0, if channel hopping has not been activated before
334 */
335 virtual OChannelHopper* channelHopper() const;
336 /**
328 * Set the station @a nickname. 337 * Set the station @a nickname.