branch | RCL_3 |
changeset 24 | d189ee25cf9d |
parent 16 | b5fbb9b25d57 |
child 25 | 3533d4323edc |
23:dcf0eedfc1a3 | 24: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 |