diff options
| author | Mathieu Arnold <mat@FreeBSD.org> | 2016-07-04 13:24:09 +0000 |
|---|---|---|
| committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-07-04 13:24:09 +0000 |
| commit | c6d0fb430ddcfddd32af58ab0f1d61b57596da1a (patch) | |
| tree | 28d97cdcac054c9b1e38892bea2aae32c519d135 /graphics/aeskulap/files/patch-imagepool_poolnetwork.h | |
| parent | Update to version 1.5.0.20160514 (diff) | |
Update to version 0.2.2.20140119.
PR: 210794
Submitted by: tkato432 yahoo com
Sponsored by: Absolight
Notes
Notes:
svn path=/head/; revision=418019
Diffstat (limited to 'graphics/aeskulap/files/patch-imagepool_poolnetwork.h')
| -rw-r--r-- | graphics/aeskulap/files/patch-imagepool_poolnetwork.h | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/graphics/aeskulap/files/patch-imagepool_poolnetwork.h b/graphics/aeskulap/files/patch-imagepool_poolnetwork.h new file mode 100644 index 000000000000..f55195f726a0 --- /dev/null +++ b/graphics/aeskulap/files/patch-imagepool_poolnetwork.h @@ -0,0 +1,38 @@ +--- imagepool/poolnetwork.h.orig 2014-01-19 07:38:17 UTC ++++ imagepool/poolnetwork.h +@@ -43,17 +43,17 @@ public: + /** + Initialize the dicom network + */ +- CONDITION InitializeNetwork(int timeout=20, int port = 0); ++ OFCondition InitializeNetwork(int timeout=20, int port = 0); + + /** + Drop the dicom network + */ +- CONDITION DropNetwork(); ++ OFCondition DropNetwork(); + + /** + Connect an association to the specified host + */ +- CONDITION ConnectAssociation(Association* assoc, int lossy = 0); ++ OFCondition ConnectAssociation(Association* assoc, int lossy = 0); + + /** + Send C-Echo request to dicom node +@@ -80,12 +80,12 @@ private: + /** + Add all possible presentation contexts to association parameters + */ +- static CONDITION addAllStoragePresentationContexts(T_ASC_Parameters *params, bool bProposeCompression = true, int lossy = 0); ++ static OFCondition addAllStoragePresentationContexts(T_ASC_Parameters *params, bool bProposeCompression = true, int lossy = 0); + + /** + Connect to a host and try to establish an association + */ +- CONDITION ASC_ConnectAssociation(Association* assoc, const std::string& peerTitle, const std::string& peer, int port, const std::string& ouraet, const char *abstractSyntax = NULL, int lossy = 0); ++ OFCondition ASC_ConnectAssociation(Association* assoc, const std::string& peerTitle, const std::string& peer, int port, const std::string& ouraet, const char *abstractSyntax = NULL, int lossy = 0); + + /** + THE dicom network |
