harvester/composerplugins/imagecomposer/src/imagepresentobserver.cpp
branchRCL_3
changeset 53 29d87345eaeb
parent 50 85f623e1ef41
child 63 e538444823de
--- a/harvester/composerplugins/imagecomposer/src/imagepresentobserver.cpp	Wed Sep 01 12:24:24 2010 +0100
+++ b/harvester/composerplugins/imagecomposer/src/imagepresentobserver.cpp	Tue Sep 14 22:10:25 2010 +0300
@@ -87,8 +87,10 @@
 void CImagePresentObserver::HandleObjectPresentNotification(CMdESession& /*aSession*/, 
 		TBool aPresent, const RArray<TItemId>& aObjectIdArray)
 	{
+    WRITELOG( "CImagePresentObserver::HandleObjectPresentNotification" );
 	if ( aPresent )
 		{
+	    WRITELOG( "CImagePresentObserver::HandleObjectPresentNotification - objects present" );
 		if ( !iStarted )
 			{
 			CMdEObjectDef* imageObjDef = NULL;