wlan_bearer/wlanldd/wlan_symbian/wlanldd_symbian/inc/wllddlogicalchannelbase.h
branchRCL_3
changeset 17 a828660c511c
parent 0 c40eb8fe8501
child 18 d3d7683d16f5
--- a/wlan_bearer/wlanldd/wlan_symbian/wlanldd_symbian/inc/wllddlogicalchannelbase.h	Thu Aug 19 11:40:48 2010 +0300
+++ b/wlan_bearer/wlanldd/wlan_symbian/wlanldd_symbian/inc/wllddlogicalchannelbase.h	Tue Aug 31 17:02:06 2010 +0300
@@ -1,5 +1,5 @@
 /*
-* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* Copyright (c) 2009-2010 Nokia Corporation and/or its subsidiary(-ies).
 * All rights reserved.
 * This component and the accompanying materials are made available
 * under the terms of the License "Eclipse Public License v1.0"
@@ -16,7 +16,7 @@
 */
 
 /*
-* %version: 2 %
+* %version: 3 %
 */
 
 #ifndef D_WLANLOGICALCHANNELBASE_H
@@ -26,8 +26,9 @@
 
 /**
 * An abstract base class for a logical channel that provides a framework in 
-* which user-side client requests are executed in the context of a single 
-* kernel-side thread.
+* which user side client requests are executed in the context of a single 
+* kernel side thread or in the context of the client thread in supervisor 
+* mode
 *
 *  @since S60 v5.1
 */
@@ -73,9 +74,9 @@
   
     /**
      * Process a function for this logical channel.
-     * This function is executed in the context of client's thread in 
-     * supervisor mode. All code executed in this mode MUST not
-     * take a lot of time and MUST NOT access the WHA layer.
+     * This method is executed in the context of the user mode client 
+     * thread, but in supervisor mode. Code executed in this mode 
+     * MUST NOT take a lot of time.
      * @param aFunction Defines the operation/function to be performed.
      * @param param     Function specific parameter
      * @return function specific return value.
@@ -97,7 +98,7 @@
          * The smallest Fast Control Function ID that DoControlFast()
          * accepts.
          */
-        EMinControlFast = static_cast<TInt>(0x0F000000),
+        EMinControlFast = static_cast<TInt>(0x0E000000),
         
         /**
          * The largest Fast Control Function ID that DoControlFast()