summaryrefslogtreecommitdiff
path: root/noncore/net/opiestumbler/stumblerstation.h
Side-by-side diff
Diffstat (limited to 'noncore/net/opiestumbler/stumblerstation.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/net/opiestumbler/stumblerstation.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/noncore/net/opiestumbler/stumblerstation.h b/noncore/net/opiestumbler/stumblerstation.h
new file mode 100644
index 0000000..1532193
--- a/dev/null
+++ b/noncore/net/opiestumbler/stumblerstation.h
@@ -0,0 +1,18 @@
+#ifndef STUMBLERSTATION_H
+#define STUMBLERSTATION_H
+
+#include <opie2/ostation.h>
+
+#include <qdatetime.h>
+
+class StumblerStation
+{
+public:
+ StumblerStation(Opie::Net::OStation *station, const QDateTime &tm);
+ ~StumblerStation();
+ bool operator<(const StumblerStation &rhs);
+ Opie::Net::OStation *st;
+ QDateTime lastTimeSeen;
+};
+
+#endif