summaryrefslogtreecommitdiff
path: root/cs/demo/Ice/nested/Client.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/demo/Ice/nested/Client.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/demo/Ice/nested/Client.cs')
-rwxr-xr-xcs/demo/Ice/nested/Client.cs20
1 files changed, 10 insertions, 10 deletions
diff --git a/cs/demo/Ice/nested/Client.cs b/cs/demo/Ice/nested/Client.cs
index e110144e698..990a640ae5f 100755
--- a/cs/demo/Ice/nested/Client.cs
+++ b/cs/demo/Ice/nested/Client.cs
@@ -7,13 +7,13 @@
//
// **********************************************************************
-
-public class Client
-{
- public static void Main(string[] args)
- {
- NestedClient app = new NestedClient();
- int status = app.main(args, "config");
- System.Environment.Exit(status);
- }
-}
+
+public class Client
+{
+ public static void Main(string[] args)
+ {
+ NestedClient app = new NestedClient();
+ int status = app.main(args, "config");
+ System.Environment.Exit(status);
+ }
+}