EPos_Landmarks.cpp File Reference

ReleaseLandmarkResources(TAny *)

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.

Since
S60 3.0

Parameters

TAny *  = NULL