supl/locationomasuplprotocolhandler/protocolhandler/src/epos_comasuplsettings.cpp
branchRCL_3
changeset 44 2b4ea9893b66
parent 0 667063e416a2
child 45 6b6920c56e2f
equal deleted inserted replaced
42:02ba3f1733c6 44:2b4ea9893b66
   131 // COMASuplSettings::SetSUPLUsage
   131 // COMASuplSettings::SetSUPLUsage
   132 // Sets the SUPL Usage
   132 // Sets the SUPL Usage
   133 // 
   133 // 
   134 // -----------------------------------------------------------------------------
   134 // -----------------------------------------------------------------------------
   135 //
   135 //
   136 EXPORT_C void COMASuplSettings::SetSUPLUsage(CSuplSettings::TSuplSettingsUsage& aSUPLUsage ) 
   136 /*EXPORT_C void COMASuplSettings::SetSUPLUsage(CSuplSettings::TSuplSettingsUsage& aSUPLUsage ) 
   137 	{
   137 	{
   138     iSUPLUsage = aSUPLUsage;
   138     iSUPLUsage = aSUPLUsage;
   139 	}
   139 	}*/
   140 
   140 
   141 // -----------------------------------------------------------------------------
   141 // -----------------------------------------------------------------------------
   142 // COMASuplSettings::SUPLUsage() 
   142 // COMASuplSettings::SUPLUsage() 
   143 // Gets the SUPL Usage
   143 // Gets the SUPL Usage
   144 // 
   144 // 
   145 // -----------------------------------------------------------------------------
   145 // -----------------------------------------------------------------------------
   146 //
   146 //
   147 EXPORT_C CSuplSettings::TSuplSettingsUsage COMASuplSettings::SUPLUsage() const
   147 /*EXPORT_C CSuplSettings::TSuplSettingsUsage COMASuplSettings::SUPLUsage() const
   148 	{
   148 	{
   149 		return iSUPLUsage;
   149 		return iSUPLUsage;
   150 	}
   150 	}
   151 
   151 */
   152 
   152 
   153 // -----------------------------------------------------------------------------
   153 // -----------------------------------------------------------------------------
   154 // COMASuplSettings::SetUIActive
   154 // COMASuplSettings::SetUIActive
   155 // Sets the flag indicating the activation of Settings UI
   155 // Sets the flag indicating the activation of Settings UI
   156 // 
   156 //