diff -r 43e37759235e -r 51a74ef9ed63 Symbian3/SDK/Source/GUID-C6AB2B3A-BBFC-5B57-BECB-F46C96250502.dita --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Symbian3/SDK/Source/GUID-C6AB2B3A-BBFC-5B57-BECB-F46C96250502.dita Wed Mar 31 11:11:55 2010 +0100 @@ -0,0 +1,37 @@ + + + + + +Cleanup +stack support for non-CBase classesThe cleanup stack supports other types of cleanup using CleanupStack::PushL(). +

The discussion of clean up so far has assumed objects to be cleaned up +are derived from CBase, with clean up by invoking delete. +Other classes need explicit cleanup support to be provided by the programmer.

+

The cleanup stack supports other types of cleanup. You can push:

+ +

Some utility functions are provided that make construction of a suitable TCleanupItem easy. +See How to clean up +non-CBase classes.

+
\ No newline at end of file