cmmanager/cmmgr/cmmserver/src/cmmbearerprioritycache.cpp
changeset 46 95d45f234cf3
parent 20 9c97ad6591ae
--- a/cmmanager/cmmgr/cmmserver/src/cmmbearerprioritycache.cpp	Thu May 27 13:17:01 2010 +0300
+++ b/cmmanager/cmmgr/cmmserver/src/cmmbearerprioritycache.cpp	Wed Jun 23 18:39:24 2010 +0300
@@ -201,11 +201,14 @@
     }
 
 // ---------------------------------------------------------------------------
-// Get the priority value for a service type from the bearer priority cache.
+// Get the priority value for a service type name from the bearer priority
+// cache.
 // ---------------------------------------------------------------------------
 //
 TUint CCmmBearerPriorityCache::GetPriority( const TDesC& aServiceType ) const
     {
+    OstTraceFunctionEntry0( CCMMBEARERPRIORITYCACHE_GETPRIORITY_ENTRY );
+
     TUint priority = CMManager::KDataMobilitySelectionPolicyPriorityWildCard;
 
     if ( aServiceType.Length() > 0 )
@@ -220,6 +223,7 @@
             }
         }
 
+    OstTraceFunctionExit0( CCMMBEARERPRIORITYCACHE_GETPRIORITY_EXIT );
     return priority;
     }