contentstorage/srvinc/casrv.h
changeset 103 b99b84bcd2d1
parent 60 f62f87b200ec
child 109 e0aa398e6810
equal deleted inserted replaced
83:156f692b1687 103:b99b84bcd2d1
    23 
    23 
    24 // FORWARD DECLARATION
    24 // FORWARD DECLARATION
    25 class CCaSrvEngUtils;
    25 class CCaSrvEngUtils;
    26 class CCaSrvManager;
    26 class CCaSrvManager;
    27 class CCaStorageProxy;
    27 class CCaStorageProxy;
       
    28 class CCaProgressNotifier;
    28 
    29 
    29 // GLOBAL FUNCTIONS
    30 // GLOBAL FUNCTIONS
    30 /**
    31 /**
    31  * Run the Menu Server (entry function).
    32  * Run the Menu Server (entry function).
    32  * @return Error code.
    33  * @return Error code.
   117     /*
   118     /*
   118      * Srv plugin manager. Own.
   119      * Srv plugin manager. Own.
   119      */
   120      */
   120     CCaSrvManager* iSrvManager;
   121     CCaSrvManager* iSrvManager;
   121 
   122 
       
   123     /*
       
   124      * Uninstall progress notifier
       
   125      */
       
   126     CCaProgressNotifier* iProgressNotifier;
       
   127 
   122     };
   128     };
   123 
   129 
   124 #endif // CASRV_H
   130 #endif // CASRV_H
   125 // End of File
   131 // End of File