Mercurial > hg > orthanc-stone
view Applications/Samples/SimpleViewer/Messages.h @ 603:70992b38aa8a
new routable logging system in STDIO mode + flag support (with no value) in StartupParametersBuilder + 80 col indent
author | Benjamin Golinvaux <bgo@osimis.io> |
---|---|
date | Mon, 29 Apr 2019 15:09:48 +0200 |
parents | e7a494bdd956 |
children |
line wrap: on
line source
#pragma once namespace SimpleViewer { enum SimpleViewerMessageType { SimpleViewerMessageType_First = OrthancStone::MessageType_CustomMessage, SimpleViewerMessageType_AppStatusUpdated }; }