diff -r 67369d1b217f -r 6b8f3b30d0ec emailservices/emailstore/message_store/server/inc/ContainerStoreContainersTable.h --- a/emailservices/emailstore/message_store/server/inc/ContainerStoreContainersTable.h Tue May 25 12:23:16 2010 +0300 +++ b/emailservices/emailstore/message_store/server/inc/ContainerStoreContainersTable.h Wed Jun 09 09:22:57 2010 +0300 @@ -157,6 +157,8 @@ TBool IsEncrypted(); + TContainerId FirstChildForDeleteL( TContainerId aId, TDbBookmark& aBookmark ); + private: // =============== @@ -189,7 +191,7 @@ void WriteUnencryptedPropertiesColumnL( const TDesC8& aProperties ); void SetEncryptedL( TBool aIsEncrypted ); - + TContainerId GetFirstChildForDeleteL( TContainerId aId, TDbBookmark& aBookmark ); // ================== // PRIVATE ATTRIBUTES // ================== @@ -211,4 +213,4 @@ }; // end class CContainerStoreContainersTable -#endif \ No newline at end of file +#endif