activityfw/activitydatabase/hsactivitydbserver/inc/activitybroadcasttask.h
changeset 73 4bc7b118b3df
equal deleted inserted replaced
66:32469d7d46ff 73:4bc7b118b3df
       
     1 /*
       
     2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:
       
    15 *
       
    16 */
       
    17 #ifndef ACTIVITYBROADCASTTASK_H
       
    18 #define ACTIVITYBROADCASTTASK_H
       
    19 
       
    20 // INCLUDES
       
    21 #include <e32std.h>
       
    22 #include <e32base.h>
       
    23 
       
    24 #include "activitytaskstorage.h"
       
    25 #include "activitytask.h"
       
    26 // CLASS DECLARATION
       
    27 
       
    28 /**
       
    29  *  CActivityBroadcastTask
       
    30  * 
       
    31  */
       
    32 class ActivityBroadcastTask
       
    33 {
       
    34 public:
       
    35     /**
       
    36      * Handle broadccast message request
       
    37      * @param storage - observer tasks storage
       
    38      * @param msg - request message that will be provided to observers
       
    39      */
       
    40     static void ExecuteL(MActivityTaskStorage& storage, const RMessage2& msg);
       
    41 };
       
    42 
       
    43 #endif // ACTIVITYBROADCASTTASK_H