diff -r ac7e4d1d9209 -r ebd48d2de13c fepstub/src/AknFepManager.cpp --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fepstub/src/AknFepManager.cpp Tue Aug 31 15:31:50 2010 +0300 @@ -0,0 +1,99 @@ +/* +* Copyright (c) 2002-2008 Nokia Corporation and/or its subsidiary(-ies). +* All rights reserved. +* This component and the accompanying materials are made available +* under the terms of "Eclipse Public License v1.0"" +* which accompanies this distribution, and is available +* at the URL "http://www.eclipse.org/legal/epl-v10.html". +* +* Initial Contributors: +* Nokia Corporation - initial contribution. +* +* Contributors: +* +* Description: +* Provides the CAknFepManager methods. +* +*/ + + +#include "AknFepManager.h" + +#include +#include //CCoeAppUi + +CAknFepManager::CAknFepManager(CCoeEnv& aConeEnvironment) + :CCoeFep(aConeEnvironment) + { + } + +void CAknFepManager::ConstructL(const CCoeFepParameters& /*aFepParameters*/) + { + } +CAknFepManager::~CAknFepManager() + { + } +void CAknFepManager::HandleAknEdwinStateEventL(CAknEdwinState* /*aAknEdwinState*/, + EAknEdwinStateEvent /*aEventType*/) +{ +} +void CAknFepManager::HandleChangeInFocus() + { + } +void CAknFepManager::HandleGainingForeground() + { + } +void CAknFepManager::HandleLosingForeground() + { + } +void CAknFepManager::HandleDestructionOfFocusedItem() + { + } + +TInt CAknFepManager::NumberOfAttributes() const + { + return 0; + } + +TUid CAknFepManager::AttributeAtIndex(TInt /*aIndex*/) const + { + return KNullUid; + } + +void CAknFepManager::WriteAttributeDataToStreamL(TUid /*aAttributeUid*/, RWriteStream& /*aStream*/) const + { + } + +void CAknFepManager::ReadAttributeDataFromStreamL(TUid /*aAttributeUid*/, RReadStream& /*aStream*/) + { + } + + +void CAknFepManager::CancelTransaction() + { + + } + +void CAknFepManager::IsOnHasChangedState() + { + } + +void CAknFepManager::OfferKeyEventL(TEventResponse& /*aEventResponse*/, + const TKeyEvent& /*aKeyEvent*/, + TEventCode /*aEventCode*/) + { + } + +void CAknFepManager::OfferPointerEventL(TEventResponse& /*aEventResponse*/, + const TPointerEvent& /*aPointerEvent*/, + const CCoeControl* /*aWindowOwningControl*/) + { + } + +void CAknFepManager::OfferPointerBufferReadyEventL(TEventResponse& /*aEventResponse*/, + const CCoeControl* /*aWindowOwningControl*/) + { + } + + +// End of file