Medical Imaging Interaction Toolkit  2023.12.99-1652ac8d
Medical Imaging Interaction Toolkit
QmitkHttpStatusCodeHandler.h
Go to the documentation of this file.
1 /*============================================================================
2 
3 The Medical Imaging Interaction Toolkit (MITK)
4 
5 Copyright (c) German Cancer Research Center (DKFZ)
6 All rights reserved.
7 
8 Use of this source code is governed by a 3-clause BSD license that can be
9 found in the LICENSE file.
10 
11 ============================================================================*/
12 
13 #ifndef QmitkHttpStatusCodeHandler_h
14 #define QmitkHttpStatusCodeHandler_h
15 
16 #include <MitkXNATExports.h>
17 
18 #include <string>
19 
21 {
22 public:
23  static bool HandleErrorMessage(const char *_errorMsg);
24 
25 private:
28 };
29 
30 #endif
MitkXNATExports.h
QmitkHttpStatusCodeHandler
Definition: QmitkHttpStatusCodeHandler.h:20
MITKXNAT_EXPORT
#define MITKXNAT_EXPORT
Definition: MitkXNATExports.h:15