idlefw/plugins/wsplugin/inc/aiwspluginanimdll.h
changeset 0 79c6a41cd166
equal deleted inserted replaced
-1:000000000000 0:79c6a41cd166
       
     1 /*
       
     2 * Copyright (c) 2005-2007 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 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef AIWSPLUGINANIMDLL_H
       
    20 #define AIWSPLUGINANIMDLL_H
       
    21 
       
    22 #include    <e32std.h>
       
    23 #include    <w32adll.h>
       
    24 
       
    25 /** 
       
    26 *  @ingroup group_wsplugin
       
    27 *
       
    28 * Active Idle Window Server plug-in.
       
    29 *
       
    30 * @since S60 3.2
       
    31 */
       
    32 class CAiWsPluginAnimDll 
       
    33     : public CAnimDll
       
    34     {
       
    35 public: // From base classes
       
    36     
       
    37     /** 
       
    38     * From CAnimDll, creates an instance of requested plugin.
       
    39     *
       
    40     * @param aType type of the plug-in. AI WS implements EAnimKeyForward.
       
    41     * @return instance of animation service.
       
    42     */
       
    43     virtual CAnim* CreateInstanceL( TInt aType );
       
    44 
       
    45     };
       
    46 
       
    47 /** 
       
    48 * Creates an instance of CPhoneAnimDll. 
       
    49 * Factory function. 
       
    50 *
       
    51 * @since S60 3.2
       
    52 * @return instance of anim dll.
       
    53 */
       
    54 IMPORT_C CAnimDll* CreateCAnimDllL();
       
    55 
       
    56 #endif // AIWSPLUGINANIMDLL_H
       
    57 
       
    58 // End of File