realtimenetprots/rtp/cfrtp/inc/rtp_cfmessages.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 CfMessages Definitions.
       
    15 // 
       
    16 //
       
    17 
       
    18 /**
       
    19  @file
       
    20  @internalComponent
       
    21 */
       
    22 
       
    23 
       
    24 #ifndef __RTP_CFMESSAGES__H
       
    25 #define __RTP_CFMESSAGES__H
       
    26 
       
    27 #include <elements/nm_common.h>
       
    28 #include <elements/nm_signatures.h>
       
    29 #include "rtp_uid.h"
       
    30 
       
    31 class TRtpMessages
       
    32 /**
       
    33 RTP message realm (messages specific to RTP layer)
       
    34 
       
    35 @internalComponent
       
    36 */
       
    37 	{	
       
    38   public:
       
    39     enum { ERealmId = KRtpScprFactoryImplementationUid }; //RTP SCPR Implementation UID
       
    40     
       
    41   	enum 
       
    42   	    {	
       
    43         ERtpMessageReadyForBind = Messages::KNullMessageId + 1,
       
    44         ERtpMessageCreateRtp,
       
    45         ERtpMessageCreateRtcp,
       
    46 	    };
       
    47 	
       
    48   public:
       
    49 	
       
    50 	typedef Messages::TMessageSigNumber<ERtpMessageReadyForBind, TRtpMessages::ERealmId> TRtpMessageReadyForBind;
       
    51 	};
       
    52 
       
    53 #endif //__RTP_CFMESSAGES__H