installationservices/swi/source/sisregistry/server/sisregistryserver.cpp
changeset 42 d17dc5398051
parent 0 ba25891c3a9e
child 50 c6e8afe0ba85
--- a/installationservices/swi/source/sisregistry/server/sisregistryserver.cpp	Thu May 27 12:58:35 2010 +0300
+++ b/installationservices/swi/source/sisregistry/server/sisregistryserver.cpp	Fri Jun 11 13:45:18 2010 +0300
@@ -121,14 +121,14 @@
 	iShutdown = NULL; //required in case the server dies before the session
 	}
 
-CSession2* CSisRegistryServer::NewSessionL(const TVersion& aClientVersion, const RMessage2&) const
+CSession2* CSisRegistryServer::NewSessionL(const TVersion& aClientVersion, const RMessage2& aMessage) const
 //
 // Create a new client session. This should really check the version number.
 //
 	{
 	if (aClientVersion == TVersion(1,0,0))
 		{
-		return new(ELeave) CSisRegistrySession();	
+		return new(ELeave) CSisRegistrySession(aMessage.SecureId());
 		}
 	else
 		{