#include <thread.h>
Public Member Functions | |
virtual void | OnError (const std::exception &exc)=0 |
Thread exited with error. | |
virtual void | OnSuccess ()=0 |
thread exited with Success. |
virtual void Common::ThreadObserver::OnError | ( | const std::exception & | exc | ) | [pure virtual] |
Thread exited with error.
Implemented in OpcUa::Impl::BuiltinServerAddon.
virtual void Common::ThreadObserver::OnSuccess | ( | ) | [pure virtual] |
thread exited with Success.
Implemented in OpcUa::Impl::BuiltinServerAddon.