telephonyprotocols/pdplayer/umts/test/mbufgobblerlayer/src/mbufgobblermetaconnprovideractivities.cpp
branchRCL_3
changeset 82 042fd2753b8f
equal deleted inserted replaced
74:9200f38b1324 82:042fd2753b8f
       
     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 the License "Symbian Foundation License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.symbianfoundation.org/legal/sfl-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 #include "mbufgobblermetaconnprovideractivities.h"
       
    24 #include "mbufgobblerlog.h"
       
    25 
       
    26 #include <comms-infras/coremcpractivities.h>
       
    27 
       
    28 
       
    29 namespace MbufGobblerMCprActivities
       
    30 {
       
    31 DEFINE_ACTIVITY_MAP(MbufGobblerMCprActivitiesMap)
       
    32 	//no activities defiend here yet. This define is to show where to put activities
       
    33 	//so for now just inherit from core activities
       
    34 ACTIVITY_MAP_END_BASE(MCprActivities, coreMCprActivities)
       
    35 }