diff Core/DicomFormat/DicomValue.h @ 139:3ad78369fcc4

start threaded messages
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 10 Oct 2012 17:57:03 +0200
parents fe180eae201d
children bdd72233b105
line wrap: on
line diff
--- a/Core/DicomFormat/DicomValue.h	Wed Oct 10 16:53:03 2012 +0200
+++ b/Core/DicomFormat/DicomValue.h	Wed Oct 10 17:57:03 2012 +0200
@@ -32,18 +32,15 @@
 
 #pragma once
 
-#include <boost/noncopyable.hpp>
+#include "../IDynamicObject.h"
+
 #include <string>
 
 namespace Orthanc
 {
-  class DicomValue : public boost::noncopyable
+  class DicomValue : public IDynamicObject
   {
   public:
-    virtual ~DicomValue()
-    {
-    }
-
     virtual DicomValue* Clone() const = 0;
 
     virtual std::string AsString() const = 0;