Nebula
Loading...
Searching...
No Matches
attrexithandler.h
Go to the documentation of this file.
1#pragma once
2//------------------------------------------------------------------------------
13#include "core/exithandler.h"
14
15//------------------------------------------------------------------------------
16namespace Attr
17{
19{
20public:
22 virtual void OnExit() const;
23};
24
25} // namespace Attr
26//------------------------------------------------------------------------------
Exit handler for the Attr subsystem, cleans up dynamic attribute definitions before shutdown.
Definition attrexithandler.h:19
virtual void OnExit() const
called on application exit
Definition attrexithandler.cc:17
ExitHandlers are static objects which register themselves automatically once at startup and are calle...
Definition exithandler.h:22
Definition accessmode.h:13