diff options
author | Bernard Normier <bernard@zeroc.com> | 2007-06-04 20:32:22 +0000 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2007-06-04 20:32:22 +0000 |
commit | f21dd19c50c7a2aa8862fba13ff754ee1a01cfda (patch) | |
tree | dd27e354446c211604ec3ab6af9006ed0ab4946b /cs/test/Ice/exceptions/ObjectFactoryI.cs | |
parent | Added refreshPublishedEndpoints (diff) | |
download | ice-f21dd19c50c7a2aa8862fba13ff754ee1a01cfda.tar.bz2 ice-f21dd19c50c7a2aa8862fba13ff754ee1a01cfda.tar.xz ice-f21dd19c50c7a2aa8862fba13ff754ee1a01cfda.zip |
Changed LocalObject mapping
Diffstat (limited to 'cs/test/Ice/exceptions/ObjectFactoryI.cs')
-rwxr-xr-x | cs/test/Ice/exceptions/ObjectFactoryI.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cs/test/Ice/exceptions/ObjectFactoryI.cs b/cs/test/Ice/exceptions/ObjectFactoryI.cs index 50833b7034d..f77eeb992b1 100755 --- a/cs/test/Ice/exceptions/ObjectFactoryI.cs +++ b/cs/test/Ice/exceptions/ObjectFactoryI.cs @@ -7,7 +7,7 @@ // // ********************************************************************** -public sealed class ObjectFactoryI : Ice.LocalObjectImpl, Ice.ObjectFactory +public sealed class ObjectFactoryI : Ice.ObjectFactory { public Ice.Object create(string s) { |