supl/locationomasuplprotocolhandler/protocolhandler/src/epos_comasuplsettings.cpp
branchRCL_3
changeset 55 ea98413ce11f
parent 49 10852b179f64
equal deleted inserted replaced
49:10852b179f64 55:ea98413ce11f
   125 EXPORT_C TInt COMASuplSettings::IAPId() const
   125 EXPORT_C TInt COMASuplSettings::IAPId() const
   126 	{
   126 	{
   127 	return iIAPId;
   127 	return iIAPId;
   128 	}
   128 	}
   129 
   129 
       
   130 // -----------------------------------------------------------------------------
       
   131 // COMASuplSettings::SetSUPLUsage
       
   132 // Sets the SUPL Usage
       
   133 // 
       
   134 // -----------------------------------------------------------------------------
       
   135 //
       
   136 EXPORT_C void COMASuplSettings::SetSUPLUsage(CSuplSettings::TSuplSettingsUsage& aSUPLUsage ) 
       
   137 	{
       
   138     iSUPLUsage = aSUPLUsage;
       
   139 	}
       
   140 
       
   141 // -----------------------------------------------------------------------------
       
   142 // COMASuplSettings::SUPLUsage() 
       
   143 // Gets the SUPL Usage
       
   144 // 
       
   145 // -----------------------------------------------------------------------------
       
   146 //
       
   147 EXPORT_C CSuplSettings::TSuplSettingsUsage COMASuplSettings::SUPLUsage() const
       
   148 	{
       
   149 		return iSUPLUsage;
       
   150 	}
   130 
   151 
   131 
   152 
   132 // -----------------------------------------------------------------------------
   153 // -----------------------------------------------------------------------------
   133 // COMASuplSettings::SetUIActive
   154 // COMASuplSettings::SetUIActive
   134 // Sets the flag indicating the activation of Settings UI
   155 // Sets the flag indicating the activation of Settings UI