harvester/composerplugins/imagecomposer/src/imagepresentobserver.cpp
changeset 52 40db28bb26b8
parent 20 6dfc5f825351
child 50 85f623e1ef41
equal deleted inserted replaced
45:a93990e5815e 52:40db28bb26b8
    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" );
    90 	if ( aPresent )
    91 	if ( aPresent )
    91 		{
    92 		{
       
    93 	    WRITELOG( "CImagePresentObserver::HandleObjectPresentNotification - objects present" );
    92 		if ( !iStarted )
    94 		if ( !iStarted )
    93 			{
    95 			{
    94 			CMdEObjectDef* imageObjDef = NULL;
    96 			CMdEObjectDef* imageObjDef = NULL;
    95 			TRAP_IGNORE( imageObjDef = &iDefaultNamespace->GetObjectDefL( 
    97 			TRAP_IGNORE( imageObjDef = &iDefaultNamespace->GetObjectDefL( 
    96 					MdeConstants::Image::KImageObject ));
    98 					MdeConstants::Image::KImageObject ));