fepstub/src/AknFepManager.cpp
changeset 24 fc42a86c98e3
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/fepstub/src/AknFepManager.cpp	Wed Jun 23 04:57:58 2010 +0800
@@ -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 <bautils.h>
+#include <coeaui.h>                 //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