serialserver/c32serialserver/INC/c32comm_internal.h
changeset 0 dfb7c4ff071f
equal deleted inserted replaced
-1:000000000000 0:dfb7c4ff071f
       
     1 // Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 //
       
    15 
       
    16 /**
       
    17  @file
       
    18  @Internal
       
    19  @released
       
    20 */
       
    21 
       
    22 #ifndef __C32COMM_INTERNAL_H__
       
    23 #define __C32COMM_INTERNAL_H__
       
    24 
       
    25 
       
    26 #include <e32base.h>
       
    27 
       
    28 /**
       
    29 C32 major version number.
       
    30 @internalAll
       
    31 */
       
    32 const TUint KEC32MajorVersionNumber = 1;  
       
    33 /**
       
    34 C32 minor version number.
       
    35 @internalAll
       
    36 */
       
    37 const TUint KEC32MinorVersionNumber = 0;  
       
    38 /**
       
    39 C32 build version number.
       
    40 @internalAll
       
    41 */
       
    42 const TUint KEC32BuildVersionNumber = 605;
       
    43 
       
    44 /**
       
    45 @internalComponent
       
    46 */
       
    47 const TDesC& KCommServerName(void);
       
    48 #endif // __C32COMM_INTERNAL_H__
       
    49