branch | RCL_3 |
changeset 10 | 7c5dd702d6d3 |
parent 0 | 15bf7259bb7c |
--- a/uiacceltk/hitchcock/ServerInterface/src/alfdocument.cpp Tue Apr 27 17:34:42 2010 +0300 +++ b/uiacceltk/hitchcock/ServerInterface/src/alfdocument.cpp Tue May 11 17:03:00 2010 +0300 @@ -42,7 +42,8 @@ // CEikAppUi* CAlfDocument::CreateAppUiL() { - return new (ELeave) CAlfAppUi; + User::Leave(KErrNotSupported); + return 0; }