Salome HOME
studyActivated() virtual method has been added
[modules/gui.git] / src / Session / Session_ServerLauncher.cxx
index 91fb01334e1b5606decc4d43314190aa8c304661..b361fbf9eb66a53918e546678a0aaf6d6d9dbfc0 100755 (executable)
@@ -81,11 +81,11 @@ Session_ServerLauncher::~Session_ServerLauncher()
 
 void Session_ServerLauncher::run()
 {
-  //MESSAGE("Session_ServerLauncher::run");
+  MESSAGE("****>>> Session_ServerLauncher::run");
   _GUIMutex->lock(); // lock released by calling thread when ready: wait(mutex)
-  //MESSAGE("Server Launcher thread free to go...");
+  MESSAGE("****>>> Server Launcher thread free to go...");
    _GUIMutex->unlock();
-
+   _ServerLaunch->wakeAll();
   CheckArgs();
   ActivateAll();
 
@@ -206,6 +206,8 @@ std::cout << "*** activating [" << argc << "] : " << argv[0] << std::endl;
 
   // Always launch Session Server
 
+std::cout << "*** activating [ SESSION ] " << std::endl;
+
   int argc=1;
   char** argv = new char*[argc];
   argv[0] = "Session";