Inherits CBrowserView.
Public Member Functions | |
virtual | ~CAboutView () |
Static Public Member Functions | |
static CAboutView * | NewL () |
static CAboutView * | NewLC () |
CAboutView view class. An instance of the Application View object for the SqlSrvDemo example application
Definition at line 33 of file AboutView.h.
CAboutView::~CAboutView | ( | ) | [virtual] |
~CAboutView. Virtual Destructor.
Definition at line 78 of file AboutView.cpp.
CAboutView * CAboutView::NewL | ( | ) | [static] |
NewL. Two-phased constructor. Construct a CAboutView for the AVKON application aApp. Using two phase construction,and return a pointer to the created object.
Definition at line 43 of file AboutView.cpp.
CAboutView * CAboutView::NewLC | ( | ) | [static] |
NewLC. Two-phased constructor. Construct a CAboutView for the AVKON application aApp. Using two phase construction,and return a pointer to the created object.
Definition at line 55 of file AboutView.cpp.