diff -r ac5daea24fb0 -r 9f263f780e41 apengine/apsettingshandlerui/src/ApSettingsCommons.cpp --- a/apengine/apsettingshandlerui/src/ApSettingsCommons.cpp Wed Oct 27 17:43:56 2010 +0300 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,74 +0,0 @@ -/* -* Copyright (c) 2002 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: -* Defines common methods. -* -*/ - - - -// INCLUDE FILES -#include -#include -#include -#include -#include "ApSettingsHandlerUI.hrh" -#include -#include -#include -#include - -#include -#include - -#include "ApSettingsHandlerLogger.h" - -void Panic( TApSettingsHandlerUiPanicCodes aPanic ) - { - APSETUILOGGER_ENTERFN( EOther,"Commons::Panic") - - _LIT( kApSet, "APSettingsHandlerUi" ) ; - User::Panic( kApSet, aPanic ) ; - } - - -// --------------------------------------------------------- -// AskQueryL -// --------------------------------------------------------- -// -TInt AskQueryL( TInt aResId, TDesC* aVar ) - { - return 0; - } - - - -// --------------------------------------------------------- -// ShowNoteL -// --------------------------------------------------------- -// -TInt ShowNoteL( TInt aResId, TDesC* aVar ) - { - return 0; - } - - -#ifdef __TEST_OOMDEBUG - TInt GetTestStateL() - { - return 0; - } -#endif // __TEST_OOMDEBUG - -// End of File