uiacceltk/hitchcock/ServerInterface/src/alfdocument.cpp
branchRCL_3
changeset 22 7c5dd702d6d3
parent 0 15bf7259bb7c
equal deleted inserted replaced
17:3ac8bf5c5014 22:7c5dd702d6d3
    40 // Allocates the appui instance.
    40 // Allocates the appui instance.
    41 // ---------------------------------------------------------------------------
    41 // ---------------------------------------------------------------------------
    42 //
    42 //
    43 CEikAppUi* CAlfDocument::CreateAppUiL()
    43 CEikAppUi* CAlfDocument::CreateAppUiL()
    44     {
    44     {
    45     return new (ELeave) CAlfAppUi;
    45     User::Leave(KErrNotSupported);    
       
    46     return 0;
    46     }
    47     }
    47 
    48 
    48 
    49 
    49 // This is currently only place where we can modify CEikonEnv's instance of wgname
    50 // This is currently only place where we can modify CEikonEnv's instance of wgname
    50 // that would override our custom settings in AppReady
    51 // that would override our custom settings in AppReady