diff -r 4816d766a08a -r f345bda72bc4 Symbian3/PDK/Source/GUID-FDF3546D-1A16-5F71-B9E4-8DA0F02CC7A3.dita --- a/Symbian3/PDK/Source/GUID-FDF3546D-1A16-5F71-B9E4-8DA0F02CC7A3.dita Tue Mar 30 11:42:04 2010 +0100 +++ b/Symbian3/PDK/Source/GUID-FDF3546D-1A16-5F71-B9E4-8DA0F02CC7A3.dita Tue Mar 30 11:56:28 2010 +0100 @@ -1,12 +1,23 @@ - - - - - -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 + + + + + +Reclamation +And Compaction, As A Single JobDescribes the use of ReclaimL() and CompactL() functions. +

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