realtimenetprots/rtp/cfrtp/inc/rtp_uid.h
changeset 0 307788aac0a8
equal deleted inserted replaced
-1:000000000000 0:307788aac0a8
       
     1 // Copyright (c) 2008-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 // RTP Components Implementation Uids .
       
    15 // 
       
    16 //
       
    17 
       
    18 /**
       
    19  @file
       
    20  @internalComponent
       
    21  @released
       
    22 */
       
    23 
       
    24 
       
    25 #ifndef _RTPUID_H
       
    26 #define _RTPUID_H
       
    27 
       
    28 #include <e32def.h>
       
    29 
       
    30 /* RTP Sun Con Param factory */
       
    31 const TInt KSubConnRTPParamsImplUid = 0x20016F81;
       
    32 
       
    33 /* Implementation UID of RTP SCPR Factory. */
       
    34 const TInt KRtpScprFactoryImplementationUid = 0x20016F80;
       
    35 
       
    36 /* The Implementation UID of RTP Flow Factory */
       
    37 const TInt KRtpFlowImplementationUid = 0x20016F82;
       
    38 
       
    39 #endif // _RTPUID_H
       
    40