00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019 #ifndef __SQLSRVDEMO_APPVIEW_H__
00020 #define __SQLSRVDEMO_APPVIEW_H__
00021
00022
00023
00024 #include <coecntrl.h>
00025
00026
00027
00028
00029
00035 class CSqlSrvDemoAppView : public CCoeControl
00036 {
00037 public:
00038
00046 static CSqlSrvDemoAppView* NewL( const TRect& aRect );
00047
00055 static CSqlSrvDemoAppView* NewLC( const TRect& aRect );
00056
00061 virtual ~CSqlSrvDemoAppView();
00062
00063 public:
00064
00070 void Draw( const TRect& aRect ) const;
00071
00072 private:
00073
00079 void ConstructL( const TRect& aRect );
00080
00085 CSqlSrvDemoAppView();
00086 };
00087
00088 #endif // __SQLSRVDEMO_APPVIEW_H__