emailservices/emailstore/base_plugin/inc/baseplugincommonutils.h
branchRCL_3
changeset 63 d189ee25cf9d
parent 24 b5fbb9b25d57
child 64 3533d4323edc
equal deleted inserted replaced
61:dcf0eedfc1a3 63:d189ee25cf9d
    72 template <class T>
    72 template <class T>
    73 inline void CleanupResetAndDestroyPushL( T& aRef )
    73 inline void CleanupResetAndDestroyPushL( T& aRef )
    74     {
    74     {
    75     CleanupResetAndDestroy<T>::PushL( aRef );
    75     CleanupResetAndDestroy<T>::PushL( aRef );
    76     }
    76     }
    77 
       
    78 
       
    79 #endif
    77 #endif