summaryrefslogtreecommitdiff
path: root/javae/demo/IceE/jdk/chat/ChatCallbackI.java
diff options
context:
space:
mode:
Diffstat (limited to 'javae/demo/IceE/jdk/chat/ChatCallbackI.java')
-rw-r--r--javae/demo/IceE/jdk/chat/ChatCallbackI.java22
1 files changed, 0 insertions, 22 deletions
diff --git a/javae/demo/IceE/jdk/chat/ChatCallbackI.java b/javae/demo/IceE/jdk/chat/ChatCallbackI.java
deleted file mode 100644
index 725a69b91f8..00000000000
--- a/javae/demo/IceE/jdk/chat/ChatCallbackI.java
+++ /dev/null
@@ -1,22 +0,0 @@
-// **********************************************************************
-//
-// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved.
-//
-// This copy of Ice-E is licensed to you under the terms described in the
-// ICEE_LICENSE file included in this distribution.
-//
-// **********************************************************************
-
-public class ChatCallbackI extends Demo._ChatCallbackDisp
-{
- public
- ChatCallbackI()
- {
- }
-
- public void
- message(String data, Ice.Current current)
- {
- System.out.println(data);
- }
-}