uiacceltk/hitchcock/plugins/alftranseffect/alfgfxtransadapter/src/gfxtransenginetfx.cpp
branchRCL_3
changeset 5 433cbbb6a04b
parent 0 15bf7259bb7c
child 6 10534483575f
equal deleted inserted replaced
3:d8a3531bc6b8 5:433cbbb6a04b
   678 
   678 
   679 // ---------------------------------------------------------------------------
   679 // ---------------------------------------------------------------------------
   680 // calls to GfxTransEffect::NotifyExternalState comes through here.
   680 // calls to GfxTransEffect::NotifyExternalState comes through here.
   681 // ---------------------------------------------------------------------------
   681 // ---------------------------------------------------------------------------
   682 //
   682 //
   683 void CGfxTransAdapterTfx::NotifyExternalState( TInt aState, const TDesC8* /*aArg*/ )
   683 void CGfxTransAdapterTfx::NotifyExternalState( TInt aState, const TDesC8* aArg )
   684 	{
   684 	{
   685 	switch(aState)
   685 	switch(aState)
   686 		{
   686 		{
   687 		case ECaptureComponentsBegin:
   687 		case ECaptureComponentsBegin:
   688         	if( !IsActive() )
   688         	if( !IsActive() )
   708 			return;
   708 			return;
   709         case EBeginPopupSequence:
   709         case EBeginPopupSequence:
   710 	    case ELastPopupInSequence:
   710 	    case ELastPopupInSequence:
   711 	    case EEndPopupSequence:
   711 	    case EEndPopupSequence:
   712 		case EInternalHandleSequence:
   712 		case EInternalHandleSequence:
       
   713 		    break;
   713 		case EGetRegistrationType:
   714 		case EGetRegistrationType:
       
   715 		    {
       
   716 		    // Not supported
       
   717 	        TUid* t = (TUid*)(aArg);
       
   718 	        *t = KNullUid;
       
   719 	        break;
       
   720 		    }
   714         case EAddIgnoreWOChildComponent:
   721         case EAddIgnoreWOChildComponent:
   715         case ERemoveIgnoreWOChildComponent:
   722         case ERemoveIgnoreWOChildComponent:
   716         default:
   723         default:
   717             //ignored
   724             //ignored
   718             break;
   725             break;