commsconfig/cscengine/src/cscengtimer.cpp
branchRCL_3
changeset 6 fc8c25e5a2e8
parent 0 a4daefaec16c
--- a/commsconfig/cscengine/src/cscengtimer.cpp	Tue Feb 02 00:05:57 2010 +0200
+++ b/commsconfig/cscengine/src/cscengtimer.cpp	Fri Feb 19 22:44:34 2010 +0200
@@ -1,5 +1,5 @@
 /*
-* Copyright (c) 2007-2007 Nokia Corporation and/or its subsidiary(-ies).
+* Copyright (c) 2007-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"
@@ -21,6 +21,7 @@
 #include "mcscengtimerobserver.h"
 
 const TInt KWaitConnectionToClose = 5000000; // 5 seconds
+const TInt KWaitNoteDelayTime = 20000; // 20 ms
 
 // ======== MEMBER FUNCTIONS ========
 
@@ -92,6 +93,10 @@
         {
         CTimer::After( KWaitConnectionToClose );
         }
+    else if ( ENoteDelayTimer == aTimerType )
+        {
+        CTimer::After( KWaitNoteDelayTime );
+        }
     else
         {
         error = KErrArgument;