--- a/bluetoothengine/bteng/inc/btengactive.h Fri Feb 19 22:59:18 2010 +0200
+++ b/bluetoothengine/bteng/inc/btengactive.h Fri Mar 12 15:43:23 2010 +0200
@@ -86,10 +86,12 @@
* @since S60 v3.2
* @param aObserver Pointer to callback interface that receives notification
* that the request has been completed.
+ * @param aId Identifier for the CBTEngActive instance.
+ * @param aPriority The priority of the active object.
* @return Pointer to the constructed CBTEngActive object.
*/
- static CBTEngActive* NewL( MBTEngActiveObserver& aObserver,
- TInt aId, TInt aPriority );
+ static CBTEngActive* NewL( MBTEngActiveObserver& aObserver, TInt aId,
+ TInt aPriority = CActive::EPriorityStandard );
/**
* Destructor