browserui/browser/FavouritesInc/BrowserBookmarksContainer.inl
author Shabe Razvi <shaber@symbian.org>
Fri, 13 Nov 2009 16:08:17 +0000
branchRCL_1
changeset 29 593d8cf01e2e
parent 10 57d5b8e231c4
permissions -rw-r--r--
Added tag PDK_2.0.1 for changeset 2359a9e70145

/*
* Copyright (c) 2002-2007 Nokia Corporation and/or its subsidiary(-ies).
* All rights reserved.
* This component and the accompanying materials are made available
* under the terms of the License "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: 
*      Inline methods for CWmlBrowserBookmarksContainer
*      
*
*/


#ifndef BROWSER_BOOKMARKS_CONTAINER_INL
#define BROWSER_BOOKMARKS_CONTAINER_INL

// ================= MEMBER FUNCTIONS =======================

// ---------------------------------------------------------
// CBrowserBookmarksContainer::GotoPane
// ---------------------------------------------------------
//
CBrowserBookmarksGotoPane* CBrowserBookmarksContainer::GotoPane() const
    {
    return iGotoPane;
    }


// ---------------------------------------------------------
// CBrowserBookmarksContainer::GotoPaneActive
// ---------------------------------------------------------
//
TBool CBrowserBookmarksContainer::GotoPaneActive() const
    {
    return iGotoPaneActive;
    }

// ---------------------------------------------------------
// CBrowserBookmarksContainer::SearchPane
// ---------------------------------------------------------
//
CBrowserBookmarksGotoPane* CBrowserBookmarksContainer::SearchPane() const
    {
    return iSearchPane;
    }

// ---------------------------------------------------------
// CBrowserBookmarksContainer::SearchPaneActive
// ---------------------------------------------------------
//
TBool CBrowserBookmarksContainer::SearchPaneActive() const
    {
    return iSearchPaneActive;
    }

#endif

// End of File