summaryrefslogtreecommitdiff
path: root/cpp/test/Ice/background/TestI.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/test/Ice/background/TestI.h')
-rw-r--r--cpp/test/Ice/background/TestI.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/cpp/test/Ice/background/TestI.h b/cpp/test/Ice/background/TestI.h
index 7dfe67d2fed..0e053062078 100644
--- a/cpp/test/Ice/background/TestI.h
+++ b/cpp/test/Ice/background/TestI.h
@@ -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.
@@ -53,6 +53,8 @@ public:
virtual void writeReady(bool, const Ice::Current&);
virtual void writeException(bool, const Ice::Current&);
+
+ virtual void buffered(bool, const Ice::Current&);
BackgroundControllerI(const Ice::ObjectAdapterPtr&, const ConfigurationPtr&);