--- a/src/hbservers/hbdevicedialogappserver/hbddappfactorysymbian.cpp Mon Oct 04 17:49:30 2010 +0300
+++ b/src/hbservers/hbdevicedialogappserver/hbddappfactorysymbian.cpp Mon Oct 18 18:23:13 2010 +0300
@@ -31,6 +31,8 @@
#include <qs60mainappui.h>
#include <QSymbianEvent>
+/// \cond
+
// In order to override CCoeAppUi::FrameworkCallsRendezvous() Application/Document/AppUi needs to be
// derived from.
@@ -66,19 +68,9 @@
{
}
-// Event filter to block exit
-bool HbDeviceDialogServerApp::symbianEventFilter(const QSymbianEvent *event)
-{
- if (event->type() == QSymbianEvent::CommandEvent) {
- int command = event->command();
- if (command == EAknSoftkeyExit || command == EEikCmdExit) {
- return true; // block exit commands
- }
- }
- return false;
-}
-
// Block application quit() slot
void HbDeviceDialogServerApp::quit()
{
}
+
+/// \endcond