vtengines/videoteleng/CallCtrl/Inc/TVtCtlType.h
changeset 0 ed9695c8bcbe
equal deleted inserted replaced
-1:000000000000 0:ed9695c8bcbe
       
     1 /*
       
     2 * Copyright (c) 2004 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:  Session type base class.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #ifndef MVTCTLSESSIONINFO_H
       
    21 #define MVTCTLSESSIONINFO_H
       
    22 
       
    23 //  INCLUDES
       
    24 #include <e32def.h>
       
    25 
       
    26 // CLASS DECLARATION
       
    27 
       
    28 /**
       
    29 *  Base class data types.
       
    30 *
       
    31 *  @lib CSCallCtrl
       
    32 *  @since 2.6
       
    33 */
       
    34 class TVtCtlType
       
    35     {
       
    36     public:
       
    37         
       
    38         /**
       
    39         * Returns extension id
       
    40         * @return extension id
       
    41         */
       
    42         inline TInt Extension() const;
       
    43 
       
    44     protected:
       
    45         // Extension id to be used in defining actual data type.
       
    46         TInt iExtension;
       
    47     };
       
    48 
       
    49 #include    "TVtCtlType.inl"
       
    50 
       
    51 #endif      // MVTCTLSESSIONINFO_H
       
    52             
       
    53 // End of File