Mercurial > hg > orthanc
diff Core/SQLite/Statement.h @ 1220:9b9026560a5f
SQLite wrapper is now fully independent of Orthanc
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Mon, 10 Nov 2014 16:33:51 +0100 |
parents | 96a2d2da0fee |
children | 2255e66da726 |
line wrap: on
line diff
--- a/Core/SQLite/Statement.h Fri Nov 07 15:52:53 2014 +0100 +++ b/Core/SQLite/Statement.h Mon Nov 10 16:33:51 2014 +0100 @@ -1,7 +1,8 @@ /** * Orthanc - A Lightweight, RESTful DICOM Store - * Copyright (C) 2012-2014 Medical Physics Department, CHU of Liege, - * Belgium + * + * Copyright (C) 2012-2014 Sebastien Jodogne <s.jodogne@gmail.com>, + * Medical Physics Department, CHU of Liege, Belgium * * Copyright (c) 2012 The Chromium Authors. All rights reserved. * @@ -36,7 +37,7 @@ #pragma once -#include "../OrthancException.h" +#include "OrthancSQLiteException.h" #include "StatementId.h" #include "StatementReference.h"