diff options
Diffstat (limited to 'java/src/IceGridGUI/Application/TemplateInstance.java')
-rwxr-xr-x | java/src/IceGridGUI/Application/TemplateInstance.java | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/java/src/IceGridGUI/Application/TemplateInstance.java b/java/src/IceGridGUI/Application/TemplateInstance.java index c4492c61882..8179cd3974b 100755 --- a/java/src/IceGridGUI/Application/TemplateInstance.java +++ b/java/src/IceGridGUI/Application/TemplateInstance.java @@ -1,16 +1,16 @@ -// **********************************************************************
-//
-// Copyright (c) 2003-2006 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 TemplateInstance
-{
- Object rebuild(java.util.List editables) throws UpdateFailedException;
- void restore(Object backupObj);
-}
-
+// ********************************************************************** +// +// Copyright (c) 2003-2006 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 TemplateInstance +{ + Object rebuild(java.util.List editables) throws UpdateFailedException; + void restore(Object backupObj); +} + |