telephonyprotocols/pdplayer/umts/test/mbufgobblerlayer/inc/mbufgobblermetaconnprovideractivities.h
branchRCL_3
changeset 82 042fd2753b8f
equal deleted inserted replaced
74:9200f38b1324 82:042fd2753b8f
       
     1 // Copyright (c) 2010 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 // Meta Connection Provider Mesh Activities
       
    15 //  (management plane)
       
    16 //
       
    17 
       
    18 /**
       
    19  @file
       
    20  @internalComponent
       
    21 */
       
    22 
       
    23 #ifndef MBUFGOBBLERMETACONNPROVIDERACTIVITIES_H
       
    24 #define MBUFGOBBLERMETACONNPROVIDERACTIVITIES_H
       
    25 
       
    26 // INCLUDES
       
    27 #include <e32std.h>
       
    28 #include <e32base.h>
       
    29 
       
    30 #include <comms-infras/ss_activities.h>
       
    31 #include <elements/mm_activities.h>
       
    32 
       
    33 // CLASS DECLARATION
       
    34 
       
    35 namespace MbufGobblerMCprActivities
       
    36 {
       
    37 enum 
       
    38 	{
       
    39 	/*
       
    40 	 * Add new actviity id's here. I think they must be offset from ECFActivityCustom.
       
    41 	 */
       
    42 	
       
    43 	/*
       
    44 	 * This is just an example activity
       
    45 	 */
       
    46 	EMbufGobblerMCprSomeActivity = ESock::ECFActivityCustom + 1,
       
    47 	};
       
    48 
       
    49 DECLARE_ACTIVITY_MAP(MbufGobblerMCprActivitiesMap)
       
    50 }
       
    51 
       
    52 #endif // MBUFGOBBLERMETACONNPROVIDERACTIVITIES_H