diff options
Diffstat (limited to 'java/src/IceGridGUI/StatusBar.java')
-rwxr-xr-x | java/src/IceGridGUI/StatusBar.java | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/java/src/IceGridGUI/StatusBar.java b/java/src/IceGridGUI/StatusBar.java index 31164ceeab8..04787157b8e 100755 --- a/java/src/IceGridGUI/StatusBar.java +++ b/java/src/IceGridGUI/StatusBar.java @@ -1,15 +1,15 @@ -// **********************************************************************
-//
-// 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;
-
-public interface StatusBar
-{
- void setText(String text);
- void setConnected(boolean connected);
-}
+// ********************************************************************** +// +// 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; + +public interface StatusBar +{ + void setText(String text); + void setConnected(boolean connected); +} |