uiacceltk/hitchcock/ServerCore/Src/alfappui.cpp
branchRCL_3
changeset 18 1801340c26a2
parent 15 cd0ae4656946
child 19 e5af45d51884
--- a/uiacceltk/hitchcock/ServerCore/Src/alfappui.cpp	Thu Jul 15 19:40:07 2010 +0300
+++ b/uiacceltk/hitchcock/ServerCore/Src/alfappui.cpp	Thu Aug 19 10:48:02 2010 +0300
@@ -972,7 +972,7 @@
 // Handles window server event.
 // ---------------------------------------------------------------------------
 //
-EXPORT_C void CAlfAppUi::HandleWsEventL(const TWsEvent& aEvent, CCoeControl* aDestination)
+EXPORT_C void CAlfAppUi::HandleWsEventL(const TWsEvent& aEvent, CCoeControl* /*aDestination*/)
     {
     if (aEvent.Type() >= EEventPointer && aEvent.Type() <= 	EEventDragDrop )
         {
@@ -1253,7 +1253,7 @@
     }
 
 
-TTypeUid::Ptr CAlfAppUi::MopSupplyObject(TTypeUid aId)
+TTypeUid::Ptr CAlfAppUi::MopSupplyObject(TTypeUid /*aId*/)
     {
     return TTypeUid::Null();
     }