diff options
Diffstat (limited to 'cpp/src/Ice/BasicStream.cpp')
-rw-r--r-- | cpp/src/Ice/BasicStream.cpp | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/cpp/src/Ice/BasicStream.cpp b/cpp/src/Ice/BasicStream.cpp index 15038de9c36..49db851d1d9 100644 --- a/cpp/src/Ice/BasicStream.cpp +++ b/cpp/src/Ice/BasicStream.cpp @@ -1061,6 +1061,18 @@ IceInternal::BasicStream::read(vector<Double>& v) } } +// +// NOTE: This member function is intentionally omitted in order to +// cause a link error if it is used. See BasicStream.h for more +// information. +// +/* +void +IceInternal::BasicStream::write(const char*) +{ +} +*/ + void IceInternal::BasicStream::write(const string& v) { |