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