smf/smfservermodule/smfserver/server/smfsettingshandler_symbian.cpp
changeset 18 013a02bf2bb0
parent 14 a469c0e6e7fb
child 26 83d6a149c755
equal deleted inserted replaced
17:106a4bfcb866 18:013a02bf2bb0
    13  * 
    13  * 
    14  * Description:
    14  * Description:
    15  * Settings Repository class of SMF
    15  * Settings Repository class of SMF
    16  */
    16  */
    17 
    17 
       
    18 #ifdef __FOR_SYMBIAN_CR_USAGE__
       
    19 
    18 #include <e32base.h>
    20 #include <e32base.h>
    19 #include "smfsettingshandler_symbian.h"
    21 #include "smfsettingshandler_symbian.h"
    20 #include <SettingsConstants.h>
    22 #include "SettingsConstants.h"
    21 
    23 
    22 // Standard construction sequence
    24 // Standard construction sequence
    23 CSettingsRepository* CSettingsRepository::NewL()
    25 CSettingsRepository* CSettingsRepository::NewL()
    24     {
    26     {
    25    	 CSettingsRepository* self = CSettingsRepository::NewLC();
    27    	 CSettingsRepository* self = CSettingsRepository::NewLC();
   214 void CSettingsRepository::GetUploadFileTypeInternal(TDes& aFtype) const
   216 void CSettingsRepository::GetUploadFileTypeInternal(TDes& aFtype) const
   215 	{
   217 	{
   216 		User::LeaveIfError(iRepository->Get(KSettingsUIUploadFileTypeKey,aFtype));
   218 		User::LeaveIfError(iRepository->Get(KSettingsUIUploadFileTypeKey,aFtype));
   217 	}
   219 	}
   218 
   220 
   219 
   221 #endif