--- a/omadm/omadmappui/inc/NSmlDMSyncUtil.h Tue Feb 02 00:03:17 2010 +0200
+++ b/omadm/omadmappui/inc/NSmlDMSyncUtil.h Fri Feb 19 22:41:42 2010 +0200
@@ -21,6 +21,8 @@
// INCLUDES
#include <e32base.h>
+#include <DMNativeNotifier.h>
+
// CLASS DECLARATION
@@ -148,7 +150,19 @@
* @return Boolean
*/
static TBool SettingEnforcementState();
+
+ /**
+ * Shows dialog using DMNotifier interface
+ * @param aOperation
+ * @return Integer
+ */
+ static TInt ShowNativeDialogL(TInt aOperation);
+ public:
+
+ //Holds the instance of implementation
+ static CDMNativeNotifier* iDMNotifier;
+
private:
/**