This page was last modified 06:49, 11 January 2008.
Destructor
From Forum Nokia Wiki
Destructor usually deletes any extra resources allocated by the object.
Note:
- Destructor can NOT be allowed to leave! A leave from a destructor may cause the program to terminate abruptly. In S60 3rd edition and later releases a leave is an exception and there can be only one active exception at a time. The destructor may have been called as a part of a routine to handle an exception (leave) and raising another exception will cause the program to be terminated.
See also delete.
| Related Discussions | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| what is a cone 8 error? | Nokia_Archive | Symbian User Interface | 4 | 2008-09-29 06:35 |
| Strange Error After AppUI's Destructor | waltersgs | Symbian User Interface | 1 | 2005-05-06 23:55 |
| a newbie question | horaceng | General Symbian C++ | 4 | 2004-12-14 05:04 |
| about new operator | shanglinhu | General Symbian C++ | 3 | 2004-11-14 10:06 |
| String as a returntype | aayushi | General Symbian C++ | 44 | 2006-11-22 07:24 |
