* RemotingConfiguration.cs: Avoid adding "id" and "type" as custom
authorLluis Sanchez <lluis@novell.com>
Fri, 2 Jul 2004 15:37:50 +0000 (15:37 -0000)
committerLluis Sanchez <lluis@novell.com>
Fri, 2 Jul 2004 15:37:50 +0000 (15:37 -0000)
commita551eeb2fd791436ecd486b4d1390307234e1117
treebcbf397b68186debdb3bac7627bc684e21391ce6
parentd9482df336496e1b6f578ab83245522971e11a83
* RemotingConfiguration.cs: Avoid adding "id" and "type" as custom
  properties of providers. This fixes bug #60934.
* ServerIdentity.cs, RemotingServices.cs: When disposing an identity, detach
  the identity from the object, so it can be safely marshalled again.

svn path=/branches/mono-1-0/mcs/; revision=30685
mcs/class/corlib/System.Runtime.Remoting/ChangeLog
mcs/class/corlib/System.Runtime.Remoting/RemotingConfiguration.cs
mcs/class/corlib/System.Runtime.Remoting/RemotingServices.cs
mcs/class/corlib/System.Runtime.Remoting/ServerIdentity.cs