uiacceltk/hitchcock/plugins/alftranseffect/alftranseffectplugin/src/repositoryhandler.cpp
branchRCL_3
changeset 6 10534483575f
parent 0 15bf7259bb7c
equal deleted inserted replaced
5:433cbbb6a04b 6:10534483575f
    65 // ---------------------------------------------------------------------------
    65 // ---------------------------------------------------------------------------
    66 // ---------------------------------------------------------------------------
    66 // ---------------------------------------------------------------------------
    67 //
    67 //
    68 void CRepositoryHandler::RunL()
    68 void CRepositoryHandler::RunL()
    69     {
    69     {
       
    70     __ALFFXLOGSTRING("CRepositoryHandler::RunL (alf)");
    70     iError = iCrep->NotifyRequest(iKey, iStatus);
    71     iError = iCrep->NotifyRequest(iKey, iStatus);
    71     TInt value;
    72     TInt value;
    72     TInt err = iCrep->Get(iKey, value);
    73     TInt err = iCrep->Get(iKey, value);
    73     if( err == KErrNone )
    74     if( err == KErrNone )
    74     	{
    75     	{
    78     if(iError == KErrNone)
    79     if(iError == KErrNone)
    79     	{
    80     	{
    80     	SetActive();
    81     	SetActive();
    81     	iError = err;
    82     	iError = err;
    82     	}
    83     	}
       
    84     __ALFFXLOGSTRING2("CRepositoryHandler::RunL (alf) iValue: %d, iError %d <<", iValue, iError);
    83     }
    85     }
    84     
    86     
    85 // ---------------------------------------------------------------------------
    87 // ---------------------------------------------------------------------------
    86 // ---------------------------------------------------------------------------
    88 // ---------------------------------------------------------------------------
    87 //
    89 //