diff options
author | Bernard Normier <bernard@zeroc.com> | 2006-06-01 21:59:38 +0000 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2006-06-01 21:59:38 +0000 |
commit | 7c8dfd059142a3a7f1e3e417921806b30d08aa15 (patch) | |
tree | 3ccb5a14bd2cd546189189b993a5b5f9077aec4a /java/src/IceGridGUI/LiveDeployment/TreeNode.java | |
parent | Fixed bug #733: field trimming (diff) | |
download | ice-7c8dfd059142a3a7f1e3e417921806b30d08aa15.tar.bz2 ice-7c8dfd059142a3a7f1e3e417921806b30d08aa15.tar.xz ice-7c8dfd059142a3a7f1e3e417921806b30d08aa15.zip |
incomplete application patching
Diffstat (limited to 'java/src/IceGridGUI/LiveDeployment/TreeNode.java')
-rwxr-xr-x | java/src/IceGridGUI/LiveDeployment/TreeNode.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/java/src/IceGridGUI/LiveDeployment/TreeNode.java b/java/src/IceGridGUI/LiveDeployment/TreeNode.java index 2c89431a660..02081667e24 100755 --- a/java/src/IceGridGUI/LiveDeployment/TreeNode.java +++ b/java/src/IceGridGUI/LiveDeployment/TreeNode.java @@ -38,7 +38,7 @@ public abstract class TreeNode extends TreeNodeBase public static final int DISABLE = 3;
public static final int SHUTDOWN_NODE = 4;
- public static final int SERVER_INSTALL_DISTRIBUTION = 5;
+ public static final int PATCH_SERVER = 5;
public static final int ADD_OBJECT = 6;
@@ -69,7 +69,7 @@ public abstract class TreeNode extends TreeNodeBase {
assert false;
}
- public void serverInstallDistribution()
+ public void patchServer()
{
assert false;
}
|