summaryrefslogtreecommitdiff
path: root/TAO/tests/Sequence_Unit_Tests/mock_stream.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Sequence_Unit_Tests/mock_stream.hpp')
-rw-r--r--TAO/tests/Sequence_Unit_Tests/mock_stream.hpp7
1 files changed, 4 insertions, 3 deletions
diff --git a/TAO/tests/Sequence_Unit_Tests/mock_stream.hpp b/TAO/tests/Sequence_Unit_Tests/mock_stream.hpp
index fc1c9ff691d..5dab6c013c9 100644
--- a/TAO/tests/Sequence_Unit_Tests/mock_stream.hpp
+++ b/TAO/tests/Sequence_Unit_Tests/mock_stream.hpp
@@ -17,13 +17,14 @@
/**
* @class mock_stream
*
- * @brief Implement a concrete class with the right interface for an
- * object reference.
+ * @brief Implement a concrete class with the right interface for a stream.
*/
class mock_stream
{
public:
- virtual ~mock_stream();
+ ~mock_stream();
+
+ CORBA::ULong length () const;
static call_counter serialize_calls;
static call_counter deserialize_calls;