mmappcomponents/harvester/metadataextractor/src/mpxfileinfoutility.cpp
changeset 48 b7b49303d0c0
parent 45 09978a29cfde
equal deleted inserted replaced
45:09978a29cfde 48:b7b49303d0c0
    10 * Nokia Corporation - initial contribution.
    10 * Nokia Corporation - initial contribution.
    11 *
    11 *
    12 * Contributors:
    12 * Contributors:
    13 *
    13 *
    14 * Description:  This class is responsible for reading file info
    14 * Description:  This class is responsible for reading file info
    15 *  Version     : %version: da1mmcf#5.1.3.1.6.2.2 % << Don't touch! Updated by Synergy at check-out.
    15 *  Version     : %version: e003sa33#5.1.3.1.6.2.3 % << Don't touch! Updated by Synergy at check-out.
    16 *
    16 *
    17 *  Copyright © 2005 Nokia. All rights reserved.
    17 *  Copyright © 2005 Nokia. All rights reserved.
    18 */
    18 */
    19 
    19 
    20 
    20 
    79     	}
    79     	}
    80     
    80     
    81     iMMFControllers.ResetAndDestroy();
    81     iMMFControllers.ResetAndDestroy();
    82     iMMFControllers.Close();
    82     iMMFControllers.Close();
    83     
    83     
    84     // delete non cached controller
    84     //delete non cached Helix controller
    85     if(iController)
    85     if( iController && ( iCurrentControllerUid == 0x10207B65 ) )
    86         {
    86         {
    87         iController->Close();
    87         iController->Close();
    88         delete iController;
    88         delete iController;
    89         iController = NULL;
    89         iController = NULL;
    90         }
    90         }