Symbian3/PDK/Source/GUID-FDF3546D-1A16-5F71-B9E4-8DA0F02CC7A3.dita
changeset 5 f345bda72bc4
parent 3 46218c8b8afa
child 14 578be2adaf3e
equal deleted inserted replaced
4:4816d766a08a 5:f345bda72bc4
     7     Nokia Corporation - initial contribution.
     7     Nokia Corporation - initial contribution.
     8 Contributors: 
     8 Contributors: 
     9 -->
     9 -->
    10 <!DOCTYPE concept
    10 <!DOCTYPE concept
    11   PUBLIC "-//OASIS//DTD DITA Concept//EN" "concept.dtd">
    11   PUBLIC "-//OASIS//DTD DITA Concept//EN" "concept.dtd">
    12 <concept xml:lang="en" id="GUID-FDF3546D-1A16-5F71-B9E4-8DA0F02CC7A3"><title>Reclamation and compaction, as a single job</title><prolog><metadata><keywords/></metadata></prolog><conbody><p>Space reclamation for a store can be performed as a single job by calling the store’s <codeph>ReclaimL()</codeph> member function.</p> <p>Compaction for a store can be performed as a single job by calling the store’s <codeph>CompactL()</codeph> member function.</p> <p>Both <codeph>ReclaimL()</codeph> and <codeph>CompactL()</codeph> only return once space reclamation or compaction are complete, and this can take some time.</p> <p>Once compaction is complete, the store must be committed.</p> <p>Streams <i>must</i> be closed before calling <codeph>CompactL()</codeph>.</p> </conbody></concept>
    12 <concept id="GUID-FDF3546D-1A16-5F71-B9E4-8DA0F02CC7A3" xml:lang="en"><title>Reclamation
       
    13 And Compaction, As A Single Job</title><shortdesc>Describes the use of <codeph>ReclaimL()</codeph> and <codeph>CompactL()</codeph> functions.</shortdesc><prolog><metadata><keywords/></metadata></prolog><conbody>
       
    14 <p>Space reclamation for a store can be performed as a single job by calling
       
    15 the store’s <codeph>ReclaimL()</codeph> member function.</p>
       
    16 <p>Compaction for a store can be performed as a single job by calling the
       
    17 store’s <codeph>CompactL()</codeph> member function.</p>
       
    18 <p>Both <codeph>ReclaimL()</codeph> and <codeph>CompactL()</codeph> only return
       
    19 once space reclamation or compaction are complete, and this can take some
       
    20 time.</p>
       
    21 <p>Once compaction is complete, the store must be committed.</p>
       
    22 <p>Streams <i>must</i> be closed before calling <codeph>CompactL()</codeph>.</p>
       
    23 </conbody></concept>