diff -r ebc84c812384 -r 46218c8b8afa Symbian3/PDK/Source/GUID-2D8A7DCE-47A2-4326-BF2F-B4901F1723A0.dita --- a/Symbian3/PDK/Source/GUID-2D8A7DCE-47A2-4326-BF2F-B4901F1723A0.dita Thu Mar 11 15:24:26 2010 +0000 +++ b/Symbian3/PDK/Source/GUID-2D8A7DCE-47A2-4326-BF2F-B4901F1723A0.dita Thu Mar 11 18:02:22 2010 +0000 @@ -1,22 +1,22 @@ - - - - - -Releasing -the instance -

When the CHWRMVibra instance is not required -anymore, it must be released. If the vibration feature is still reserved to -the client it is released when the instance is released.

The following -code snippet demonstrates how to release the instance created by using NewLC():

CleanupStack::PopAndDestroy( vibra );

The following code snippet demonstrates how to release the instance created -by using NewL():

CVibraStatusObserver::~CVibraStatusObserver() - { - delete iVibra; - }
+ + + + + +Releasing +the instance +

When the CHWRMVibra instance is not required +anymore, it must be released. If the vibration feature is still reserved to +the client it is released when the instance is released.

The following +code snippet demonstrates how to release the instance created by using NewLC():

CleanupStack::PopAndDestroy( vibra );

The following code snippet demonstrates how to release the instance created +by using NewL():

CVibraStatusObserver::~CVibraStatusObserver() + { + delete iVibra; + }
\ No newline at end of file