summaryrefslogtreecommitdiff
path: root/graphics/aeskulap/files/patch-imagepool_poolfindassociation.h
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2018-12-13 00:01:51 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2018-12-13 00:01:51 +0000
commit6aefaf4b81856a3ff5aeec1b46ce1b266ea6397e (patch)
tree3de8eea1494f6765a755a48dbe3f3fbdb9d97808 /graphics/aeskulap/files/patch-imagepool_poolfindassociation.h
parentx11-fonts/plex-ttf: Update to 1.2.2 (diff)
graphics/dcmtk: Update 3.6.0 -> 3.6.4; Move to the 'graphics' category
Port changes: * Take maintainership * Move to github * Remove targets: it installs itself fine Update graphics/aeskulap: Swutch to a more updated fork; Update patches and dependencies.
Notes
Notes: svn path=/head/; revision=487330
Diffstat (limited to 'graphics/aeskulap/files/patch-imagepool_poolfindassociation.h')
-rw-r--r--graphics/aeskulap/files/patch-imagepool_poolfindassociation.h20
1 files changed, 0 insertions, 20 deletions
diff --git a/graphics/aeskulap/files/patch-imagepool_poolfindassociation.h b/graphics/aeskulap/files/patch-imagepool_poolfindassociation.h
deleted file mode 100644
index 276928d8b6db..000000000000
--- a/graphics/aeskulap/files/patch-imagepool_poolfindassociation.h
+++ /dev/null
@@ -1,20 +0,0 @@
---- imagepool/poolfindassociation.h.orig 2014-01-19 07:38:17 UTC
-+++ imagepool/poolfindassociation.h
-@@ -45,7 +45,7 @@ public:
- /**
- Send a query object (C-Find) through association
- */
-- CONDITION SendObject(DcmDataset *dataset);
-+ OFCondition SendObject(DcmDataset *dataset);
-
- /**
- Get the result stack of the last query
-@@ -88,7 +88,7 @@ private:
- /**
- C-Find service class user
- */
-- CONDITION findSCU(T_ASC_Association * assoc, DcmDataset * query);
-+ OFCondition findSCU(T_ASC_Association * assoc, DcmDataset * query);
-
- /**
- Callback function for C-Find service class user