comparison Core/IDynamicObject.h @ 140:4d863c7b2f44

message queues
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 10 Oct 2012 18:20:04 +0200
parents 3ad78369fcc4
children bdd72233b105
comparison
equal deleted inserted replaced
139:3ad78369fcc4 140:4d863c7b2f44
37 namespace Orthanc 37 namespace Orthanc
38 { 38 {
39 /** 39 /**
40 * This class should be the ancestor to any class whose type is 40 * This class should be the ancestor to any class whose type is
41 * determined at the runtime, and that can be dynamically allocated. 41 * determined at the runtime, and that can be dynamically allocated.
42 * Being a child of IDynamicObject only implies the existence of a
43 * virtual destructor.
42 **/ 44 **/
43 class IDynamicObject : public boost::noncopyable 45 class IDynamicObject : public boost::noncopyable
44 { 46 {
45 public: 47 public:
46 virtual ~IDynamicObject() 48 virtual ~IDynamicObject()