bluetoothengine/bteng/inc/btengactive.h
branchRCL_3
changeset 8 0707dd69d236
parent 0 f63038272f30
child 22 613943a21004
equal deleted inserted replaced
6:6a29d5ad0713 8:0707dd69d236
    84      * Two-phase constructor
    84      * Two-phase constructor
    85      *
    85      *
    86      * @since S60 v3.2
    86      * @since S60 v3.2
    87      * @param aObserver Pointer to callback interface that receives notification
    87      * @param aObserver Pointer to callback interface that receives notification
    88      *                  that the request has been completed.
    88      *                  that the request has been completed.
       
    89      * @param aId Identifier for the CBTEngActive instance.
       
    90      * @param aPriority The priority of the active object.
    89      * @return Pointer to the constructed CBTEngActive object.
    91      * @return Pointer to the constructed CBTEngActive object.
    90      */
    92      */
    91     static CBTEngActive* NewL( MBTEngActiveObserver& aObserver, 
    93     static CBTEngActive* NewL( MBTEngActiveObserver& aObserver, TInt aId,
    92                                 TInt aId, TInt aPriority );
    94                                 TInt aPriority = CActive::EPriorityStandard );
    93 
    95 
    94     /**
    96     /**
    95      * Destructor
    97      * Destructor
    96      */
    98      */
    97     virtual ~CBTEngActive();
    99     virtual ~CBTEngActive();