browserui/browser/FavouritesInc/BrowserBookmarksEditFormApModel.inl
branchRCL_3
changeset 48 8e6fa1719340
parent 0 84ad3b177aa3
equal deleted inserted replaced
47:6385c4c93049 48:8e6fa1719340
       
     1 /*
       
     2 * Copyright (c) 2002 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 CWmlBrowserBookmarksEditFormApModel
       
    16 *
       
    17 *
       
    18 */
       
    19 
       
    20 
       
    21 #ifndef BROWSER_BOOKMARKS_EDIT_FORM_AP_MODEL_INL
       
    22 #define BROWSER_BOOKMARKS_EDIT_FORM_AP_MODEL_INL
       
    23 
       
    24 // ================= MEMBER FUNCTIONS =======================
       
    25 
       
    26 // ---------------------------------------------------------
       
    27 // CBrowserBookmarksEditFormApModel::QueryValue
       
    28 // ---------------------------------------------------------
       
    29 //
       
    30 CAknQueryValueText* CBrowserBookmarksEditFormApModel::QueryValue()
       
    31     {
       
    32     return iTextValue;
       
    33     }
       
    34 
       
    35 #endif
       
    36 
       
    37 // End of File