changeset 103 | b99b84bcd2d1 |
parent 60 | f62f87b200ec |
child 109 | e0aa398e6810 |
--- a/contentstorage/srvinc/casrv.h Fri Jun 11 13:58:37 2010 +0300 +++ b/contentstorage/srvinc/casrv.h Wed Jun 23 18:33:40 2010 +0300 @@ -25,6 +25,7 @@ class CCaSrvEngUtils; class CCaSrvManager; class CCaStorageProxy; +class CCaProgressNotifier; // GLOBAL FUNCTIONS /** @@ -119,6 +120,11 @@ */ CCaSrvManager* iSrvManager; + /* + * Uninstall progress notifier + */ + CCaProgressNotifier* iProgressNotifier; + }; #endif // CASRV_H