Symbian
Symbian OS Library

FAQ-0691 What functions that could leave in ER5 can no longer leave in v6.0?

[Index][spacer] [Previous] [Next]



 

Classification: C++ Category: Introduction
Created: 12/18/2000 Modified: 07/23/2003
Number: FAQ-0691
Platform: Not Applicable

Question:
What functions that could leave in ER5 can no longer leave in later versions of Symbian OS?

Answer:
Certain cone functions to resize and move controls are no longer allowed to leave. These are SizeChangedL(), SetRectL(), SetSizeL(), SetExtentL() and SetExtentToWholeScreenL(). They are now SizeChanged(), SetRect(), SetSize(), SetExtent() and SetExtentToWholeScreen(). This is purely because the L was erronous - none of these functions contained code that could leave.