supl/locationomasuplprotocolhandler/protocolhandlerver1/inc/epos_comasuplconnrequestor.h
changeset 40 16118e24b93b
parent 32 b12ea03c50a3
--- a/supl/locationomasuplprotocolhandler/protocolhandlerver1/inc/epos_comasuplconnrequestor.h	Tue Jul 06 14:44:11 2010 +0300
+++ b/supl/locationomasuplprotocolhandler/protocolhandlerver1/inc/epos_comasuplconnrequestor.h	Wed Aug 18 10:11:45 2010 +0300
@@ -281,19 +281,19 @@
 			//For trying for once with newly generated HSLP.
 			TBool iTLSAuthenticationFailed;
 			
-			//SUPLSettings
+			//SUPLSettings,Ownership is with the object
 			CSuplSettingsInternal *iSuplSettings;
 			
-			CRepository*            iRepository;
+			CRepository*            iRepository;//Ownership is with the object
 			
 			//Trace Utility
-			COMASuplTrace* iTrace;
+			COMASuplTrace* iTrace; //Ownership is with the object
 			TBool iIsHSLPGenerated;
             TBool iHslpAddrFromImsiUsed;
             
             TInt iLastConnectionError;
             
-            COMASuplFallBackHandler* iFallBackHandler;
+            COMASuplFallBackHandler* iFallBackHandler;//Ownership is with the object
             
             TBool iIsSettingInitilized;