securitydialogs/secuinotifications/secuinotificationdialogplugin/src/secuinotificationdialogplugin.cpp
equal
deleted
inserted
replaced
79 if (mError != KNoError) { |
79 if (mError != KNoError) { |
80 delete deviceDialog; |
80 delete deviceDialog; |
81 deviceDialog = 0; |
81 deviceDialog = 0; |
82 } |
82 } |
83 |
83 |
|
84 RDEBUG("1", 1); |
84 return deviceDialog; |
85 return deviceDialog; |
85 } |
86 } |
86 |
87 |
87 // ---------------------------------------------------------------------------- |
88 // ---------------------------------------------------------------------------- |
88 // SecUiNotificationDialogPlugin::deviceDialogInfo() |
89 // SecUiNotificationDialogPlugin::deviceDialogInfo() |
122 info->group = CriticalGroup; |
123 info->group = CriticalGroup; |
123 } |
124 } |
124 } |
125 } |
125 // Return device dialog flags |
126 // Return device dialog flags |
126 |
127 |
|
128 RDEBUG("1", 1); |
127 return true; |
129 return true; |
128 } |
130 } |
129 |
131 |
130 // ---------------------------------------------------------------------------- |
132 // ---------------------------------------------------------------------------- |
131 // SecUiNotificationDialogPlugin::deviceDialogTypes() |
133 // SecUiNotificationDialogPlugin::deviceDialogTypes() |