javatools/javaupdater/src/systemamstraderprivateclient.h
branchRCL_3
changeset 18 9ac0a0a7da70
parent 17 0fd27995241b
child 19 71c436fe3ce0
equal deleted inserted replaced
17:0fd27995241b 18:9ac0a0a7da70
     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:  systemamstraderprivateclient.h
       
    15 *               Part of OMJ S60 environment updater process.
       
    16 *               Used to close the old S60 java environment in a controlled way.
       
    17 *
       
    18 */
       
    19 
       
    20 
       
    21 #ifndef SYSTEMAMSTRADERPRIVATECLIENT_H
       
    22 #define SYSTEMAMSTRADERPRIVATECLIENT_H
       
    23 
       
    24 #include <e32base.h>
       
    25 
       
    26 
       
    27 NONSHARABLE_CLASS(RSystemAMSTraderPrivateClient): public RSessionBase
       
    28 {
       
    29 public:
       
    30 
       
    31     /**
       
    32      * Tries to connect to SystemAMS trader private server and send
       
    33      * java enviroment shutdown request
       
    34      *
       
    35      * @param aStatus - TRequestStatus of active object, which is notified
       
    36      *                  when shutdown is done
       
    37      * @return - ETrue if connection to server was succesfull
       
    38      **/
       
    39     TBool ShutdownJavaEnv(TRequestStatus& aStatus);
       
    40 };
       
    41 
       
    42 
       
    43 #endif // SYSTEMAMSTRADERPRIVATECLIENT_H