summaryrefslogtreecommitdiff
path: root/graphics/aeskulap/files/patch-imagepool_poolfindassociation.h
blob: 276928d8b6db09fd3a00df9663c33f5ee971e10d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- 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