summaryrefslogtreecommitdiff
path: root/java/src/IceGridGUI/Application/Service.java
diff options
context:
space:
mode:
Diffstat (limited to 'java/src/IceGridGUI/Application/Service.java')
-rw-r--r--java/src/IceGridGUI/Application/Service.java14
1 files changed, 14 insertions, 0 deletions
diff --git a/java/src/IceGridGUI/Application/Service.java b/java/src/IceGridGUI/Application/Service.java
new file mode 100644
index 00000000000..160a8bc1352
--- /dev/null
+++ b/java/src/IceGridGUI/Application/Service.java
@@ -0,0 +1,14 @@
+// **********************************************************************
+//
+// Copyright (c) 2003-2011 ZeroC, Inc. All rights reserved.
+//
+// This copy of Ice is licensed to you under the terms described in the
+// ICE_LICENSE file included in this distribution.
+//
+// **********************************************************************
+
+package IceGridGUI.Application;
+
+interface Service extends TemplateInstance, DescriptorHolder
+{
+}