networkcontrol/ipcpr/inc/MAppIdInfo.h
branchRCL_3
changeset 22 8d540f55e491
parent 21 abbed5a4b42a
child 23 425d8f4f7fa5
equal deleted inserted replaced
21:abbed5a4b42a 22:8d540f55e491
     1 // Copyright (c) 2006-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 // MAppIdInfo definition file.
       
    15 // 
       
    16 //
       
    17 
       
    18 /**
       
    19  @file
       
    20  @internalComponent
       
    21 */
       
    22 
       
    23 #ifndef MAPPID_INFO_H
       
    24 #define MAPPID_INFO_H
       
    25 #ifdef SYMBIAN_NETWORKING_UMTSR5
       
    26 const TUint32 KConnectionAppInfoInterfaceId = 0x102070EF;
       
    27 class MConnectionAppIdInfo      
       
    28 /**
       
    29  @internalComponent
       
    30  @released Since 9.3
       
    31  */
       
    32 {
       
    33 public:
       
    34 	// This function is used the get Secure ID of the application
       
    35 	
       
    36 	virtual TUint32 GetAppSecureId() = 0; 
       
    37 };
       
    38 #endif // SYMBIAN_NETWORKING_UMTSR5
       
    39 
       
    40 #endif	// MAPPID_INFO_H