From 7d1ca5dba4cab829d9f7a8c79fb772dc3b643eac Mon Sep 17 00:00:00 2001 From: zecke Date: Fri, 27 Aug 2004 22:22:44 +0000 Subject: -Removal of debug messages -Cleanups of .pro files -Cleanups of source code And finally the long awaited DigiCam (dcim) Backend --- (limited to 'noncore/graphics/opie-eye/impl/dcim/dcim_dirview.h') diff --git a/noncore/graphics/opie-eye/impl/dcim/dcim_dirview.h b/noncore/graphics/opie-eye/impl/dcim/dcim_dirview.h new file mode 100644 index 0000000..7fc38ec --- a/dev/null +++ b/noncore/graphics/opie-eye/impl/dcim/dcim_dirview.h @@ -0,0 +1,26 @@ +/* + * GPLv2 only zecke@handhelds.org + */ + +#ifndef DCIM_DIR_VIEW_H +#define DCIM_DIR_VIEW_H + +#include + +/* + * Implementation for USB Host Digital Cameras + * like my Casio QV 500 and boring Yakumo + */ +struct DCIM_DirView : public PDirView { + DCIM_DirView( const Config& ); + ~DCIM_DirView(); + + PInterfaceInfo* interfaceInfo()const; + PDirLister * dirLister ()const; + +private: + mutable PDirLister *m_lister; + mutable PInterfaceInfo *m_info ; +}; + +#endif -- cgit v0.9.0.2