summaryrefslogtreecommitdiff
path: root/devel/ice/files/patch-cpp-include-Ice-ObjectF.h
diff options
context:
space:
mode:
Diffstat (limited to 'devel/ice/files/patch-cpp-include-Ice-ObjectF.h')
-rw-r--r--devel/ice/files/patch-cpp-include-Ice-ObjectF.h22
1 files changed, 0 insertions, 22 deletions
diff --git a/devel/ice/files/patch-cpp-include-Ice-ObjectF.h b/devel/ice/files/patch-cpp-include-Ice-ObjectF.h
deleted file mode 100644
index 52082b38dc73..000000000000
--- a/devel/ice/files/patch-cpp-include-Ice-ObjectF.h
+++ /dev/null
@@ -1,22 +0,0 @@
---- cpp.orig/include/Ice/ObjectF.h 2011-06-15 21:43:58.000000000 +0200
-+++ cpp/include/Ice/ObjectF.h 2012-03-04 20:14:52.000000000 +0100
-@@ -17,19 +17,8 @@
- {
-
- class Object;
--
--}
--
--namespace IceInternal
--{
--
- ICE_API IceUtil::Shared* upCast(::Ice::Object*);
-
--}
--
--namespace Ice
--{
--
- typedef IceInternal::Handle< Object > ObjectPtr;
-
- void ICE_API __patch__ObjectPtr(void*, ObjectPtr&);