emailservices/emailstore/message_store/server/inc/ContainerStoreContainersTable.h
branchRCL_3
changeset 18 6b8f3b30d0ec
parent 8 e1b6206813b4
child 24 d189ee25cf9d
equal deleted inserted replaced
17:67369d1b217f 18:6b8f3b30d0ec
   155         
   155         
   156         TBool DecryptNextL ( TDbBookmark& aNextRow, TContainerId& aDecryptedContainerId );
   156         TBool DecryptNextL ( TDbBookmark& aNextRow, TContainerId& aDecryptedContainerId );
   157         
   157         
   158         TBool IsEncrypted();
   158         TBool IsEncrypted();
   159         
   159         
       
   160         TContainerId FirstChildForDeleteL( TContainerId aId, TDbBookmark& aBookmark );
       
   161         
   160 	private:
   162 	private:
   161 	
   163 	
   162 	    // ===============
   164 	    // ===============
   163 	    // PRIVATE METHODS
   165 	    // PRIVATE METHODS
   164 	    // ===============
   166 	    // ===============
   187         
   189         
   188         void ReadUnencryptedPropertiesColumnL( RBuf8& aProperties );
   190         void ReadUnencryptedPropertiesColumnL( RBuf8& aProperties );
   189         void WriteUnencryptedPropertiesColumnL( const TDesC8& aProperties );
   191         void WriteUnencryptedPropertiesColumnL( const TDesC8& aProperties );
   190         
   192         
   191         void SetEncryptedL( TBool aIsEncrypted );
   193         void SetEncryptedL( TBool aIsEncrypted );
   192 
   194         TContainerId GetFirstChildForDeleteL( TContainerId aId, TDbBookmark& aBookmark );
   193 	    // ==================
   195 	    // ==================
   194 	    // PRIVATE ATTRIBUTES
   196 	    // PRIVATE ATTRIBUTES
   195 	    // ==================
   197 	    // ==================
   196 	    
   198 	    
   197 		MCustomBehaviorProvider&   iCustomBehaviorProvider;
   199 		MCustomBehaviorProvider&   iCustomBehaviorProvider;