mpxmusicplayer/commonui/src/mpxcommonuihelper.cpp
branchRCL_3
changeset 66 1f1dad4af8f8
parent 56 2cbbefa9af78
equal deleted inserted replaced
60:bdd9da0d70fe 66:1f1dad4af8f8
   237         {
   237         {
   238         ret = ETrue;
   238         ret = ETrue;
   239         }
   239         }
   240     return ret;
   240     return ret;
   241     }
   241     }
   242      
       
   243 // ---------------------------------------------------------------------------
       
   244 // Check if the host application is calendar
       
   245 // ---------------------------------------------------------------------------
       
   246 //
       
   247 EXPORT_C TBool CMPXCommonUiHelper::IsHostCalendarL()
       
   248 {
       
   249     TBool ret( EFalse );
       
   250     TInt hostUid = MPXTlsHelper::HostUid().iUid;
       
   251     if ( hostUid == KMPXCalendarUid)
       
   252         {
       
   253         ret = ETrue;
       
   254         }
       
   255     return ret;
       
   256 }
       
   257 
   242 
   258 // ---------------------------------------------------------------------------
   243 // ---------------------------------------------------------------------------
   259 // Check if the host application is browser
   244 // Check if the host application is browser
   260 // ---------------------------------------------------------------------------
   245 // ---------------------------------------------------------------------------
   261 //
   246 //