contextframework/cfwplugins/ApplicationStateSourcePlugIn/inc/cfapplicationstatesettings.h
branchRCL_3
changeset 62 924385140d98
parent 57 5e7d68cc22e0
child 63 c2c61fdca848
equal deleted inserted replaced
58:0818dd463d41 62:924385140d98
     1 /*
     1 /*
     2 * Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies). 
     2 * Copyright (c) 2007-2007 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".
    93         * @param aUid Defines the view whose name is got.
    93         * @param aUid Defines the view whose name is got.
    94         * @param aName Pointer for the view name. Is modified only if the view
    94         * @param aName Pointer for the view name. Is modified only if the view
    95         *  is found.
    95         *  is found.
    96         * @return None
    96         * @return None
    97         */
    97         */
    98         TBool GetViewName( const TUid& aUid, TPtrC& aName ) const;
    98         void GetViewName( const TUid& aUid, TPtrC& aName ) const;
    99 
    99 
   100     private:
   100     private:
   101 
   101 
   102         CCFApplicationStateSettings();
   102         CCFApplicationStateSettings();
   103 
   103