idlefw/plugins/mcsplugin/publisher/inc/mcsplugin.h
branchRCL_3
changeset 14 15e4dd19031c
parent 8 d0529222e3f0
equal deleted inserted replaced
12:502e5d91ad42 14:15e4dd19031c
     1 /*
     1 /*
     2 * Copyright (c) 2005-2007 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2009-2010 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0"
     5 * under the terms of "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
    27 
    27 
    28 // Forward declarations
    28 // Forward declarations
    29 class MAiContentObserver;
    29 class MAiContentObserver;
    30 class MAiContentItemIterator;
    30 class MAiContentItemIterator;
    31 class CMCSPluginEngine;
    31 class CMCSPluginEngine;
    32 class TMCSData;
    32 class CMCSData;
       
    33 
    33 
    34 
    34 /**
    35 /**
    35  * @ingroup group_mcsplugin
    36  * @ingroup group_mcsplugin
    36  *
    37  *
    37  * MCS Plug-in main class
    38  * MCS Plug-in main class
   121         const MAiPluginSettings& aSecond );
   122         const MAiPluginSettings& aSecond );
   122           
   123           
   123     /**
   124     /**
   124      * Publishes content for one menu item
   125      * Publishes content for one menu item
   125      */
   126      */
   126     void PublishLItemL( MAiContentObserver& aObserver, TMCSData& aDataItem, TInt aIndex );
   127     void PublishLItemL( MAiContentObserver& aObserver, CMCSData& aDataItem, TInt aIndex );
   127         
   128         
   128     /**
   129     /**
   129     * Delete content model
   130     * Delete content model
   130     */  
   131     */  
   131     void DeleteContentModel();    
   132     void DeleteContentModel();