diff options
Diffstat (limited to 'java/src/Ice/Callback_Object_ice_flushBatchRequests.java')
-rw-r--r-- | java/src/Ice/Callback_Object_ice_flushBatchRequests.java | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/java/src/Ice/Callback_Object_ice_flushBatchRequests.java b/java/src/Ice/Callback_Object_ice_flushBatchRequests.java new file mode 100644 index 00000000000..423d7104992 --- /dev/null +++ b/java/src/Ice/Callback_Object_ice_flushBatchRequests.java @@ -0,0 +1,17 @@ +// ********************************************************************** +// +// Copyright (c) 2003-2009 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 Ice; + +/** + * Callback object for {@link ObjectPrx#.begin_ice_flushBatchRequests}. + **/ +public abstract class Callback_Object_ice_flushBatchRequests extends OnewayCallback +{ +} |