Skip to content
Snippets Groups Projects
  • Joan Solà Ortega's avatar
    ce184f39
    [WIP] removing destruct() · ce184f39
    Joan Solà Ortega authored
    Need to see how to handle StateBlock removal:
    
    Probably use a weak_ptr up, and remove them from Problem lists with
    similar remove() methods.
    
    Cannot use the destructor because it may stay alive for any reason:
    then, use remove() as we’ll do in all wolf.
    ce184f39
    History
    [WIP] removing destruct()
    Joan Solà Ortega authored
    Need to see how to handle StateBlock removal:
    
    Probably use a weak_ptr up, and remove them from Problem lists with
    similar remove() methods.
    
    Cannot use the destructor because it may stay alive for any reason:
    then, use remove() as we’ll do in all wolf.