psmservices/psmserver/tsrc/PsmTestModule/PsmPluginStub/inc/PSMPluginStubSecond.h
changeset 0 4e1aa6a622a0
equal deleted inserted replaced
-1:000000000000 0:4e1aa6a622a0
       
     1 /*
       
     2 * Copyright (c) 2002-2004 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:  ?Description
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef PSMPLUGINSTUBSECOND_H
       
    20 #define PSMPLUGINSTUBSECOND_H
       
    21 
       
    22 //  INCLUDES
       
    23 #include <e32std.h>
       
    24 #include <e32base.h>
       
    25 
       
    26 #include <psmpluginbase.h>
       
    27 
       
    28 class MPsmSettingsProvider;
       
    29 
       
    30 /**
       
    31 *  PSM plugin stub
       
    32 *  ?other_description_lines
       
    33 *
       
    34 *  @lib ?library
       
    35 *  @since Series ?XX ?SeriesXX_version
       
    36 */
       
    37 class CPSMPluginSecond : public CPsmPluginBase
       
    38     {
       
    39     public:  // Constructors and destructor
       
    40         
       
    41         /**
       
    42         * Two-phased constructor.
       
    43 		* @return The created object.
       
    44         */
       
    45         static CPSMPluginSecond* NewL( TPsmPluginCTorParams& aInitParams );
       
    46         
       
    47         /**
       
    48         * Destructor.
       
    49         */
       
    50         virtual ~CPSMPluginSecond();
       
    51 
       
    52     public: 
       
    53         
       
    54         // From CPsmPluginBase
       
    55         void NotifyModeChange( const TInt aMode );
       
    56 		
       
    57 	private:
       
    58 	    CPSMPluginSecond( TPsmPluginCTorParams& aInitParams );
       
    59 	    
       
    60 	    void ConstructL();
       
    61 
       
    62 	private: // data
       
    63     
       
    64     };
       
    65 
       
    66 #endif // PSMPLUGINSTUBSECOND_H