comparison Platforms/Wasm/Defaults.h @ 253:8ff70c04c6df am-2

IObservable/IObserver now working in WASM too
author am@osimis.io
date Tue, 03 Jul 2018 10:48:47 +0200
parents 092db46c6291
children abc1c6231947
comparison
equal deleted inserted replaced
252:40b21c1f8b8d 253:8ff70c04c6df
22 22
23 #ifdef __cplusplus 23 #ifdef __cplusplus
24 } 24 }
25 #endif 25 #endif
26 26
27 extern OrthancStone::IBasicApplication* CreateUserApplication(); 27 extern OrthancStone::IBasicApplication* CreateUserApplication(OrthancStone::MessageBroker& broker);
28 28
29 namespace OrthancStone { 29 namespace OrthancStone {
30 30
31 // default Ovserver to trigger Viewport redraw when something changes in the Viewport 31 // default Ovserver to trigger Viewport redraw when something changes in the Viewport
32 class ChangeObserver : 32 class ChangeObserver :