harvester/composerplugins/imagecomposer/src/imagepresentobserver.cpp
changeset 48 1389872e7c51
parent 20 6dfc5f825351
child 50 85f623e1ef41
--- a/harvester/composerplugins/imagecomposer/src/imagepresentobserver.cpp	Fri Aug 06 09:56:02 2010 +0300
+++ b/harvester/composerplugins/imagecomposer/src/imagepresentobserver.cpp	Mon Aug 23 13:33:21 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;