javacommons/utils/inc/applicationinfosetter.h
changeset 21 2a9601315dfc
equal deleted inserted replaced
18:e8e63152f320 21:2a9601315dfc
       
     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:  ApplicationInfoSetter is is for setting the service provider
       
    15 *                of the application info.
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 #ifndef APPLICATIONINFOSETTER_H
       
    21 #define APPLICATIONINFOSETTER_H
       
    22 
       
    23 #include "javaosheaders.h"
       
    24 #include "applicationinfo.h"
       
    25 /**
       
    26  * Available in library: javautils
       
    27  *
       
    28  */
       
    29 
       
    30 namespace java
       
    31 {
       
    32 namespace util
       
    33 {
       
    34 
       
    35 OS_IMPORT void
       
    36 setApplicationInfoProvider(const java::runtime::ApplicationInfo& appInfo);
       
    37 
       
    38 } // end namespace util
       
    39 } // end namespace java
       
    40 #endif // APPLICATIONINFOSETTER_H
       
    41