equal
deleted
inserted
replaced
19 #ifndef NSMLDMSYNCUTIL_H |
19 #ifndef NSMLDMSYNCUTIL_H |
20 #define NSMLDMSYNCUTIL_H |
20 #define NSMLDMSYNCUTIL_H |
21 |
21 |
22 // INCLUDES |
22 // INCLUDES |
23 #include <e32base.h> |
23 #include <e32base.h> |
|
24 #include <DMNativeNotifier.h> |
|
25 |
24 |
26 |
25 // CLASS DECLARATION |
27 // CLASS DECLARATION |
26 |
28 |
27 /** |
29 /** |
28 * TUtil |
30 * TUtil |
146 * Check if SettingEnforcement is set (non-leaving) |
148 * Check if SettingEnforcement is set (non-leaving) |
147 * @param |
149 * @param |
148 * @return Boolean |
150 * @return Boolean |
149 */ |
151 */ |
150 static TBool SettingEnforcementState(); |
152 static TBool SettingEnforcementState(); |
151 |
153 |
|
154 /** |
|
155 * Shows dialog using DMNotifier interface |
|
156 * @param aOperation |
|
157 * @return Integer |
|
158 */ |
|
159 static TInt ShowNativeDialogL(TInt aOperation); |
|
160 |
|
161 public: |
|
162 |
|
163 //Holds the instance of implementation |
|
164 static CDMNativeNotifier* iDMNotifier; |
|
165 |
152 private: |
166 private: |
153 |
167 |
154 /** |
168 /** |
155 * Check if sync has happened today |
169 * Check if sync has happened today |
156 * @param atime |
170 * @param atime |