mpx/collectionframework/collectionengine/inc/mpxcollectionengine.h
branchRCL_3
changeset 19 51035f0751c2
parent 4 d45095c2f4f3
equal deleted inserted replaced
17:780c925249c1 19:51035f0751c2
    77     *  Broadcasts an event to all contexts
    77     *  Broadcasts an event to all contexts
    78     *  @param aMsg message to send
    78     *  @param aMsg message to send
    79     *  @param aData some data
    79     *  @param aData some data
    80     */
    80     */
    81     IMPORT_C void NotifyL(TMPXCollectionBroadCastMsg aMsg, TInt aData);
    81     IMPORT_C void NotifyL(TMPXCollectionBroadCastMsg aMsg, TInt aData);
       
    82     
       
    83     
       
    84     /**
       
    85     *  Broadcast a command to all plug-ins
       
    86     *  @param aCmd command to send
       
    87     *  @param aData some data
       
    88     */
       
    89     void Command(TMPXCollectionCommand aCmd, TInt aData);
    82 
    90 
    83     /**
    91     /**
    84     * Retrieves the set of supported file types in the collection server
    92     * Retrieves the set of supported file types in the collection server
    85     * @param aArray, array, which on return will be filled with the types
    93     * @param aArray, array, which on return will be filled with the types
    86     */
    94     */