00001
00002
00003
00004
00005 #ifndef __DBMSAPPVIEW_H__
00006 #define __DBMSAPPVIEW_H__
00007
00008 #include <coecntrl.h>
00009
00021 class CDBMSAppView : public CCoeControl
00022 {
00023 public:
00024
00035 static CDBMSAppView* NewL(const TRect& aRect);
00036
00042 ~CDBMSAppView();
00043
00044 public:
00045
00054 void Draw(const TRect& aRect) const;
00055
00056 private:
00057
00066 void ConstructL(const TRect& aRect);
00067
00073 CDBMSAppView();
00074
00075 private:
00076
00077 };
00078
00079 #endif // __DBMSAPPVIEW_H__