summaryrefslogtreecommitdiff
path: root/java/src/IceGridGUI/Application/ServiceTemplates.java
diff options
context:
space:
mode:
authorBernard Normier <bernard@zeroc.com>2006-04-03 18:46:24 +0000
committerBernard Normier <bernard@zeroc.com>2006-04-03 18:46:24 +0000
commit5f5af262326ddf51074f78182d8b0b09f8343d44 (patch)
treede49a7b753f131a7f52674f04983932708bb9fbf /java/src/IceGridGUI/Application/ServiceTemplates.java
parentFix bug 874 (diff)
downloadice-5f5af262326ddf51074f78182d8b0b09f8343d44.tar.bz2
ice-5f5af262326ddf51074f78182d8b0b09f8343d44.tar.xz
ice-5f5af262326ddf51074f78182d8b0b09f8343d44.zip
Added support for import-default-templates in parsed files
Diffstat (limited to 'java/src/IceGridGUI/Application/ServiceTemplates.java')
-rwxr-xr-xjava/src/IceGridGUI/Application/ServiceTemplates.java8
1 files changed, 8 insertions, 0 deletions
diff --git a/java/src/IceGridGUI/Application/ServiceTemplates.java b/java/src/IceGridGUI/Application/ServiceTemplates.java
index b94ae2b920f..2c8386f89d6 100755
--- a/java/src/IceGridGUI/Application/ServiceTemplates.java
+++ b/java/src/IceGridGUI/Application/ServiceTemplates.java
@@ -105,6 +105,14 @@ class ServiceTemplates extends Templates
}
}
+ //
+ // Variable resolution does not make sense for templates / template children
+ //
+ Utils.Resolver getResolver()
+ {
+ return null;
+ }
+
void newServiceTemplate(TemplateDescriptor descriptor)
{
String id = makeNewChildId("NewServiceTemplate");