summaryrefslogtreecommitdiff
path: root/cpp/include/Ice/Outgoing.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/include/Ice/Outgoing.h')
-rw-r--r--cpp/include/Ice/Outgoing.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/cpp/include/Ice/Outgoing.h b/cpp/include/Ice/Outgoing.h
index 1f649db220d..27783e8b6ce 100644
--- a/cpp/include/Ice/Outgoing.h
+++ b/cpp/include/Ice/Outgoing.h
@@ -57,7 +57,6 @@ class ICE_API Outgoing : public ::IceUtil::noncopyable, public IceUtil::Monitor<
public:
Outgoing(Connection*, Reference*, const std::string&, ::Ice::OperationMode, const ::Ice::Context&);
- ~Outgoing();
bool invoke(); // Returns true if ok, false if user exception.
void finished(BasicStream&);