uiacceltk/hitchcock/ServerCore/Src/alfappui.cpp
branchRCL_3
changeset 18 1801340c26a2
parent 15 cd0ae4656946
child 19 e5af45d51884
equal deleted inserted replaced
17:c9d868f1e20c 18:1801340c26a2
   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 // ---------------------------------------------------------------------------