comparison Core/SQLite/IScalarFunction.h @ 1221:2255e66da726

getting rid of the dependency against Boost in the SQLite C++ wrapper
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 10 Nov 2014 17:05:50 +0100
parents 9b9026560a5f
children 63d47b1fa239
comparison
equal deleted inserted replaced
1220:9b9026560a5f 1221:2255e66da726
32 **/ 32 **/
33 33
34 34
35 #pragma once 35 #pragma once
36 36
37 #include "NonCopyable.h"
37 #include "FunctionContext.h" 38 #include "FunctionContext.h"
38 39
39 namespace Orthanc 40 namespace Orthanc
40 { 41 {
41 namespace SQLite 42 namespace SQLite
42 { 43 {
43 class IScalarFunction : public boost::noncopyable 44 class IScalarFunction : public NonCopyable
44 { 45 {
45 public: 46 public:
46 virtual ~IScalarFunction() 47 virtual ~IScalarFunction()
47 { 48 {
48 } 49 }