diff options
author | Mark Spruiell <mes@zeroc.com> | 2014-06-13 10:06:29 -0700 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2014-06-13 10:06:29 -0700 |
commit | 69c46db2fb9f03a4b730f8da1bd6e03d4ba68895 (patch) | |
tree | a755e1e123ac50a31729e51ebb375a92e86f1303 /java/test/Ice/background/BackgroundControllerI.java | |
parent | SSL Cipher test fix for OpenSSL (diff) | |
download | ice-69c46db2fb9f03a4b730f8da1bd6e03d4ba68895.tar.bz2 ice-69c46db2fb9f03a4b730f8da1bd6e03d4ba68895.tar.xz ice-69c46db2fb9f03a4b730f8da1bd6e03d4ba68895.zip |
initial commit of C# transport changes
Diffstat (limited to 'java/test/Ice/background/BackgroundControllerI.java')
-rw-r--r-- | java/test/Ice/background/BackgroundControllerI.java | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/java/test/Ice/background/BackgroundControllerI.java b/java/test/Ice/background/BackgroundControllerI.java index 594a623d131..64cefee73ca 100644 --- a/java/test/Ice/background/BackgroundControllerI.java +++ b/java/test/Ice/background/BackgroundControllerI.java @@ -88,6 +88,12 @@ class BackgroundControllerI extends _BackgroundControllerDisp { _configuration.writeException(enable ? new Ice.SocketException() : null); } + + public void + buffered(boolean enable, Ice.Current current) + { + _configuration.buffered(enable); + } public BackgroundControllerI(Configuration configuration, Ice.ObjectAdapter adapter) |