diff options
Diffstat (limited to 'cs/demo/Ice/value/ObjectFactory.cs')
-rwxr-xr-x | cs/demo/Ice/value/ObjectFactory.cs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cs/demo/Ice/value/ObjectFactory.cs b/cs/demo/Ice/value/ObjectFactory.cs index 750dea3720c..12da1d1867f 100755 --- a/cs/demo/Ice/value/ObjectFactory.cs +++ b/cs/demo/Ice/value/ObjectFactory.cs @@ -1,13 +1,12 @@ // ********************************************************************** // -// Copyright (c) 2003-2004 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2005 ZeroC, Inc. All rights reserved. // // This copy of Ice is licensed to you under the terms described in the // ICE_LICENSE file included in this distribution. // // ********************************************************************** - using System.Diagnostics; class ObjectFactory : Ice.LocalObjectImpl, Ice.ObjectFactory |