comparison Orthanc/Core/SQLite/Connection.h @ 85:581937911d14

merge
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 13 Oct 2015 17:51:49 +0200
parents 15acbf5e7545
children 3809121c3290
comparison
equal deleted inserted replaced
84:02708dbbe449 85:581937911d14
44 #include <map> 44 #include <map>
45 45
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 ::Orthanc::SQLite::StatementId(__FILE__, __LINE__)
50 50
51 namespace Orthanc 51 namespace Orthanc
52 { 52 {
53 namespace SQLite 53 namespace SQLite
54 { 54 {