diff -r 89d6a7a84779 -r 25a17d01db0c Symbian3/PDK/Source/GUID-FDF3546D-1A16-5F71-B9E4-8DA0F02CC7A3.dita --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Symbian3/PDK/Source/GUID-FDF3546D-1A16-5F71-B9E4-8DA0F02CC7A3.dita Fri Jan 22 18:26:19 2010 +0000 @@ -0,0 +1,12 @@ + + + + + +Reclamation and compaction, as a single job

Space reclamation for a store can be performed as a single job by calling the store’s ReclaimL() member function.

Compaction for a store can be performed as a single job by calling the store’s CompactL() member function.

Both ReclaimL() and CompactL() only return once space reclamation or compaction are complete, and this can take some time.

Once compaction is complete, the store must be committed.

Streams must be closed before calling CompactL().

\ No newline at end of file