diff options
author | Benoit Foucher <benoit@zeroc.com> | 2006-06-09 10:05:07 +0000 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2006-06-09 10:05:07 +0000 |
commit | 0f8d8e2eed1b8235e6d5303abe730659d064b106 (patch) | |
tree | edc64ed2dc41c461e4126d3aea0c93f1318b7462 /java/src/IceGridGUI/Application/PlainServer.java | |
parent | Added support for allocatable objects. (diff) | |
download | ice-0f8d8e2eed1b8235e6d5303abe730659d064b106.tar.bz2 ice-0f8d8e2eed1b8235e6d5303abe730659d064b106.tar.xz ice-0f8d8e2eed1b8235e6d5303abe730659d064b106.zip |
Added allocatables
Diffstat (limited to 'java/src/IceGridGUI/Application/PlainServer.java')
-rwxr-xr-x | java/src/IceGridGUI/Application/PlainServer.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/java/src/IceGridGUI/Application/PlainServer.java b/java/src/IceGridGUI/Application/PlainServer.java index 54ac34c71bb..105b796364c 100755 --- a/java/src/IceGridGUI/Application/PlainServer.java +++ b/java/src/IceGridGUI/Application/PlainServer.java @@ -93,6 +93,7 @@ class PlainServer extends Communicator implements Server "",
true,
true,
+ new java.util.LinkedList(),
new java.util.LinkedList());
java.util.LinkedList adapterList = new java.util.LinkedList();
|