uiacceltk/hitchcock/plugins/alftranseffect/alftranseffectplugin/src/repositoryhandler.cpp
branchRCL_3
changeset 8 10534483575f
parent 0 15bf7259bb7c
--- a/uiacceltk/hitchcock/plugins/alftranseffect/alftranseffectplugin/src/repositoryhandler.cpp	Fri Mar 12 15:47:04 2010 +0200
+++ b/uiacceltk/hitchcock/plugins/alftranseffect/alftranseffectplugin/src/repositoryhandler.cpp	Mon Mar 15 12:43:37 2010 +0200
@@ -67,6 +67,7 @@
 //
 void CRepositoryHandler::RunL()
     {
+    __ALFFXLOGSTRING("CRepositoryHandler::RunL (alf)");
     iError = iCrep->NotifyRequest(iKey, iStatus);
     TInt value;
     TInt err = iCrep->Get(iKey, value);
@@ -80,6 +81,7 @@
     	SetActive();
     	iError = err;
     	}
+    __ALFFXLOGSTRING2("CRepositoryHandler::RunL (alf) iValue: %d, iError %d <<", iValue, iError);
     }
     
 // ---------------------------------------------------------------------------