diff options
author | Michi Henning <michi@zeroc.com> | 2004-07-14 05:38:48 +0000 |
---|---|---|
committer | Michi Henning <michi@zeroc.com> | 2004-07-14 05:38:48 +0000 |
commit | 9ee36e5afbc59b4c610935de99cb98232152a6e7 (patch) | |
tree | 86341cbe50b32ca088ca91ca64b434e117a80264 /cs/test/Ice/exceptions/ObjectFactoryI.cs | |
parent | Fixed a few formatting issues. (diff) | |
download | ice-9ee36e5afbc59b4c610935de99cb98232152a6e7.tar.bz2 ice-9ee36e5afbc59b4c610935de99cb98232152a6e7.tar.xz ice-9ee36e5afbc59b4c610935de99cb98232152a6e7.zip |
Removed DOS line endings.
Added work-around for Mono 1.0 WaitOne() bug under Linux.
Diffstat (limited to 'cs/test/Ice/exceptions/ObjectFactoryI.cs')
-rwxr-xr-x | cs/test/Ice/exceptions/ObjectFactoryI.cs | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/cs/test/Ice/exceptions/ObjectFactoryI.cs b/cs/test/Ice/exceptions/ObjectFactoryI.cs index 206e3fafb92..a187580980e 100755 --- a/cs/test/Ice/exceptions/ObjectFactoryI.cs +++ b/cs/test/Ice/exceptions/ObjectFactoryI.cs @@ -7,15 +7,15 @@ // // ********************************************************************** -
-public sealed class ObjectFactoryI : Ice.LocalObjectImpl, Ice.ObjectFactory
-{
- public Ice.Object create(string s)
- {
- return null;
- }
-
- public void destroy()
- {
- }
-}
+ +public sealed class ObjectFactoryI : Ice.LocalObjectImpl, Ice.ObjectFactory +{ + public Ice.Object create(string s) + { + return null; + } + + public void destroy() + { + } +} |