btservices_plat/bluetooth_engine_connection_management_api/inc/btengconnman.h
branchRCL_3
changeset 56 9386f31cc85b
parent 55 613943a21004
--- a/btservices_plat/bluetooth_engine_connection_management_api/inc/btengconnman.h	Tue Aug 31 15:25:10 2010 +0300
+++ b/btservices_plat/bluetooth_engine_connection_management_api/inc/btengconnman.h	Wed Sep 01 12:20:04 2010 +0100
@@ -1,5 +1,5 @@
 /*
-* Copyright (c) 2006-2010 Nokia Corporation and/or its subsidiary(-ies).
+* Copyright (c) 2006 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,7 +23,6 @@
 #include <btengconstants.h>
 
 class CBTEngConnHandler;
-class CBTEngPairingHandler;
 
 /**
  *  Class MBTEngConnObserver
@@ -90,7 +89,7 @@
      *              procedure; KErrNone for a normal disconnection, or 
      *              e.g. KErrCancel if the user cancelled the pairing dialog.
      */
-     IMPORT_C virtual void PairingComplete( TBTDevAddr& aAddr, TInt aErr );
+    virtual void PairingComplete( TBTDevAddr& aAddr, TInt aErr );
 
     };
 
@@ -450,10 +449,10 @@
     CBTEngConnHandler* iConnHandler;
 
     /**
-     * For handling pairing requests
+     * This field is NOT used. Reserved for future extension.
      * Own.
      */
-    CBTEngPairingHandler* iPairingHandler;
+    TAny* iReserved;
 
     /**
      * Reference to receiver of connection events.