aboutsummaryrefslogtreecommitdiffstats
path: root/devel/ice/files/patch-cpp-src-Glacier2-Blobject.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'devel/ice/files/patch-cpp-src-Glacier2-Blobject.cpp')
-rw-r--r--devel/ice/files/patch-cpp-src-Glacier2-Blobject.cpp18
1 files changed, 0 insertions, 18 deletions
diff --git a/devel/ice/files/patch-cpp-src-Glacier2-Blobject.cpp b/devel/ice/files/patch-cpp-src-Glacier2-Blobject.cpp
deleted file mode 100644
index 6e05037d42ce..000000000000
--- a/devel/ice/files/patch-cpp-src-Glacier2-Blobject.cpp
+++ /dev/null
@@ -1,18 +0,0 @@
---- cpp.orig/src/Glacier2/Blobject.cpp 2011-06-15 21:43:58.000000000 +0200
-+++ cpp/src/Glacier2/Blobject.cpp 2012-03-04 19:39:27.000000000 +0100
-@@ -171,6 +171,15 @@
- }
-
- void
-+Glacier2::Blobject::destroy()
-+{
-+ if(_requestQueue)
-+ {
-+ _requestQueue->destroy();
-+ }
-+}
-+
-+void
- Glacier2::Blobject::invoke(ObjectPrx& proxy, const AMD_Object_ice_invokePtr& amdCB,
- const std::pair<const Ice::Byte*, const Ice::Byte*>& inParams, const Current& current)
- {