uiacceltk/hitchcock/AlfDecoderServerClient/src/alfcompositionclient.cpp
branchRCL_3
changeset 24 f93c875b566e
parent 22 7c5dd702d6d3
child 41 cd0ae4656946
equal deleted inserted replaced
22:7c5dd702d6d3 24:f93c875b566e
  1361     iData->SubscribeCallbackL(aObserver, aHandle, aType ); 
  1361     iData->SubscribeCallbackL(aObserver, aHandle, aType ); 
  1362     }
  1362     }
  1363 
  1363 
  1364 EXPORT_C void CAlfEffectObserver::SetDistractionWindow(const RWindowTreeNode& aWindow, TInt aState)
  1364 EXPORT_C void CAlfEffectObserver::SetDistractionWindow(const RWindowTreeNode& aWindow, TInt aState)
  1365     {
  1365     {
       
  1366     if (!&aWindow)
       
  1367         {
       
  1368         return;
       
  1369         }
  1366     iData->iClient.SendSynch(EAlfSetDistractionWindow, TIpcArgs(aWindow.WindowGroupId(), aWindow.ClientHandle(), aState));
  1370     iData->iClient.SendSynch(EAlfSetDistractionWindow, TIpcArgs(aWindow.WindowGroupId(), aWindow.ClientHandle(), aState));
  1367     }
  1371     }
  1368 
  1372 
  1369 CAlfEffectObserver::CAlfEffectObserver()
  1373 CAlfEffectObserver::CAlfEffectObserver()
  1370     {
  1374     {