supl/locationsuplfw/gateway/inc/epos_csuplipcsubsession.h
changeset 40 16118e24b93b
parent 32 b12ea03c50a3
--- a/supl/locationsuplfw/gateway/inc/epos_csuplipcsubsession.h	Tue Jul 06 14:44:11 2010 +0300
+++ b/supl/locationsuplfw/gateway/inc/epos_csuplipcsubsession.h	Wed Aug 18 10:11:45 2010 +0300
@@ -133,9 +133,12 @@
 		        void HandleCancelLocationConversionL(const RMessage2& aMessage);
 
     private:    // Data
+    	// Supl session handle.Ownership is with this object
     	CSuplSessionBase*		iSuplSession;
+		// Supl session request object.Ownership is with this object
 		CSuplSessionRequest*	iSuplSessnReq;
 		RMessage2               iMessage;
+		// Position buffer.Ownership is with this object
 		HBufC8*                 iPositionBuffer;
 		TInt 					iReqType;
 		RSuplTerminalSubSession::TSuplServiceType iSuplService;