agendainterface/inc/CleanupResetAndDestroy.h
changeset 75 7ac58b2aae6f
parent 45 b6db4fd4947b
equal deleted inserted replaced
72:27feeedec790 75:7ac58b2aae6f
     1 /*
     1 /*
     2 * Copyright (c) 2005 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of the License "Symbian Foundation License v1.0"
     5 * under the terms of "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.symbianfoundation.org/legal/sfl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     8 *
     8 *
     9 * Initial Contributors:
     9 * Initial Contributors:
    10 * Nokia Corporation - initial contribution.
    10 * Nokia Corporation - initial contribution.
    11 *
    11 *
    12 * Contributors:
    12 * Contributors:
    13 *
    13 *
    14 * Description:   Provides cleanup item to push ResetAndDestroy calls to 
    14 * Description:   Provides cleanup item to push ResetAndDestroy calls to 
    15  *                cleanup stack. It is heavily used for RPointerArrays,
    15 *                cleanup stack. It is heavily used for RPointerArrays,
    16  *                which are used all over Symbian's CalenInterimAPI.
    16 *                which are used all over Symbian's CalenInterimAPI.
    17  *                Implementation is more or less copy-paste of
    17 *                Implementation is more or less copy-paste of
    18  *                cleanup item of Close method and CleanupClosePushL 
    18 *                cleanup item of Close method and CleanupClosePushL 
    19  *
    19 *
    20 */
    20 */
    21 
       
    22 
    21 
    23 
    22 
    24 #ifndef __CLEANUPRESETANDDESTROY_H__
    23 #ifndef __CLEANUPRESETANDDESTROY_H__
    25 #define __CLEANUPRESETANDDESTROY_H__
    24 #define __CLEANUPRESETANDDESTROY_H__
    26 
    25