Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
a static function with an object parameter is a regular method
[simgrid.git] / src / instr / instr_private.h
index 2ecebc2..1e0109b 100644 (file)
@@ -70,7 +70,7 @@ public:
   xbt_dict_t values_; // valid for all types except variable and container
   Type(const char* typeNameBuff, const char* key, const char* color, e_entity_types kind, Type* father);
   ~Type();
-  static Type* getOrNull(const char* name, Type* father);
+  Type* getChildOrNull(const char* name);
   static Type* containerNew(const char* name, Type* father);
   static Type* eventNew(const char* name, Type* father);
   static Type* variableNew(const char* name, const char* color, Type* father);