diff options
author | Marc Laukien <marc@zeroc.com> | 2001-07-28 00:25:20 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2001-07-28 00:25:20 +0000 |
commit | 8eff4c0e229ea3d6ba28ff93de10d25bb7770658 (patch) | |
tree | 4d826210222cbff4b9e6c011741bfc5b490e42c6 /cpp/include/Ice/LocalObject.h | |
parent | removed spacing (diff) | |
download | ice-8eff4c0e229ea3d6ba28ff93de10d25bb7770658.tar.bz2 ice-8eff4c0e229ea3d6ba28ff93de10d25bb7770658.tar.xz ice-8eff4c0e229ea3d6ba28ff93de10d25bb7770658.zip |
added SSL framework
Diffstat (limited to 'cpp/include/Ice/LocalObject.h')
-rw-r--r-- | cpp/include/Ice/LocalObject.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/cpp/include/Ice/LocalObject.h b/cpp/include/Ice/LocalObject.h index 9412bcdf45c..64f4bf899e1 100644 --- a/cpp/include/Ice/LocalObject.h +++ b/cpp/include/Ice/LocalObject.h @@ -47,9 +47,6 @@ public: LocalObject(); virtual ~LocalObject(); - - virtual void __write(::IceInternal::Stream*) = 0; - virtual void __read(::IceInternal::Stream*) = 0; }; } |