--- 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;