diff Applications/BasicApplicationContext.cpp @ 86:02c3a7a4938f wasm

removing of the Start() mechanism
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 26 May 2017 13:42:50 +0200
parents 8677d95753f8
children f244018a4e4b
line wrap: on
line diff
--- a/Applications/BasicApplicationContext.cpp	Fri May 26 12:20:26 2017 +0200
+++ b/Applications/BasicApplicationContext.cpp	Fri May 26 13:42:50 2017 +0200
@@ -137,6 +137,7 @@
   {
     oracle_.Start();
 
+    // TODO REMOVE THIS
     for (Volumes::iterator it = volumes_.begin(); it != volumes_.end(); ++it)
     {
       assert(*it != NULL);
@@ -148,8 +149,6 @@
       stopped_ = false;
       updateThread_ = boost::thread(UpdateThread, this);
     }
-
-    viewport_.Start();
   }
 
 
@@ -162,6 +161,7 @@
       updateThread_.join();
     }
     
+    // TODO REMOVE THIS
     for (Volumes::iterator it = volumes_.begin(); it != volumes_.end(); ++it)
     {
       assert(*it != NULL);