cmmanager/cmmgr/cmmserver/inc/cmmserver.h
changeset 40 c5b848e6c7d1
parent 30 8dde790cab74
equal deleted inserted replaced
34:3b0cec605979 40:c5b848e6c7d1
    83      * beeing embedded.
    83      * beeing embedded.
    84      * @param aEmbeddedDestinationId The ID of the destination that is beeing
    84      * @param aEmbeddedDestinationId The ID of the destination that is beeing
    85      * embedded.
    85      * embedded.
    86      */
    86      */
    87     TBool EmbeddedDestinationConflictsFromAllSessions(
    87     TBool EmbeddedDestinationConflictsFromAllSessions(
    88             const TUint32& aDestinationId,
    88             const TUint32 aDestinationId,
    89             const TUint32& aEmbeddedDestinationId );
    89             const TUint32 aEmbeddedDestinationId );
    90 
    90 
    91     /**
    91     /**
    92      * Notify each session about a destination/connection method that has been
    92      * Notify each session about a destination/connection method that has been
    93      * updated to, or deleted from, database.
    93      * updated to, or deleted from, database.
    94      */
    94      */
    95     void RefreshHandlesForAllSessions( const TUint32& aId );
    95     void RefreshHandlesForAllSessions( const TUint32 aId );
    96     
    96     
    97     /**
    97     /**
    98      * Custom security checking for IPCs marked with TSpecialCase::ECustomCheck.
    98      * Custom security checking for IPCs marked with TSpecialCase::ECustomCheck.
    99      * @param aMsg The IPC message from the client.
    99      * @param aMsg The IPC message from the client.
   100      * @return The result of the security check (TCustomResult::EPass/TCustomResult::EFail).
   100      * @return The result of the security check (TCustomResult::EPass/TCustomResult::EFail).