comparison Core/SQLite/FunctionContext.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 d384af918264
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 * Redistribution and use in source and binary forms, with or without 6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions are 7 * modification, are permitted provided that the following conditions are
38 #include "Statement.h" 38 #include "Statement.h"
39 39
40 struct sqlite3_context; 40 struct sqlite3_context;
41 struct Mem; // This corresponds to the opaque type "sqlite3_value" 41 struct Mem; // This corresponds to the opaque type "sqlite3_value"
42 42
43 namespace Palanthir 43 namespace Orthanc
44 { 44 {
45 namespace SQLite 45 namespace SQLite
46 { 46 {
47 class FunctionContext : public boost::noncopyable 47 class FunctionContext : public boost::noncopyable
48 { 48 {