Symbian Developer Library

SYMBIAN OS V6.1 EDITION FOR C++

[Index] [Glossary] [Previous] [Next]



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().