contentpublishingsrv/contentpublishingserver/cpserver/inc/cpserver.h
changeset 66 32469d7d46ff
parent 0 79c6a41cd166
child 74 edd621764147
equal deleted inserted replaced
61:8e5041d13c84 66:32469d7d46ff
   108     TBool GetLock();
   108     TBool GetLock();
   109 
   109 
   110     /**
   110     /**
   111      * Returns notifications array
   111      * Returns notifications array
   112      */
   112      */
   113     RPointerArray<CLiwDefaultList>& CCPServer::GetNotifications( ); 
   113     RPointerArray<CLiwDefaultList>& GetNotifications( ); 
   114 
   114 
   115 private:
   115 private:
   116     // From CActive
   116     // From CActive
   117 
   117 
   118     /**
   118     /**