mpx/collectionframework/collectionengine/inc/mpxcollectionengine.h
changeset 27 cbb1bfb7ebfb
parent 25 d881023c13eb
equal deleted inserted replaced
25:d881023c13eb 27:cbb1bfb7ebfb
    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     */