Mercurial > hg > orthanc-stone
view Applications/Samples/SimpleViewer/Messages.h @ 434:3a8bcc45c221 am-vsol-upgrade
moved the HTTP cache from OrthancApiClient to BaseWebService (not implemented yet in WASM)
author | am@osimis.io |
---|---|
date | Mon, 03 Dec 2018 18:03:30 +0100 |
parents | e7a494bdd956 |
children |
line wrap: on
line source
#pragma once namespace SimpleViewer { enum SimpleViewerMessageType { SimpleViewerMessageType_First = OrthancStone::MessageType_CustomMessage, SimpleViewerMessageType_AppStatusUpdated }; }