harvester/composerplugins/imagecomposer/src/imagepresentobserver.cpp
branchRCL_3
changeset 63 e538444823de
parent 53 29d87345eaeb
equal deleted inserted replaced
57:2872ae438bf7 63:e538444823de
    85 
    85 
    86 
    86 
    87 void CImagePresentObserver::HandleObjectPresentNotification(CMdESession& /*aSession*/, 
    87 void CImagePresentObserver::HandleObjectPresentNotification(CMdESession& /*aSession*/, 
    88 		TBool aPresent, const RArray<TItemId>& aObjectIdArray)
    88 		TBool aPresent, const RArray<TItemId>& aObjectIdArray)
    89 	{
    89 	{
    90     WRITELOG( "CImagePresentObserver::HandleObjectPresentNotification" );
       
    91 	if ( aPresent )
    90 	if ( aPresent )
    92 		{
    91 		{
    93 	    WRITELOG( "CImagePresentObserver::HandleObjectPresentNotification - objects present" );
       
    94 		if ( !iStarted )
    92 		if ( !iStarted )
    95 			{
    93 			{
    96 			CMdEObjectDef* imageObjDef = NULL;
    94 			CMdEObjectDef* imageObjDef = NULL;
    97 			TRAP_IGNORE( imageObjDef = &iDefaultNamespace->GetObjectDefL( 
    95 			TRAP_IGNORE( imageObjDef = &iDefaultNamespace->GetObjectDefL( 
    98 					MdeConstants::Image::KImageObject ));
    96 					MdeConstants::Image::KImageObject ));