cmmanager/cmmgr/cmmserver/src/cmmbearerprioritycache.cpp
changeset 40 c5b848e6c7d1
parent 20 9c97ad6591ae
--- a/cmmanager/cmmgr/cmmserver/src/cmmbearerprioritycache.cpp	Thu May 27 14:35:19 2010 +0300
+++ b/cmmanager/cmmgr/cmmserver/src/cmmbearerprioritycache.cpp	Thu Jun 10 16:00:16 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;
     }