videocollection/hgmyvideosplugin/inc/vcxhgmyvideosplugin.h
changeset 0 96612d01cf9f
equal deleted inserted replaced
-1:000000000000 0:96612d01cf9f
       
     1 /*
       
     2 * Copyright (c) 2006-2009 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 the License "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:   CVcxHgMyVideosPlugin class definition*
       
    15 */
       
    16 
       
    17 
       
    18 
       
    19 #ifndef VCXHGMYVIDEOSPLUGIN_H
       
    20 #define VCXHGMYVIDEOSPLUGIN_H
       
    21 
       
    22 // INCLUDE FILES
       
    23 #include <mpxaknviewplugin.h>
       
    24 
       
    25 // CLASS DECLARATION
       
    26 
       
    27 /**
       
    28  * 
       
    29  *
       
    30  *  @lib vcxhgmyvideosplugin.lib
       
    31  */
       
    32 NONSHARABLE_CLASS( CVcxHgMyVideosPlugin ) : public CMPXAknViewPlugin
       
    33     {
       
    34 public:
       
    35 
       
    36     /**
       
    37      * Two-phased constructor.
       
    38      *
       
    39      * @return Pointer to newly created object.
       
    40      */
       
    41     static CVcxHgMyVideosPlugin* NewL();
       
    42 
       
    43     /**
       
    44      * Destructor.
       
    45      */
       
    46     virtual ~CVcxHgMyVideosPlugin();
       
    47 
       
    48 private:
       
    49 
       
    50     /**
       
    51      * From CMPXAknViewPlugin. Construct Avkon view.
       
    52      *
       
    53      * @return Pointer to a newly created Avkon view.
       
    54      */
       
    55     CAknView* ConstructViewLC();
       
    56 
       
    57 private:
       
    58 
       
    59     /**
       
    60      * C++ default constructor.
       
    61      */
       
    62     CVcxHgMyVideosPlugin();
       
    63 
       
    64     /**
       
    65      * By default Symbian 2nd phase constructor is private.
       
    66      */
       
    67     void ConstructL();
       
    68     };
       
    69 
       
    70 #endif // VCXHGMYVIDEOSPLUGIN_H