comparison Core/SQLite/FunctionContext.h @ 3992:f9863630ec7f

working on the shared library for Orthanc framework
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 05 Jun 2020 16:07:01 +0200
parents fa5ad4368fe3
children
comparison
equal deleted inserted replaced
3991:5d2348b39392 3992:f9863630ec7f
38 38
39 namespace Orthanc 39 namespace Orthanc
40 { 40 {
41 namespace SQLite 41 namespace SQLite
42 { 42 {
43 class FunctionContext : public NonCopyable 43 class ORTHANC_PUBLIC FunctionContext : public NonCopyable
44 { 44 {
45 friend class Connection; 45 friend class Connection;
46 46
47 private: 47 private:
48 struct sqlite3_context* context_; 48 struct sqlite3_context* context_;