summaryrefslogtreecommitdiff
path: root/csharp/test/IceGrid/simple/Server.cs
diff options
context:
space:
mode:
Diffstat (limited to 'csharp/test/IceGrid/simple/Server.cs')
-rw-r--r--csharp/test/IceGrid/simple/Server.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/csharp/test/IceGrid/simple/Server.cs b/csharp/test/IceGrid/simple/Server.cs
index 34713234936..e5318a46cc1 100644
--- a/csharp/test/IceGrid/simple/Server.cs
+++ b/csharp/test/IceGrid/simple/Server.cs
@@ -25,7 +25,7 @@ public class Server
args = communicator().getProperties().parseCommandLineOptions("TestAdapter", args);
Ice.ObjectAdapter adapter = communicator().createObjectAdapter("TestAdapter");
string id = communicator().getProperties().getPropertyWithDefault("Identity", "test");
- adapter.add(new TestI(), communicator().stringToIdentity(id));
+ adapter.add(new TestI(), Ice.Util.stringToIdentity(id));
shutdownOnInterrupt();
try
{