cbs/CbsServer/ServerSrc/CCbsReceiverHelper.cpp
changeset 12 ae8abd0db65c
parent 0 ff3b6d0fd310
child 39 cee7e9e0906c
--- a/cbs/CbsServer/ServerSrc/CCbsReceiverHelper.cpp	Tue Feb 02 01:11:09 2010 +0200
+++ b/cbs/CbsServer/ServerSrc/CCbsReceiverHelper.cpp	Fri Mar 19 09:40:14 2010 +0200
@@ -49,7 +49,9 @@
 #include <AknSoftNotifier.h>    // Soft Notification API
 #include <e32property.h>
 #include <coreapplicationuisdomainpskeys.h>
-#include <NcnListDomainPSKeys.h>
+// <-- QT PHONE START -->
+//#include <NcnListDomainPSKeys.h> 
+// <-- QT PHONE END -->
 
 #include <data_caging_path_literals.hrh>
 #include "CbsLogger.h"
@@ -66,9 +68,9 @@
 
 const TInt KCbsImmediateMessageIdInt = 313;
 const TUid KCbsImmediateMessageId = { KCbsImmediateMessageIdInt };
-
-const TInt KCbsMessageTone  = 2; // See SharedDataKeysVariant.h or NcnListInternalPSKeys.h
-
+// <-- QT PHONE START -->
+//const TInt KCbsMessageTone  = 2; // See SharedDataKeysVariant.h or NcnListInternalPSKeys.h
+// <-- QT PHONE END -->
 // DATA TYPES
 // CbsUi application view ID's
 enum TCbsUiViewIds
@@ -888,9 +890,13 @@
 //
 void CCbsReceiverHelper::PlayCbsTone()
     {
+    // <-- QT PHONE START -->
+    /*
     RProperty::Define( KPSUidNcnList, KNcnPlayAlertTone, RProperty::EInt,
         ECapability_None , ECapabilityWriteDeviceData );
     RProperty::Set( KPSUidNcnList, KNcnPlayAlertTone, KCbsMessageTone );
+    */
+    // <-- QT PHONE END-->
     }
 
 // ================= OTHER EXPORTED FUNCTIONS ==============