diff Platforms/Wasm/Defaults.h @ 288:8c8da145fefa am-2

renamings and doc
author am@osimis.io
date Thu, 30 Aug 2018 16:52:40 +0200
parents 2038d76bf13f
children be2660b6e40a
line wrap: on
line diff
--- a/Platforms/Wasm/Defaults.h	Thu Aug 30 11:36:36 2018 +0200
+++ b/Platforms/Wasm/Defaults.h	Thu Aug 30 16:52:40 2018 +0200
@@ -6,7 +6,7 @@
 #include <Framework/Viewport/WidgetViewport.h>
 #include <Framework/Widgets/LayerWidget.h>
 #include <Framework/Widgets/LayoutWidget.h>
-#include <Applications/IBasicApplication.h>
+#include <Applications/IStoneApplication.h>
 
 typedef OrthancStone::WidgetViewport* ViewportHandle; // the objects exchanged between JS and C++
 
@@ -27,7 +27,7 @@
 }
 #endif
 
-extern OrthancStone::IBasicApplication* CreateUserApplication(OrthancStone::MessageBroker& broker);
+extern OrthancStone::IStoneApplication* CreateUserApplication(OrthancStone::MessageBroker& broker);
 
 namespace OrthancStone {