comparison OrthancFramework/Sources/DicomNetworking/DicomStoreUserConnection.h @ 4063:e00f3d089991 framework

shared library of orthanc framework
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 11 Jun 2020 16:40:34 +0200
parents d25f4c0fa160
children bf7b9edf6b81
comparison
equal deleted inserted replaced
4062:0953b3dc3261 4063:e00f3d089991
71 71
72 **/ 72 **/
73 73
74 class DicomAssociation; // Forward declaration for PImpl design pattern 74 class DicomAssociation; // Forward declaration for PImpl design pattern
75 75
76 class DicomStoreUserConnection : public boost::noncopyable 76 class ORTHANC_PUBLIC DicomStoreUserConnection : public boost::noncopyable
77 { 77 {
78 private: 78 private:
79 typedef std::map<std::string, std::set<DicomTransferSyntax> > RegisteredClasses; 79 typedef std::map<std::string, std::set<DicomTransferSyntax> > RegisteredClasses;
80 80
81 // "ProposedOriginalClasses" keeps track of the storage classes 81 // "ProposedOriginalClasses" keeps track of the storage classes