coreapplicationuis/SysAp/Src/SysApApp.cpp
branchRCL_3
changeset 19 924385140d98
parent 0 2e3d3ce01487
child 20 c2c61fdca848
equal deleted inserted replaced
18:0818dd463d41 19:924385140d98
    38 // ---------------------------------------------------------------------------
    38 // ---------------------------------------------------------------------------
    39 
    39 
    40 CApaDocument* CSysApApp::CreateDocumentL()
    40 CApaDocument* CSysApApp::CreateDocumentL()
    41     {
    41     {
    42     return new( ELeave ) CSysApDocument( *this );
    42     return new( ELeave ) CSysApDocument( *this );
       
    43     
       
    44     // return CSysApDocument::NewL(*this);
    43     }
    45     }
    44 
    46 
    45 // ===================== OTHER EXPORTED FUNCTIONS ============================
    47 // ===================== OTHER EXPORTED FUNCTIONS ============================
    46 
    48 
    47 #include <eikstart.h>
    49 #include <eikstart.h>