widgetmanager/inc/wmplugin.inl
changeset 0 f72a12da539e
equal deleted inserted replaced
-1:000000000000 0:f72a12da539e
       
     1 /*
       
     2 * Copyright (c) 2009 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 "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 * widget manager plugin inline defintions
       
    16 *
       
    17 */
       
    18 
       
    19 #ifndef WMPLUGIN_INL_
       
    20 #define WMPLUGIN_INL_
       
    21 
       
    22     /** 
       
    23      * the CAknViewAppUi reference
       
    24      * 
       
    25      * @return returns CAknViewAppUi 
       
    26      */
       
    27     inline CAknViewAppUi& CWmPlugin::ViewAppUi()
       
    28         { return *iViewAppUi; }
       
    29     
       
    30     /** 
       
    31      * the resource loader 
       
    32      * 
       
    33      * @return returns CWmResourceLoader
       
    34      */
       
    35     inline CWmResourceLoader& CWmPlugin::ResourceLoader()
       
    36         { return *iResourceLoader; }
       
    37     
       
    38     /** 
       
    39      * the content controller ref
       
    40      * 
       
    41      * @return returns MHsContentController
       
    42      */
       
    43     inline MHsContentController& CWmPlugin::ContentController()
       
    44         { return *iHsContentController; }
       
    45 
       
    46     /**
       
    47      * the shared file server reference
       
    48      */
       
    49     inline RFs& CWmPlugin::FileServer()
       
    50         { return *iFs; }
       
    51     
       
    52     
       
    53 
       
    54 #endif /* WMPLUGIN_INL_ */