diff options
author | Matthew Newhook <matthew@zeroc.com> | 2005-07-05 13:32:31 +0000 |
---|---|---|
committer | Matthew Newhook <matthew@zeroc.com> | 2005-07-05 13:32:31 +0000 |
commit | df19c1c94b5927b5388c1d6c839b09e347dbfbc1 (patch) | |
tree | 9f4e27398c9ed24cf6d081d3375ff250725b20e5 /cppe/src/IceE/Current.cpp | |
parent | REadded operations (diff) | |
download | ice-df19c1c94b5927b5388c1d6c839b09e347dbfbc1.tar.bz2 ice-df19c1c94b5927b5388c1d6c839b09e347dbfbc1.tar.xz ice-df19c1c94b5927b5388c1d6c839b09e347dbfbc1.zip |
DLL version compiles again.
Diffstat (limited to 'cppe/src/IceE/Current.cpp')
-rwxr-xr-x | cppe/src/IceE/Current.cpp | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/cppe/src/IceE/Current.cpp b/cppe/src/IceE/Current.cpp index 1a59e605061..c0c5b957e22 100755 --- a/cppe/src/IceE/Current.cpp +++ b/cppe/src/IceE/Current.cpp @@ -11,20 +11,6 @@ #include <IceE/BasicStream.h>
#include <IceE/Object.h>
-void
-IceE::__write(::IceEInternal::BasicStream* __os, ::IceE::OperationMode v)
-{
- __os->write(static_cast< ::IceE::Byte>(v));
-}
-
-void
-IceE::__read(::IceEInternal::BasicStream* __is, ::IceE::OperationMode& v)
-{
- ::IceE::Byte val;
- __is->read(val);
- v = static_cast< ::IceE::OperationMode>(val);
-}
-
bool
IceE::Current::operator==(const Current& __rhs) const
{
|