startupservices/Startup/inc/startupview.h
branchRCL_3
changeset 20 c2c61fdca848
parent 19 924385140d98
equal deleted inserted replaced
19:924385140d98 20:c2c61fdca848
     1 /*
     1 /*
     2 * Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies). 
     2 * Copyright (c) 2007,2008 Nokia Corporation and/or its subsidiary(-ies). 
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0"
     5 * under the terms of "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
    19 #ifndef STARTUPVIEW_H
    19 #ifndef STARTUPVIEW_H
    20 #define STARTUPVIEW_H
    20 #define STARTUPVIEW_H
    21 
    21 
    22 #include <coecntrl.h>
    22 #include <coecntrl.h>
    23 
    23 
       
    24 class CAknsBasicBackgroundControlContext; // Skin support
    24 
    25 
    25 /**
    26 /**
    26 *  Main view for the Startup application.
    27 *  Main view for the Startup application.
    27 *
    28 *
    28 *  @lib None
    29 *  @lib None
   105 private:
   106 private:
   106 
   107 
   107     /** Component control. */
   108     /** Component control. */
   108     CCoeControl* iComponent;
   109     CCoeControl* iComponent;
   109 
   110 
   110  
   111     /** Skin support */
       
   112     CAknsBasicBackgroundControlContext* iBgContext;
   111 
   113 
   112     };
   114     };
   113 
   115 
   114 #endif // STARTUPVIEW_H
   116 #endif // STARTUPVIEW_H