bluetoothengine/bthid/bthidserver/src/bthidserver.cpp
branchRCL_3
changeset 39 5a89845f78e2
parent 11 a42ed326b458
--- a/bluetoothengine/bthid/bthidserver/src/bthidserver.cpp	Wed Jun 09 09:52:54 2010 +0300
+++ b/bluetoothengine/bthid/bthidserver/src/bthidserver.cpp	Mon Jun 21 15:51:46 2010 +0300
@@ -101,7 +101,7 @@
     
     delete iHidSdpClient;
     
-    RProperty::Delete( KPSUidBthidSrv, KBTMouseCursorState );
+
     }
 
 CBTHidServer* CBTHidServer::NewL()
@@ -210,13 +210,8 @@
         }
 
     TRACE_INFO(_L("[BTHID]\tCBTHidServer::ConstructL(): Starting the server"));
-
-    User::LeaveIfError( RProperty::Define( KPSUidBthidSrv,
-                                            KBTMouseCursorState,
-                                            RProperty::EInt,
-                                            KBTHIDPSKeyReadPolicy,
-                                            KBTHIDPSKeyWritePolicy) );
-
+    
+    
     StartL(KBTHidSrvName);
 
     iActiveState = EFalse;