examples/ForumNokia/SMSExample/GUI/src/SMSExampleApp.cpp

00001 /*
00002  * Copyright © 2008 Nokia Corporation.
00003  */
00004 
00005 // INCLUDE FILES
00006 #include <avkon.hrh>
00007 #include <avkon.rsg>
00008 #include <SmsExample.rsg>
00009 #include "SMSExampleApp.h"
00010 #include "SMSExampleDocument.h"
00011 
00012 // ================= MEMBER FUNCTIONS =======================
00013 
00014 // ---------------------------------------------------------
00015 // CSMSExampleApp::AppDllUid()
00016 // Returns application UID
00017 // ---------------------------------------------------------
00018 //
00019 TUid CSMSExampleApp::AppDllUid() const
00020     {
00021     return KUidSMSExample;
00022     }
00023 
00024 
00025 // ---------------------------------------------------------
00026 // CSMSExampleApp::CreateDocumentL()
00027 // Creates CSMSExampleDocument object
00028 // ---------------------------------------------------------
00029 //
00030 CApaDocument* CSMSExampleApp::CreateDocumentL()
00031     {
00032     return CSMSExampleDocument::NewL( *this );
00033     }
00034 
00035 // End of File

Generated by  doxygen 1.6.2