connectivitylayer/isce/isirouter_dll/inc/misiif.h
changeset 9 8486d82aef45
parent 0 63b37f68c1ce
equal deleted inserted replaced
8:6295dc2169f3 9:8486d82aef45
    82         * Execution:    Synchronous
    82         * Execution:    Synchronous
    83         * Re-entrant:   Yes
    83         * Re-entrant:   Yes
    84         * Blocking:     No
    84         * Blocking:     No
    85         * Panic mode:   Kernel: Kern::Fault, User: User::Panic
    85         * Panic mode:   Kernel: Kern::Fault, User: User::Panic
    86         * SMP safe:     Yes
    86         * SMP safe:     Yes
    87         * @param aUID, clients unique UID identifier.
    87         * @param aUID, clients unique UID identifier. TODO: Symbian UID
    88         * @param aObjId, reference to write clients object id.
    88         * @param aObjId, reference to write clients object id.
    89         * @return pointer to new interface.
    89         * @return pointer to new interface.
    90         * @pre Called always in thread context (Kernel: in kernel thread context).
    90         * @pre Called always in thread context (Kernel: in kernel thread context).
    91         * @pre No fastmutex held. (Kernel only)
    91         * @pre No fastmutex held. (Kernel only)
    92         * @post Calling thread not blocked.
    92         * @post Calling thread not blocked.