browserui/browser/FavouritesInc/BrowserBookmarksContainer.inl
branchRCL_3
changeset 48 8e6fa1719340
equal deleted inserted replaced
47:6385c4c93049 48:8e6fa1719340
       
     1 /*
       
     2 * Copyright (c) 2002-2007 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of the License "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description: 
       
    15 *      Inline methods for CWmlBrowserBookmarksContainer
       
    16 *      
       
    17 *
       
    18 */
       
    19 
       
    20 
       
    21 #ifndef BROWSER_BOOKMARKS_CONTAINER_INL
       
    22 #define BROWSER_BOOKMARKS_CONTAINER_INL
       
    23 
       
    24 // ================= MEMBER FUNCTIONS =======================
       
    25 
       
    26 // ---------------------------------------------------------
       
    27 // CBrowserBookmarksContainer::GotoPane
       
    28 // ---------------------------------------------------------
       
    29 //
       
    30 CBrowserBookmarksGotoPane* CBrowserBookmarksContainer::GotoPane() const
       
    31     {
       
    32     return iGotoPane;
       
    33     }
       
    34 
       
    35 
       
    36 // ---------------------------------------------------------
       
    37 // CBrowserBookmarksContainer::GotoPaneActive
       
    38 // ---------------------------------------------------------
       
    39 //
       
    40 TBool CBrowserBookmarksContainer::GotoPaneActive() const
       
    41     {
       
    42     return iGotoPaneActive;
       
    43     }
       
    44 
       
    45 // ---------------------------------------------------------
       
    46 // CBrowserBookmarksContainer::SearchPane
       
    47 // ---------------------------------------------------------
       
    48 //
       
    49 CBrowserBookmarksGotoPane* CBrowserBookmarksContainer::SearchPane() const
       
    50     {
       
    51     return iSearchPane;
       
    52     }
       
    53 
       
    54 // ---------------------------------------------------------
       
    55 // CBrowserBookmarksContainer::SearchPaneActive
       
    56 // ---------------------------------------------------------
       
    57 //
       
    58 TBool CBrowserBookmarksContainer::SearchPaneActive() const
       
    59     {
       
    60     return iSearchPaneActive;
       
    61     }
       
    62 
       
    63 #endif
       
    64 
       
    65 // End of File