14#include "arccore/base/Observer.h"
15#include "arccore/base/FatalErrorException.h"
16#include "arccore/base/TraceInfo.h"
31 m_observable->detachObserver(
this);
#define ARCCORE_FATAL(...)
Macro throwing a FatalErrorException.
void detach() override
Detaches from the observable.
void attachToObservable(IObservable *obs) override
Attaches to the observable obs.
Interface of an observable.
-- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature --