omads/omadsappui/AspSyncUtil/inc/AspUtil.h
branchRCL_3
changeset 10 b922b9936679
parent 0 dab8a81a92de
equal deleted inserted replaced
8:ad0f53516d84 10:b922b9936679
   132 		static TInt StrToInt(const TDesC& aText, TInt& aNum);
   132 		static TInt StrToInt(const TDesC& aText, TInt& aNum);
   133 		static TInt AddResFileL(const TDesC& aFile);
   133 		static TInt AddResFileL(const TDesC& aFile);
   134 		static TBool IsEmpty(const TDesC& aText);
   134 		static TBool IsEmpty(const TDesC& aText);
   135 		
   135 		
   136 		static TInt ProviderIdFromAppId(TInt aApplicationId);
   136 		static TInt ProviderIdFromAppId(TInt aApplicationId);
       
   137 		static TInt ProviderIdFromAppId(TInt aApplicationId, TBool aOperatorProfile);
       
   138 		static TInt OperatorProviderIdFromAppId(TInt aApplicationId);
   137 		static TInt AppIdFromProviderId(TInt aAdapterId);
   139 		static TInt AppIdFromProviderId(TInt aAdapterId);
       
   140 		static TInt AppIdFromOperatorSpecificProviderId(TInt aAdapterId);
   138 		static TBool IsValidAppId(TInt aApplicationId);
   141 		static TBool IsValidAppId(TInt aApplicationId);
   139 		static TBool IsValidSID(TInt aApplicationId);
   142 		static TBool IsValidSID(TInt aApplicationId);
   140 		
   143 		
   141 		static void GetDateTextL(TDes& aText, TTime aDateTime);
   144 		static void GetDateTextL(TDes& aText, TTime aDateTime);
   142 		static void GetTimeTextL(TDes& aText, TTime aDateTime);
   145 		static void GetTimeTextL(TDes& aText, TTime aDateTime);