usbengines/usbotgwatcher/src/cusbnotifmanager.cpp
changeset 93 2dc695882abd
parent 47 878846f7623e
equal deleted inserted replaced
89:3592750162a5 93:2dc695882abd
   188         }
   188         }
   189     else
   189     else
   190         {
   190         {
   191         LOG1("Unexpected aCat = 0x%X", aCat );
   191         LOG1("Unexpected aCat = 0x%X", aCat );
   192         PANIC(EWrongNotifierCategory);
   192         PANIC(EWrongNotifierCategory);
       
   193         return;
   193         }
   194         }
   194 
   195 
   195     CleanupStack::PushL(notifier);
   196     CleanupStack::PushL(notifier);
   196 
   197 
   197     iWaitNotifiers.AppendL(CWaitNotifierInfo::NewL(notifier, *aObserver));
   198     iWaitNotifiers.AppendL(CWaitNotifierInfo::NewL(notifier, *aObserver));
   198 
   199 
   199     notifier->ShowL();
   200     notifier->ShowL();
   200 
   201     
   201     CleanupStack::Pop(notifier);
   202     CleanupStack::Pop(notifier);
   202     }
   203     }
   203 
   204 
   204 // ---------------------------------------------------------------------------
   205 // ---------------------------------------------------------------------------
   205 //
   206 //