calendarui/inc/CleanupResetAndDestroy.h
changeset 18 c198609911f9
parent 0 f979ecb2b13e
child 66 bd7edf625bdd
equal deleted inserted replaced
0:f979ecb2b13e 18:c198609911f9
     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