Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

stumblerstation.h

Go to the documentation of this file.
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

Generated on Sat Nov 5 16:17:42 2005 for OPIE by  doxygen 1.4.2