uiacceltk/hitchcock/ServerCore/Src/alfappui.cpp
changeset 60 5dafecb0892a
parent 31 1b6909418757
equal deleted inserted replaced
58:57d26d31c595 60:5dafecb0892a
   970 // ---------------------------------------------------------------------------
   970 // ---------------------------------------------------------------------------
   971 // From class CAknAppUi.
   971 // From class CAknAppUi.
   972 // Handles window server event.
   972 // Handles window server event.
   973 // ---------------------------------------------------------------------------
   973 // ---------------------------------------------------------------------------
   974 //
   974 //
   975 EXPORT_C void CAlfAppUi::HandleWsEventL(const TWsEvent& aEvent, CCoeControl* aDestination)
   975 EXPORT_C void CAlfAppUi::HandleWsEventL(const TWsEvent& aEvent, CCoeControl* /*aDestination*/)
   976     {
   976     {
   977     if (aEvent.Type() >= EEventPointer && aEvent.Type() <= 	EEventDragDrop )
   977     if (aEvent.Type() >= EEventPointer && aEvent.Type() <= 	EEventDragDrop )
   978         {
   978         {
   979         StartPointerEventHandling();
   979         StartPointerEventHandling();
   980         }
   980         }
  1251             break;
  1251             break;
  1252         }
  1252         }
  1253     }
  1253     }
  1254 
  1254 
  1255 
  1255 
  1256 TTypeUid::Ptr CAlfAppUi::MopSupplyObject(TTypeUid aId)
  1256 TTypeUid::Ptr CAlfAppUi::MopSupplyObject(TTypeUid /*aId*/)
  1257     {
  1257     {
  1258     return TTypeUid::Null();
  1258     return TTypeUid::Null();
  1259     }
  1259     }
  1260 
  1260 
  1261 // ---------------------------------------------------------------------------
  1261 // ---------------------------------------------------------------------------