summaryrefslogtreecommitdiff
path: root/java/src/IceGrid/TreeNode/Leaf.java
diff options
context:
space:
mode:
authorBernard Normier <bernard@zeroc.com>2005-09-20 23:46:57 +0000
committerBernard Normier <bernard@zeroc.com>2005-09-20 23:46:57 +0000
commit9ab49898e47f7dbccff8b95d84bfdd2a6fa73db6 (patch)
tree745f5986b4e6b5a1a7436678971fc21f34afc417 /java/src/IceGrid/TreeNode/Leaf.java
parentBug 467. (diff)
downloadice-9ab49898e47f7dbccff8b95d84bfdd2a6fa73db6.tar.bz2
ice-9ab49898e47f7dbccff8b95d84bfdd2a6fa73db6.tar.xz
ice-9ab49898e47f7dbccff8b95d84bfdd2a6fa73db6.zip
It's now possible to edit/add/remove services (but not service instances or
templates)
Diffstat (limited to 'java/src/IceGrid/TreeNode/Leaf.java')
-rwxr-xr-xjava/src/IceGrid/TreeNode/Leaf.java5
1 files changed, 5 insertions, 0 deletions
diff --git a/java/src/IceGrid/TreeNode/Leaf.java b/java/src/IceGrid/TreeNode/Leaf.java
index eee9f2b7196..77060ec3900 100755
--- a/java/src/IceGrid/TreeNode/Leaf.java
+++ b/java/src/IceGrid/TreeNode/Leaf.java
@@ -41,6 +41,11 @@ class Leaf extends CommonBaseI
return null;
}
+ public CommonBase findChildWithDescriptor(Object d)
+ {
+ return null;
+ }
+
protected Leaf(String id, Model model)
{
super(id, model, false);