summaryrefslogtreecommitdiff
path: root/javae/test/IceE/exceptions/ClientMIDlet.java
diff options
context:
space:
mode:
Diffstat (limited to 'javae/test/IceE/exceptions/ClientMIDlet.java')
-rw-r--r--javae/test/IceE/exceptions/ClientMIDlet.java18
1 files changed, 0 insertions, 18 deletions
diff --git a/javae/test/IceE/exceptions/ClientMIDlet.java b/javae/test/IceE/exceptions/ClientMIDlet.java
deleted file mode 100644
index 79bbbab2b6d..00000000000
--- a/javae/test/IceE/exceptions/ClientMIDlet.java
+++ /dev/null
@@ -1,18 +0,0 @@
-// **********************************************************************
-//
-// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved.
-//
-// This copy of Ice-E is licensed to you under the terms described in the
-// ICEE_LICENSE file included in this distribution.
-//
-// **********************************************************************
-
-public class ClientMIDlet extends ClientBase
-{
- public void
- updateProperties(Ice.Properties properties)
- {
- String ref = "thrower:default -h " + _addr.getString() + " -p " + _port.getString() + " -t " + _timeout.getString();
- properties.setProperty("Test.Proxy", ref);
- }
-}