contentstorage/srvinc/casrv.h
changeset 102 8b8b34fa9751
parent 98 d2f833ab7940
child 107 b34d53f6acdf
equal deleted inserted replaced
100:0920c6a9b6c8 102:8b8b34fa9751
    18 #ifndef CASRV_H
    18 #ifndef CASRV_H
    19 #define CASRV_H
    19 #define CASRV_H
    20 
    20 
    21 //  INCLUDES
    21 //  INCLUDES
    22 #include <e32base.h>
    22 #include <e32base.h>
       
    23 #include <usif/scr/scr.h>
    23 
    24 
    24 // FORWARD DECLARATION
    25 // FORWARD DECLARATION
    25 class CCaSrvEngUtils;
    26 class CCaSrvEngUtils;
    26 class CCaSrvManager;
    27 class CCaSrvManager;
    27 class CCaStorageProxy;
    28 class CCaStorageProxy;
    28 class CCaProgressNotifier;
       
    29 
    29 
    30 // GLOBAL FUNCTIONS
    30 // GLOBAL FUNCTIONS
    31 /**
    31 /**
    32  * Run the Menu Server (entry function).
    32  * Run the Menu Server (entry function).
    33  * @return Error code.
    33  * @return Error code.
   112 
   112 
   113     /*
   113     /*
   114      * Utils. Own.
   114      * Utils. Own.
   115      */
   115      */
   116     CCaSrvEngUtils* iSrvEngUtils;
   116     CCaSrvEngUtils* iSrvEngUtils;
       
   117     
       
   118     /*
       
   119      * Software Component Registry. Own.
       
   120      */
       
   121     Usif::RSoftwareComponentRegistry iSoftwareRegistry;
   117 
   122 
   118     /*
   123     /*
   119      * Srv plugin manager. Own.
   124      * Srv plugin manager. Own.
   120      */
   125      */
   121     CCaSrvManager* iSrvManager;
   126     CCaSrvManager* iSrvManager;
   122 
   127 
   123     /*
       
   124      * Uninstall progress notifier
       
   125      */
       
   126     CCaProgressNotifier* iProgressNotifier;
       
   127 
       
   128     };
   128     };
   129 
   129 
   130 #endif // CASRV_H
   130 #endif // CASRV_H
   131 // End of File
   131 // End of File