From e21322ab34a8df36344eece685e604abe4f83fc6 Mon Sep 17 00:00:00 2001 From: sandman Date: Tue, 18 Jun 2002 12:44:05 +0000 Subject: Reimplemented OHwInfo as ODevice with enhanced capabilities ODevice should replace custom-*.h in the future (iPAQ is finished) --- (limited to 'libopie/ohwinfo.h') diff --git a/libopie/ohwinfo.h b/libopie/ohwinfo.h deleted file mode 100644 index e2106f3..0000000 --- a/libopie/ohwinfo.h +++ b/dev/null @@ -1,48 +0,0 @@ -#ifndef _LIBOPIE_OHWINFO_H_ -#define _LIBOPIE_OHWINFO_H_ - -#include - -enum OHwModel { - OMODEL_Unknown, - - OMODEL_iPAQ_H31xx, - OMODEL_iPAQ_H36xx, - OMODEL_iPAQ_H37xx, - OMODEL_iPAQ_H38xx, - - OMODEL_Zaurus_SL5000 -}; - -enum OHwVendor { - OVENDOR_Unknown, - - OVENDOR_HP, - OVENDOR_Sharp, -}; - -class OHwInfoData; - - -class OHwInfo -{ -public: - static OHwInfo *inst ( ); - - QString modelString ( ); - OHwModel model ( ); - - QString vendorString ( ); - OHwVendor vendor ( ); - - virtual ~OHwInfo ( ); - -private: - OHwInfo ( ); - OHwInfo ( const OHwInfo & ); - - OHwInfoData *m_data; -}; - -#endif - -- cgit v0.9.0.2