Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
update doc to nowadays lexique
authorMartin Quinson <martin.quinson@loria.fr>
Fri, 17 Jun 2016 07:52:10 +0000 (09:52 +0200)
committerMartin Quinson <martin.quinson@loria.fr>
Fri, 17 Jun 2016 08:06:58 +0000 (10:06 +0200)
include/xbt/Extendable.hpp

index fd4f59a..99c981d 100644 (file)
@@ -41,7 +41,7 @@ public:
  *    with a notion of Host extended with another concept (such as mobility).
  * You could completely externalize these data with an associative map Host->EnergyHost.
  *    It would work, provided that you implement this classical feature correctly (and it would induce a little performance penalty).
  *    with a notion of Host extended with another concept (such as mobility).
  * You could completely externalize these data with an associative map Host->EnergyHost.
  *    It would work, provided that you implement this classical feature correctly (and it would induce a little performance penalty).
- * Instead, you should add a new facet to the Host class, that happens to be Facetable.
+ * Instead, you should add a new extension to the Host class, that happens to be Extendable.
  *
  */
 template<class T>
  *
  */
 template<class T>