startupservices/Startup/syserrcmd/tsrc/syserrcmdtestsstub/inc/syserrcmdtestsstub.h
branchRCL_3
changeset 63 c2c61fdca848
parent 0 2e3d3ce01487
equal deleted inserted replaced
62:924385140d98 63:c2c61fdca848
       
     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 * Declaration of SsmLangSelCmdTestStub class.
       
    16 *
       
    17 */
       
    18 
       
    19 #ifndef SYSERRCMDTESTSSTUB_H
       
    20 #define SYSERRCMDTESTSSTUB_H
       
    21 
       
    22 #include <e32base.h>
       
    23 
       
    24 class CSsmCustomCommandEnv;
       
    25 class RFs;
       
    26 /**
       
    27 * Stub class for syserrcmd tests
       
    28 *
       
    29 */
       
    30 NONSHARABLE_CLASS( SysErrCmdTestsStub )
       
    31     {
       
    32 public:
       
    33     /**
       
    34      * Methods for mapping p&s, cenrep and feature Uids
       
    35      *
       
    36      * @param aUid The Uid to map
       
    37      * @return The mapped Uid 
       
    38      */
       
    39     
       
    40     IMPORT_C static CSsmCustomCommandEnv* CustomCommandEnvStubL( RFs& aRfs );
       
    41 
       
    42     };
       
    43 
       
    44 #endif // SYSERRCMDTESTSSTUB_H