comparison OrthancCppClient/OrthancClientException.h @ 576:bf2fda1c6760 laaw

fix paths
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 30 Sep 2013 13:54:32 +0200
parents 50d9660f960c
children 2d0a347e8cfc
comparison
equal deleted inserted replaced
575:6f01dd71b601 576:bf2fda1c6760
31 31
32 32
33 #pragma once 33 #pragma once
34 34
35 #include "../Core/OrthancException.h" 35 #include "../Core/OrthancException.h"
36 #include "Package/Laaw/laaw.h" 36 #include "SharedLibrary/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 {