EXPORT_C void | ReleaseLandmarkResources | ( | TAny * | = NULL | ) |
Releases all globally allocated landmark resources.
When using some landmark services, e.g. CPosLandmarkDatabase , CPosLandmarkParser and CPosLandmarkEncoder , resources are allocated globally. To release these resources, ReleaseLandmarkResources must be called. The safest way to do this is to always call this function from the client's destructor if the client uses landmark services.
This function can be called any number of times.
The function has an anonymous TAny pointer parameter so that the function can be used as a cleanup function for TCleanupItem . The pointer is not used.
TAny * = NULL |
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.