equal
deleted
inserted
replaced
33 FLOG(_L("CFotaServer::Main >>")); |
33 FLOG(_L("CFotaServer::Main >>")); |
34 |
34 |
35 FLOG(_L("CFotaServer::HbApplication >>")); |
35 FLOG(_L("CFotaServer::HbApplication >>")); |
36 HbApplication a(argc, argv); |
36 HbApplication a(argc, argv); |
37 |
37 |
38 FSView* view = new FSView(); |
38 HbFSView* view = new HbFSView(); |
39 FLOG(_L("CFotaServer::HbView >>")); |
39 FLOG(_L("CFotaServer::HbView >>")); |
40 view->hideItems(Hb::AllItems); |
40 view->hideItems(Hb::AllItems); |
41 FLOG(_L("CFotaServer::hideItems >>")); |
41 FLOG(_L("CFotaServer::hideItems >>")); |
42 view->setContentFullScreen(); |
42 view->setContentFullScreen(); |
43 FLOG(_L("CFotaServer::setContentFullScreen >>")); |
43 FLOG(_L("CFotaServer::setContentFullScreen >>")); |
69 } |
69 } |
70 |
70 |
71 mainWindow.show(); |
71 mainWindow.show(); |
72 |
72 |
73 FLOG(_L("CFotaServer::show <<")); |
73 FLOG(_L("CFotaServer::show <<")); |
74 //app.installEventFilter(view); |
|
75 RSemaphore sem; |
74 RSemaphore sem; |
76 TInt ret = sem.OpenGlobal(KFotaServerScem); |
75 TInt ret = sem.OpenGlobal(KFotaServerScem); |
77 FLOG(_L("CFotaServer::OpenGlobal >>")); |
76 FLOG(_L("CFotaServer::OpenGlobal >>")); |
78 |
77 |
79 FLOG(_L("CFotaServer::showMaximized <<")); |
78 FLOG(_L("CFotaServer::showMaximized <<")); |