harvester/composerplugins/imagecomposer/src/imagepresentobserver.cpp
branchRCL_3
changeset 20 f23c07ec56e2
parent 6 646a02f170b9
child 21 85f623e1ef41
--- a/harvester/composerplugins/imagecomposer/src/imagepresentobserver.cpp	Thu Aug 19 10:20:41 2010 +0300
+++ b/harvester/composerplugins/imagecomposer/src/imagepresentobserver.cpp	Tue Aug 31 15:37:30 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;