summaryrefslogtreecommitdiff
path: root/cs/demo/Ice/nested/NestedServer.cs
diff options
context:
space:
mode:
Diffstat (limited to 'cs/demo/Ice/nested/NestedServer.cs')
-rwxr-xr-xcs/demo/Ice/nested/NestedServer.cs26
1 files changed, 13 insertions, 13 deletions
diff --git a/cs/demo/Ice/nested/NestedServer.cs b/cs/demo/Ice/nested/NestedServer.cs
index 02f4467c438..94377194e4a 100755
--- a/cs/demo/Ice/nested/NestedServer.cs
+++ b/cs/demo/Ice/nested/NestedServer.cs
@@ -7,16 +7,16 @@
//
// **********************************************************************
-
-class NestedServer : Ice.Application
-{
- public override int run(string[] args)
- {
- Ice.ObjectAdapter adapter = communicator().createObjectAdapter("Nested.Server");
- NestedPrx self = NestedPrxHelper.uncheckedCast(adapter.createProxy(Ice.Util.stringToIdentity("nestedServer")));
- adapter.add(new NestedI(self), Ice.Util.stringToIdentity("nestedServer"));
- adapter.activate();
- communicator().waitForShutdown();
- return 0;
- }
-}
+
+class NestedServer : Ice.Application
+{
+ public override int run(string[] args)
+ {
+ Ice.ObjectAdapter adapter = communicator().createObjectAdapter("Nested.Server");
+ NestedPrx self = NestedPrxHelper.uncheckedCast(adapter.createProxy(Ice.Util.stringToIdentity("nestedServer")));
+ adapter.add(new NestedI(self), Ice.Util.stringToIdentity("nestedServer"));
+ adapter.activate();
+ communicator().waitForShutdown();
+ return 0;
+ }
+}