comparison Core/SQLite/Connection.h @ 59:c996319e90bc orthanc-renaming

renaming in Core
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sun, 16 Sep 2012 09:28:56 +0200
parents a15e90e5d6fc
children 4453a010d0db
comparison
equal deleted inserted replaced
58:6da7fc87efaa 59:c996319e90bc
1 /** 1 /**
2 * Palanthir - A Lightweight, RESTful DICOM Store 2 * Orthanc - A Lightweight, RESTful DICOM Store
3 * Copyright (C) 2012 Medical Physics Department, CHU of Liege, 3 * Copyright (C) 2012 Medical Physics Department, CHU of Liege,
4 * Belgium 4 * Belgium
5 * 5 *
6 * Copyright (c) 2012 The Chromium Authors. All rights reserved. 6 * Copyright (c) 2012 The Chromium Authors. All rights reserved.
7 * 7 *
46 struct sqlite3; 46 struct sqlite3;
47 struct sqlite3_stmt; 47 struct sqlite3_stmt;
48 48
49 #define SQLITE_FROM_HERE SQLite::StatementId(__FILE__, __LINE__) 49 #define SQLITE_FROM_HERE SQLite::StatementId(__FILE__, __LINE__)
50 50
51 namespace Palanthir 51 namespace Orthanc
52 { 52 {
53 namespace SQLite 53 namespace SQLite
54 { 54 {
55 class Connection : boost::noncopyable 55 class Connection : boost::noncopyable
56 { 56 {