bluetoothengine/bteng/inc/btengpairman.h
branchRCL_3
changeset 8 0707dd69d236
parent 0 f63038272f30
child 9 a42ed326b458
--- a/bluetoothengine/bteng/inc/btengpairman.h	Fri Feb 19 22:59:18 2010 +0200
+++ b/bluetoothengine/bteng/inc/btengpairman.h	Fri Mar 12 15:43:23 2010 +0200
@@ -61,12 +61,6 @@
     void ProcessCommandL( const RMessage2& aMessage );
     
     /**
-     * Cancels an outstanding command.
-     * @param aOpcode the identifier of the command to be cancelled.
-     */
-    void CancelCommand( TInt aOpCode );
-    
-    /**
      * Handle a change in BTRegistry remote device table.
      *
      * @since S60 v5.1
@@ -103,6 +97,14 @@
     void OutgoingPairCompleted( TInt aErr );
     
     /**
+     * Be informed that a session will be closed.
+     *
+     * @since Symbian^3
+     * @param aSession the session to be cloased.
+     */
+    void SessionClosed(CSession2* aSession );
+    
+    /**
      * Unpair a device via registry
      */
     void UnpairDevice( const TBTDevAddr& aAddr );
@@ -313,6 +315,11 @@
      * Own.
      */
     CBTEngPairBase* iPairer;
+    
+    /**
+     * Client-server message for power change requests.
+     */
+    RMessage2 iMessage;
     };
 
 #endif /*BTENGPAIRMANAGER_H_*/