mpxplugins/viewplugins/views/albumarteditordialog/src/mpxalbumarteditorcustomcontrolcontainer.cpp
changeset 0 ff3acec5bc43
equal deleted inserted replaced
-1:000000000000 0:ff3acec5bc43
       
     1 /*
       
     2 * Copyright (c) 2006 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:  Music Player album art editor dialog implementation
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 // INCLUDE FILES
       
    20 
       
    21 #include "mpxalbumarteditorcustomcontrolcontainer.h"
       
    22 #include "mpxalbumarteditordialogcustomcontrol.h"
       
    23 
       
    24 // Destructor
       
    25 CMPXAlbumArtEditorCustomControlContainer::~CMPXAlbumArtEditorCustomControlContainer() 
       
    26     { 
       
    27     delete iDialogCustomControl; 
       
    28     }
       
    29 
       
    30 // -----------------------------------------------------------------------------
       
    31 // CMPXAlbumArtEditorCustomControlContainer::Draw
       
    32 // Removes flicker from CEikDialog's Draw().
       
    33 // -----------------------------------------------------------------------------
       
    34 //
       
    35 void CMPXAlbumArtEditorCustomControlContainer::Draw( const TRect & ) const
       
    36     {
       
    37     }
       
    38     
       
    39 // ---------------------------------------------------------------------------
       
    40 // From CCoeControl
       
    41 // Handles a change to the control's resources.
       
    42 // ---------------------------------------------------------------------------
       
    43 //    
       
    44 void CMPXAlbumArtEditorCustomControlContainer::HandleResourceChange( TInt aType )
       
    45     {
       
    46     CCoeControl::HandleResourceChange( aType );    
       
    47     }
       
    48 
       
    49 //  End of File