uiacceltk/hitchcock/plugins/alftranseffect/alfgfxtransadapter/src/gfxtransenginetfx.cpp
branchRCL_3
changeset 5 433cbbb6a04b
parent 0 15bf7259bb7c
child 6 10534483575f
--- a/uiacceltk/hitchcock/plugins/alftranseffect/alfgfxtransadapter/src/gfxtransenginetfx.cpp	Mon Feb 22 17:57:49 2010 +0200
+++ b/uiacceltk/hitchcock/plugins/alftranseffect/alfgfxtransadapter/src/gfxtransenginetfx.cpp	Fri Mar 12 15:47:04 2010 +0200
@@ -680,7 +680,7 @@
 // calls to GfxTransEffect::NotifyExternalState comes through here.
 // ---------------------------------------------------------------------------
 //
-void CGfxTransAdapterTfx::NotifyExternalState( TInt aState, const TDesC8* /*aArg*/ )
+void CGfxTransAdapterTfx::NotifyExternalState( TInt aState, const TDesC8* aArg )
 	{
 	switch(aState)
 		{
@@ -710,7 +710,14 @@
 	    case ELastPopupInSequence:
 	    case EEndPopupSequence:
 		case EInternalHandleSequence:
+		    break;
 		case EGetRegistrationType:
+		    {
+		    // Not supported
+	        TUid* t = (TUid*)(aArg);
+	        *t = KNullUid;
+	        break;
+		    }
         case EAddIgnoreWOChildComponent:
         case ERemoveIgnoreWOChildComponent:
         default: