uiaccelerator_plat/alf_core_toolkit_api/tsrc/src/testuiaifblocksmanagerchild.cpp
branchRCL_3
changeset 19 e5af45d51884
parent 18 1801340c26a2
child 20 31fccae4f8a7
equal deleted inserted replaced
18:1801340c26a2 19:e5af45d51884
     1 /*
       
     2 * Copyright (c) 2002 - 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:  For test alf core toolkit api modules
       
    15 *
       
    16 */
       
    17 
       
    18 #include <eikenv.h>
       
    19 
       
    20 #include "testuiaifblocksmanagerchild.h"
       
    21 
       
    22 CTestUiAifBlocksManagerChild::CTestUiAifBlocksManagerChild():CHuiTextureManager(*gEnv)
       
    23     {
       
    24     // No implementation required
       
    25     }
       
    26 
       
    27 CTestUiAifBlocksManagerChild::~CTestUiAifBlocksManagerChild()
       
    28     {
       
    29     // No implementation required
       
    30     }
       
    31 
       
    32 void CTestUiAifBlocksManagerChild::RestoreL()
       
    33     {   
       
    34     }
       
    35 
       
    36 void CTestUiAifBlocksManagerChild::RemoveTexture(CHuiTexture& /*aTexture*/)
       
    37     {   
       
    38     }
       
    39 
       
    40 void CTestUiAifBlocksManagerChild::AppendTextureL(CHuiTexture* /*aTexture*/, TInt /*aId*/)
       
    41     {   
       
    42     }
       
    43 
       
    44 CHuiTexture& CTestUiAifBlocksManagerChild::CreateTextureL(
       
    45     CFbsBitmap& /*aBitmap*/, const CFbsBitmap* /*aMask*/, THuiTextureUploadFlags /*aFlags*/, TInt /*aId*/)
       
    46     {
       
    47     CHuiTexture * aTexture = NULL;
       
    48     return *aTexture;
       
    49     }
       
    50 
       
    51 TBool CTestUiAifBlocksManagerChild::Release()
       
    52     {   
       
    53     return ETrue;
       
    54     }
       
    55 
       
    56 void CTestUiAifBlocksManagerChild::RunL()
       
    57     {   
       
    58     }
       
    59 
       
    60 void CTestUiAifBlocksManagerChild::DoCancel()
       
    61     {   
       
    62     }
       
    63 
       
    64 TInt CTestUiAifBlocksManagerChild::RunError(TInt /*aError*/)
       
    65     {
       
    66     return KErrNone;    
       
    67     }