diff -r e175e2ba2fb0 -r 3efc7a0e8755 supl/locationomasuplprotocolhandler/protocolhandlerver1/inc/epos_comasuplconnrequestor.h --- a/supl/locationomasuplprotocolhandler/protocolhandlerver1/inc/epos_comasuplconnrequestor.h Fri Jul 23 19:40:48 2010 +0530 +++ b/supl/locationomasuplprotocolhandler/protocolhandlerver1/inc/epos_comasuplconnrequestor.h Fri Aug 06 19:34:22 2010 +0530 @@ -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;