diff 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
line wrap: on
line diff
--- a/Core/IDynamicObject.h	Wed Oct 10 17:57:03 2012 +0200
+++ b/Core/IDynamicObject.h	Wed Oct 10 18:20:04 2012 +0200
@@ -39,6 +39,8 @@
   /**
    * This class should be the ancestor to any class whose type is
    * determined at the runtime, and that can be dynamically allocated.
+   * Being a child of IDynamicObject only implies the existence of a
+   * virtual destructor.
    **/
   class IDynamicObject : public boost::noncopyable
   {