cbs/cbsui/UiSrc/ccbsuisettingsviewcontainer.cpp
branchRCL_3
changeset 8 1b9ee3c7442d
parent 0 ff3b6d0fd310
equal deleted inserted replaced
7:7237db0d9fca 8:1b9ee3c7442d
     1 /*
     1 /*
     2 * Copyright (c) 2002-2009 Nokia Corporation and/or its subsidiary(-ies). 
     2 * Copyright (c) 2002-2010 Nokia Corporation and/or its subsidiary(-ies). 
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0"
     5 * under the terms of "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
   630 // CCbsUiSettingsViewContainer::GetHelpContext
   630 // CCbsUiSettingsViewContainer::GetHelpContext
   631 // 
   631 // 
   632 // Gets the control's help context.
   632 // Gets the control's help context.
   633 // ---------------------------------------------------------
   633 // ---------------------------------------------------------
   634 //
   634 //
   635 void CCbsUiSettingsViewContainer::GetHelpContext( TCoeHelpContext& aContext ) const
   635 void CCbsUiSettingsViewContainer::GetHelpContext( 
   636     {
   636     TCoeHelpContext& aContext ) const
   637     aContext.iMajor = TUid::Uid(KUidCbsUiappDef);
   637     {
       
   638     aContext.iMajor = TUid::Uid(0x100058C5); // Messaging MCE UID
   638     aContext.iContext = KMCE_HLP_SETTINGS_CB;
   639     aContext.iContext = KMCE_HLP_SETTINGS_CB;
   639     }
   640     }
   640 
       
   641 
   641 
   642 
   642 
   643 // ----------------------------------------------------
   643 // ----------------------------------------------------
   644 // CCbsUiSettingsViewContainer::HandleResourceChange
   644 // CCbsUiSettingsViewContainer::HandleResourceChange
   645 //
   645 //