00001 #ifndef STUMBLERSTATION_H 00002 #define STUMBLERSTATION_H 00003 00004 #include <opie2/ostation.h> 00005 00006 #include <qdatetime.h> 00007 00008 class StumblerStation 00009 { 00010 public: 00011 StumblerStation(Opie::Net::OStation *station, const QDateTime &tm); 00012 ~StumblerStation(); 00013 bool operator<(const StumblerStation &rhs); 00014 Opie::Net::OStation *st; 00015 QDateTime lastTimeSeen; 00016 }; 00017 00018 #endif
1.4.2