diff options
Diffstat (limited to 'cpp/test/Ice/background/Test.ice')
-rw-r--r-- | cpp/test/Ice/background/Test.ice | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/cpp/test/Ice/background/Test.ice b/cpp/test/Ice/background/Test.ice index 6fff0d79750..9ea9ec59de1 100644 --- a/cpp/test/Ice/background/Test.ice +++ b/cpp/test/Ice/background/Test.ice @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2013 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2014 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. @@ -39,6 +39,8 @@ interface BackgroundController void writeReady(bool enable); void writeException(bool enable); + + void buffered(bool enable); }; }; |