summaryrefslogtreecommitdiff
path: root/cs/test/Ice/exceptions/ObjectFactoryI.cs
diff options
context:
space:
mode:
authorMichi Henning <michi@zeroc.com>2004-07-14 05:38:48 +0000
committerMichi Henning <michi@zeroc.com>2004-07-14 05:38:48 +0000
commit9ee36e5afbc59b4c610935de99cb98232152a6e7 (patch)
tree86341cbe50b32ca088ca91ca64b434e117a80264 /cs/test/Ice/exceptions/ObjectFactoryI.cs
parentFixed a few formatting issues. (diff)
downloadice-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-xcs/test/Ice/exceptions/ObjectFactoryI.cs24
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()
+ {
+ }
+}