fotaapplication/fotaserver/FotaServer/src/fotaSrvSession.cpp
branchRCL_3
changeset 76 3cdbd92ee07b
parent 69 a082c848c9a9
equal deleted inserted replaced
69:a082c848c9a9 76:3cdbd92ee07b
   161 void CFotaSrvSession::ServiceL(const RMessage2& aMessage)
   161 void CFotaSrvSession::ServiceL(const RMessage2& aMessage)
   162 	{
   162 	{
   163 	TInt        err(KErrNone);
   163 	TInt        err(KErrNone);
   164 	TInt        pkgid = 0;
   164 	TInt        pkgid = 0;
   165 	TPackageState       state;
   165 	TPackageState       state;
   166 	RThread clt; aMessage.ClientL(clt); 
   166 	RThread clt; aMessage.ClientL(clt);
   167 	TFullName cltnm = clt.FullName();
   167 	TFullName cltnm = clt.FullName();
   168 	FLOG(_L( "CFotaSrvSession::ServiceL      %d   serving for %S?" )
   168 	FLOG(_L( "CFotaSrvSession::ServiceL      %d   serving for %S?" )
   169 			,aMessage.Function(), &cltnm );
   169 			,aMessage.Function(), &cltnm );
   170 	clt.Close();
   170 	clt.Close();
   171 
   171