comparison OrthancCppClient/OrthancClientException.h @ 728:d380222b4c2a

Load a raw tag from the DICOM file
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 21 Feb 2014 10:12:33 +0100
parents 2d0a347e8cfc
children 6e7e5ed91c2d
comparison
equal deleted inserted replaced
727:52b5316a2517 728:d380222b4c2a
31 31
32 32
33 #pragma once 33 #pragma once
34 34
35 #include "../Core/OrthancException.h" 35 #include "../Core/OrthancException.h"
36 #include "SharedLibrary/Laaw/laaw.h" 36 #include <laaw/laaw.h>
37 37
38 namespace OrthancClient 38 namespace OrthancClient
39 { 39 {
40 class OrthancClientException : public ::Laaw::LaawException 40 class OrthancClientException : public ::Laaw::LaawException
41 { 41 {