btservices_plat/bluetooth_engine_connection_management_api/inc/btengconnman.h
changeset 19 43824b19ee35
parent 17 f05641c183ff
--- a/btservices_plat/bluetooth_engine_connection_management_api/inc/btengconnman.h	Mon May 03 12:40:50 2010 +0300
+++ b/btservices_plat/bluetooth_engine_connection_management_api/inc/btengconnman.h	Fri May 14 16:01:46 2010 +0300
@@ -1,5 +1,5 @@
 /*
-* Copyright (c) 2006 Nokia Corporation and/or its subsidiary(-ies).
+* Copyright (c) 2006-2010 Nokia Corporation and/or its subsidiary(-ies).
 * All rights reserved.
 * This component and the accompanying materials are made available
 * under the terms of "Eclipse Public License v1.0"
@@ -23,6 +23,7 @@
 #include <btengconstants.h>
 
 class CBTEngConnHandler;
+class CBTEngPairingHandler;
 
 /**
  *  Class MBTEngConnObserver
@@ -449,10 +450,10 @@
     CBTEngConnHandler* iConnHandler;
 
     /**
-     * This field is NOT used. Reserved for future extension.
+     * For handling pairing requests
      * Own.
      */
-    TAny* iReserved;
+    CBTEngPairingHandler* iPairingHandler;
 
     /**
      * Reference to receiver of connection events.