summaryrefslogtreecommitdiff
path: root/javae/demo/IceE/jdk/callback/CallbackReceiverI.java
diff options
context:
space:
mode:
Diffstat (limited to 'javae/demo/IceE/jdk/callback/CallbackReceiverI.java')
-rw-r--r--javae/demo/IceE/jdk/callback/CallbackReceiverI.java19
1 files changed, 0 insertions, 19 deletions
diff --git a/javae/demo/IceE/jdk/callback/CallbackReceiverI.java b/javae/demo/IceE/jdk/callback/CallbackReceiverI.java
deleted file mode 100644
index 73e6e9efbc9..00000000000
--- a/javae/demo/IceE/jdk/callback/CallbackReceiverI.java
+++ /dev/null
@@ -1,19 +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.
-//
-// **********************************************************************
-
-import Demo.*;
-
-public final class CallbackReceiverI extends _CallbackReceiverDisp
-{
- public void
- callback(Ice.Current current)
- {
- System.out.println("received callback");
- }
-}