diff -r 924385140d98 -r c2c61fdca848 coreapplicationuis/SysAp/Src/OfflineModeController/SysApOfflineModeControllerImpl.h --- a/coreapplicationuis/SysAp/Src/OfflineModeController/SysApOfflineModeControllerImpl.h Tue Aug 31 15:24:25 2010 +0300 +++ b/coreapplicationuis/SysAp/Src/OfflineModeController/SysApOfflineModeControllerImpl.h Wed Sep 01 12:24:48 2010 +0100 @@ -1,22 +1,19 @@ /* - * Copyright (c) 2005-2010 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: - * CSysApOfflineModeController controls the offline mode. - * It turns OFF RF, BT and WLAN when offline mode is enabled and turns them ON when - * Offline mode is disabled - * - */ +* Copyright (c) 2005 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: The stub implementation of MSysApOfflineModeController. +* +*/ #ifndef SYSAPOFFLINEMODECONTROLLERIMPL_H @@ -30,7 +27,6 @@ // FORWARD DECLARATIONS class CSysApAppUi; -class CSysApCenRepOfflineModeObserver; // CLASS DECLARATION /** @@ -164,11 +160,6 @@ private: CSysApAppUi& iSysApAppUi; - - /** - * Instance of the Offline mode observer. Listens to offline mode changes - */ - CSysApCenRepOfflineModeObserver* iSysApCenRepOfflineModeObserver; TBool iOfflineModeActive; TBool iDoNotActivateRF;