[Gdcm-hackers] gdcm-git:Grassroots DICOM branch master updated. 5c314c6d31412da52cf8d423602fbdf0ab6
Cross-platform DICOM implementation
Brought to you by:
malat
|
From: Pierre Le D. <pl...@us...> - 2014-06-04 13:56:19
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Grassroots DICOM".
The branch, master has been updated
via 5c314c6d31412da52cf8d423602fbdf0ab61097d (commit)
from 44cc5bbaf2b6ec14c573d2cc80173b1c2c01b1f5 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
https://sourceforge.net/p/gdcm/gdcm/ci/5c314c6d31412da52cf8d423602fbdf0ab61097d/
commit 5c314c6d31412da52cf8d423602fbdf0ab61097d
Author: pleduff <pie...@gm...>
Date: Wed Jun 4 15:54:13 2014 +0200
Fix Find issue with members of baserootquery
diff --git a/Source/MessageExchangeDefinition/gdcmBaseRootQuery.h b/Source/MessageExchangeDefinition/gdcmBaseRootQuery.h
index 7048852..ae605d7 100644
--- a/Source/MessageExchangeDefinition/gdcmBaseRootQuery.h
+++ b/Source/MessageExchangeDefinition/gdcmBaseRootQuery.h
@@ -73,7 +73,6 @@ protected:
QuerySeries mSeries;
QueryImage mImage;
- DataSet mDataSet;
friend class QueryFactory;
BaseRootQuery();
diff --git a/Source/MessageExchangeDefinition/gdcmPresentationContext.h b/Source/MessageExchangeDefinition/gdcmPresentationContext.h
index 991317e..324f0fa 100644
--- a/Source/MessageExchangeDefinition/gdcmPresentationContext.h
+++ b/Source/MessageExchangeDefinition/gdcmPresentationContext.h
@@ -58,7 +58,7 @@ public:
return AbstractSyntax == pc.AbstractSyntax && TransferSyntaxes == pc.TransferSyntaxes;
}
-private:
+protected :
std::string AbstractSyntax;
std::vector<std::string> TransferSyntaxes;
uint8_t /*PresentationContext*/ID;
diff --git a/Source/MessageExchangeDefinition/gdcmULConnectionManager.h b/Source/MessageExchangeDefinition/gdcmULConnectionManager.h
index 72565ee..0bad824 100644
--- a/Source/MessageExchangeDefinition/gdcmULConnectionManager.h
+++ b/Source/MessageExchangeDefinition/gdcmULConnectionManager.h
@@ -68,7 +68,7 @@ namespace gdcm {
public:
ULConnectionManager();
- ~ULConnectionManager();
+ virtual ~ULConnectionManager();
// NOTE: (MM) The following two functions are difficults to use, therefore marking
// them as internal for now.
-----------------------------------------------------------------------
Summary of changes:
.../MessageExchangeDefinition/gdcmBaseRootQuery.h | 1 -
.../gdcmPresentationContext.h | 2 +-
.../gdcmULConnectionManager.h | 2 +-
3 files changed, 2 insertions(+), 3 deletions(-)
hooks/post-receive
--
Grassroots DICOM
|