diff options
-rw-r--r-- | cpp/slice/IceGrid/Descriptor.ice | 2 | ||||
-rw-r--r-- | cpp/slice/IceGrid/Observer.ice | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/cpp/slice/IceGrid/Descriptor.ice b/cpp/slice/IceGrid/Descriptor.ice index 60c23183482..951d0570935 100644 --- a/cpp/slice/IceGrid/Descriptor.ice +++ b/cpp/slice/IceGrid/Descriptor.ice @@ -417,7 +417,7 @@ struct ReplicatedAdapterDescriptor **/ ObjectDescriptorSeq objects; }; -sequence<ReplicatedAdapterDescriptor> ReplicatedAdapterDescriptorSeq; +["java:type:java.util.LinkedList"] sequence<ReplicatedAdapterDescriptor> ReplicatedAdapterDescriptorSeq; /** * diff --git a/cpp/slice/IceGrid/Observer.ice b/cpp/slice/IceGrid/Observer.ice index 36627fcf148..2eb16275d5a 100644 --- a/cpp/slice/IceGrid/Observer.ice +++ b/cpp/slice/IceGrid/Observer.ice @@ -28,6 +28,7 @@ sequence<ServerDynamicInfo> ServerDynamicInfoSeq; struct AdapterDynamicInfo { string id; + // string serverId; Object* proxy; }; sequence<AdapterDynamicInfo> AdapterDynamicInfoSeq; |