comparison OrthancServer/DicomProtocol/DicomServer.h @ 685:b01cc78caba4

possibility to disable the DICOM/HTTP servers
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 31 Jan 2014 17:45:27 +0100
parents 4d5f0857ec9c
children 2d0a347e8cfc
comparison
equal deleted inserted replaced
684:96d8410c56cd 685:b01cc78caba4
64 BagOfRunnablesBySteps bagOfDispatchers_; // This is used iff the server is threaded 64 BagOfRunnablesBySteps bagOfDispatchers_; // This is used iff the server is threaded
65 65
66 static void ServerThread(DicomServer* server); 66 static void ServerThread(DicomServer* server);
67 67
68 public: 68 public:
69 static void InitializeDictionary();
70
69 DicomServer(); 71 DicomServer();
70 72
71 ~DicomServer(); 73 ~DicomServer();
72 74
73 void SetPortNumber(uint16_t port); 75 void SetPortNumber(uint16_t port);