summaryrefslogtreecommitdiff
path: root/graphics/aeskulap/files/patch-imagepool_poolmoveassociation.cpp
blob: 3d8631bf70ebaad49b2745c2a9e47f7044fe6b60 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
--- imagepool/poolmoveassociation.cpp.orig	2010-07-27 14:42:55.000000000 +0000
+++ imagepool/poolmoveassociation.cpp	2010-07-27 14:53:04.000000000 +0000
@@ -33,7 +33,6 @@
 #include "djencode.h"
 #include "djrplol.h"
 
-
 MoveAssociation::MoveAssociation() {
 	m_abstractSyntax = UID_MOVEStudyRootQueryRetrieveInformationModel;
 	m_maxReceivePDULength = ASC_DEFAULTMAXPDU;
@@ -175,6 +174,9 @@
 					knownAbstractSyntaxes, DIM_OF(knownAbstractSyntaxes),
 					transferSyntaxes, DIM_OF(transferSyntaxes));
 
+		/* FIXME
+		 * dcmStorageSOPClassUIDs and numberOfDcmStorageSOPClassUIDs
+		 * are not defined anymore
 		if (cond.good()) {
 			// the array of Storage SOP Class UIDs comes from dcuid.h
 			cond = ASC_acceptContextsWithPreferredTransferSyntaxes(
@@ -182,6 +184,7 @@
 					dcmStorageSOPClassUIDs, numberOfDcmStorageSOPClassUIDs,
 					transferSyntaxes, DIM_OF(transferSyntaxes));
 		}
+		*/
 	}
 
 	if (cond.good()) {