summaryrefslogtreecommitdiff
path: root/cpp/src
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src')
-rw-r--r--cpp/src/Ice/Stream.cpp24
1 files changed, 24 insertions, 0 deletions
diff --git a/cpp/src/Ice/Stream.cpp b/cpp/src/Ice/Stream.cpp
index 3ff69d76bac..58d98324113 100644
--- a/cpp/src/Ice/Stream.cpp
+++ b/cpp/src/Ice/Stream.cpp
@@ -15,3 +15,27 @@ using namespace IceInternal;
IceUtil::Shared* Ice::upCast(InputStream* p) { return p; }
IceUtil::Shared* Ice::upCast(OutputStream* p) { return p; }
+
+void
+Ice::UserExceptionReader::__writeImpl(::IceInternal::BasicStream*) const
+{
+ assert(false); // Should never be called.
+}
+
+void
+Ice::UserExceptionReader::__readImpl(::IceInternal::BasicStream*)
+{
+ assert(false); // Should never be called.
+}
+
+void
+Ice::UserExceptionWriter::__writeImpl(::IceInternal::BasicStream*) const
+{
+ assert(false); // Should never be called.
+}
+
+void
+Ice::UserExceptionWriter::__readImpl(::IceInternal::BasicStream*)
+{
+ assert(false); // Should never be called.
+}