contentpublishingsrv/contentpublishingserver/cpserver/inc/cpserver.h
branchRCL_3
changeset 74 edd621764147
parent 51 15e4dd19031c
equal deleted inserted replaced
64:b276298d5729 74:edd621764147
   110     /**
   110     /**
   111      * Returns notifications array
   111      * Returns notifications array
   112      */
   112      */
   113     RPointerArray<CLiwDefaultList>& GetNotifications( ); 
   113     RPointerArray<CLiwDefaultList>& GetNotifications( ); 
   114 
   114 
       
   115     /**
       
   116      * Get DataMap Cache
       
   117      *
       
   118      * @return DataMap cache reference
       
   119      */
       
   120     TLiwVariant& GetDataMapCache();
       
   121     
   115 private:
   122 private:
   116     // From CActive
   123     // From CActive
   117 
   124 
   118     /**
   125     /**
   119      * Process any errors.
   126      * Process any errors.
   220      * Own.
   227      * Own.
   221      * List of waiting notifications about publisher 
   228      * List of waiting notifications about publisher 
   222      * activation during startup 
   229      * activation during startup 
   223      */
   230      */
   224     RPointerArray<CLiwDefaultList> iNotifications;
   231     RPointerArray<CLiwDefaultList> iNotifications;
       
   232     
       
   233     /*
       
   234      * Own.
       
   235      */
       
   236     TLiwVariant iDataMapCache;
       
   237     
   225     };
   238     };
   226 
   239 
   227 #endif // C_CCPSERVER_H
   240 #endif // C_CCPSERVER_H